Sylius/docs
Paweł Jędrzejewski 5fd67ffbc6 Merge pull request #4919 from pamil/docs-various-fixes
[Docs] Fix Sphinx warnings & improve consistency
2016-05-04 09:41:42 +02:00
..
_exts [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_images [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
_themes/sylius_rtd_theme [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
api [Docs] Fix Sphinx warning & improve consistency 🐫 2016-04-29 16:35:22 +02:00
behat [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
book [Docs] Fix Sphinx warning & improve consistency 🐫 2016-04-29 16:35:22 +02:00
bundles Merge pull request #4919 from pamil/docs-various-fixes 2016-05-04 09:41:42 +02:00
components [Docs] Fix rendering docs on Sphinx ^1.3 🐐 2016-04-29 16:35:24 +02:00
contributing [Docs] Resolve missing references 🐃 2016-04-29 16:35:23 +02:00
cookbook [Docs] Resolve missing references 🐃 2016-04-29 16:35:23 +02:00
.gitignore [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
conf.py [Docs] Fix rendering docs on Sphinx ^1.3 🐐 2016-04-29 16:35:24 +02:00
index.rst [Documentation] Initial commit 2016-03-21 17:57:19 +01:00
README.md [ci skip] Clean up documentation merged into main repo 2016-03-25 09:31:54 +01:00

Sylius Documentation

This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on docs.sylius.org.

It is hosted by the great readthedocs.org.

Sylius on Twitter

If you want to keep up with all the updates, follow the official Sylius account on twitter.

Issues

The documentation uses GitHub issues.

Build

If you contribute to documentation you will want to check how it looks after your changes.
To be able to build the documentation, install Sphinx.

$ sudo easy_install -U Sphinx

Then run the following command.

$ sphinx-build -b html . build

Documentation index is build/index.html.

Authors

See the list of our amazing contributors.