roincent / pim-docs

[Community Documentation Repository] The open source Product Information Management (PIM)

Home Page:http://docs.akeneo.com/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akeneo PIM Documentation

The Akeneo PIM documentation

Installation

Clone this repository.

Linux

Install Sphinx.

    $ sudo apt-get install python-sphinx
    $ sudo pip install git+https://github.com/fabpot/sphinx-php.git

Mac OS

    $ brew install python
    $ pip install sphinx
    $ pip install git+https://github.com/fabpot/sphinx-php.git

Download composer curl -s https://getcomposer.org/installer | php and run php composer.phar install.

Build the documentation

From the ./pim-docs directory, run:

    $ sphinx-build -b html . ../pim-docs-build

The documentation will be generated inside ../pim-docs-build.

Make documentation code work with pim-community-dev or standard

Install pim-community

Then, go to Akeneo PIM src/ directory and create a symlink Acme pointing to pim-docs/src/Acme.

Add all Acme bundles in app/AppKernel.php file.

Contribution

Don't hesitate to suggest cookbook ideas via https://github.com/akeneo/pim-docs/issues

Developer's notes

  • The folder /_themes/sphinx_rtd_theme is a clone from https://github.com/snide/sphinx_rtd_theme, and was updated on 2016-07. If you want to customize the Akeneo theme, please only update /_theme/akeneo_rtd theme.

About

[Community Documentation Repository] The open source Product Information Management (PIM)

http://docs.akeneo.com/latest/index.html


Languages

Language:PHP 35.6%Language:HTML 23.1%Language:Assembly 21.2%Language:Python 7.5%Language:CSS 6.9%Language:JavaScript 4.6%Language:C++ 1.2%