Edgewall Software

Changes between Version 1 and Version 2 of TracDev/ApiDocs


Ignore:
Timestamp:
Nov 2, 2010, 10:39:28 AM (13 years ago)
Author:
Christian Boos
Comment:

two typos…

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiDocs

    v1 v2  
    4242This will generate the `Sphinx` documentation in `./build/doc/html` (start with the `index.html` page).
    4343
    44 Alternatively, you can also generate a PDF document using [rst2pdf.googlecode.com rst2pdf]:
     44Alternatively, you can also generate a PDF document using [http://rst2pdf.googlecode.com rst2pdf]:
    4545{{{
    46 $ make apiref sphinxformat=pdf
     46$ make apidoc sphinxformat=pdf
    4747}}}
    4848This will generate the `./build/doc/pdf/trac_dev.pdf` file.