mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
* 1.1: (24 commits) Fix CSRF token generation for deleting an user updating taxon models documentation Reproduce CSRF token validation failure when deleting an user in admin panel Fix CS and add tests for ShopBasedCartContext Final PR review fixes Remove "else" and reduce spec code Add spec for oauth userprovider exception if no email provided Fix ShopBasedCartContext leak Handle null email in oauth login Fix service name for custom taxation calculator Use "key" instead of "index" Explain Test application Remove instances of loop.index0 [Maintenance] Move github templates [Behat] Grammar fix PR review fixes Pull request template fix Summary page Implementation section + fixes Scenario implementation ... |
||
|---|---|---|
| .. | ||
| _exts | ||
| _images | ||
| _themes/sylius_rtd_theme | ||
| api | ||
| bdd | ||
| book | ||
| components_and_bundles | ||
| contributing | ||
| cookbook | ||
| customization | ||
| plugins | ||
| support | ||
| .gitignore | ||
| conf.py | ||
| CONTRIBUTING.md | ||
| index.rst | ||
| README.md | ||
| requirements.txt | ||
Sylius Documentation
This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on docs.sylius.com.
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
To test the documentation before a commit:
-
Download the documentation requirements:
$ pip install -r requirements.txtThis makes sure that the version of Sphinx you'll get is >=1.4.2!
-
Install Sphinx
$ pip install Sphinx -
In the
docsdirectory run$ sphinx-build -b html . buildand view the generated HTML files in thebuilddirectory.
Authors
See the list of our amazing contributors.