Changes between Version 2 and Version 3 of Dev/Doc
- Timestamp:
- 01/25/10 18:48:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Doc
v2 v3 4 4 The files format is [http://docutils.sourceforge.net/docs/user/rst/quickref.html reStructuredText]. 5 5 6 == Preparation==6 == Sphinx in Indico == 7 7 8 8 Before starting writing documentation, you will need to: … … 16 16 }}} 17 17 18 * Start the Sphinx project :18 * Start the Sphinx project (just necessary if you want to create a new Sphinx project): 19 19 - Go to the directory of your documentation and run (use default values): 20 20 {{{ 21 21 $ sphinx-quickstart 22 22 }}} 23 - Edit/create your `*.rst` file and save it. 24 - Compile your documentation site: `make html` 25 - Check the result in the folder `_build`. 23 * Edit/create your `*.rst` file and save it. 24 * Compile your documentation site: `make html` 25 * Check the result in the folder `_build`. 26 27 Important: keep the current structure for the documentation as it is. 26 28 27 29 == API ==
