Changes between Version 2 and Version 3 of Dev/Doc


Ignore:
Timestamp:
01/25/10 18:48:45 (3 years ago)
Author:
jbenito
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Doc

    v2 v3  
    44The files format is [http://docutils.sourceforge.net/docs/user/rst/quickref.html reStructuredText]. 
    55 
    6 == Preparation == 
     6== Sphinx in Indico == 
    77 
    88Before starting writing documentation, you will need to: 
     
    1616}}} 
    1717 
    18  * Start the Sphinx project: 
     18 * Start the Sphinx project (just necessary if you want to create a new Sphinx project): 
    1919   - Go to the directory of your documentation and run (use default values): 
    2020{{{ 
    2121$ sphinx-quickstart 
    2222}}} 
    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 
     27Important: keep the current structure for the documentation as it is. 
    2628 
    2729== API ==