Skip to content
/ docs Public
forked from cscart/docs

CS-Cart & Multi-Vendor documentation for users and developers: http://docs.cs-cart.com Discuss the documentation at our forum: http://forum.cs-cart.com/forum/75-documentation/

Notifications You must be signed in to change notification settings

imakarov/docs

 
 

Repository files navigation

CS-Cart Docs

CS-Cart documentation, fully written in reST and built with Sphinx.

Latest build:

http://docs.cs-cart.com

Author's guide:

http://docs.cs-cart.com/4.3.x/author_guide.html

Build These Docs Locally

To build these docs locally, you will need Python 2.6+. All other dependencies will be installed automatically.

Get

In the terminal, run the following commands:

$ git clone https://github.com/cscart/docs.git      # Clone the repo
$ cd docs                                           # Switch to the docs directory
$ pip install -r requirements.txt                   # Install dependencies

Build

$ sphinx-build . _build/html                        # Build the docs into the directory _build/html

About

CS-Cart & Multi-Vendor documentation for users and developers: http://docs.cs-cart.com Discuss the documentation at our forum: http://forum.cs-cart.com/forum/75-documentation/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.7%
  • Smarty 23.9%
  • HTML 7.0%
  • PHP 6.4%
  • Python 1.0%