Edgewall Software

Changes between Version 1 and Version 2 of Bitten Dev/Dev Docs


Ignore:
Timestamp:
May 7, 2010, 7:48:47 PM (14 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

how to make a patch, send it, view opened tickets

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Dev/Dev Docs

    v1 v2  
    3131 4. Run: `python setup.py build_doc`
    3232 5. Open `doc/index.html` in a browser to verify result
     33
     34=== Making a change ===
     35
     36Just edit *.txt files, which are in [http://docutils.sourceforge.net/rst.html reStructuredText] format and rerun `python setup.py build_doc` to get the edits into html. If you are ready, make a patch file:
     37{{{
     38svn diff > documentation.patch.txt
     39}}}
     40
     41See also all [query:status!=closed&component=Documentation open documentation tickets].