Changeset 11386 for main/waeup.kofa/trunk/docs/source/userdocs
- Timestamp:
- 24 Feb 2014, 06:43:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/buildingdocs.rst
r7808 r11386 4 4 ************************************** 5 5 6 To build the documentation for :mod:`waeup.kofa`, please follow these steps: 6 We use the excellent `Sphinx <http://sphinx.pocoo.org/>`_ Python 7 documentation generator to generate the docs as HTML pages. 7 8 8 9 Prerequisites … … 16 17 ================== 17 18 18 After successful install go to the root dir, where `waeup.kofa` is 19 located. 19 The documentation of the :mod:`waeup.kofa` project can easily be 20 created doing:: 20 21 21 There run:: 22 $ bin/waeupdocs 22 23 23 $ ./bin/waeupdocs 24 This will create a tree of HTML pages in 25 ``docs/build/html`` which you can for 26 instance browse by pointing your browser to this location. 24 27 25 This will (re-)generate any needed docs. 26 27 The output can be found in ``docs/build/html``. 28 An 'official' place in internet for the whole docs is about to come 29 but not yet available. 28 30 29 31 Actually, ``waeupdocs`` is only a wrapper script around the real main … … 37 39 Run:: 38 40 39 $ ./bin/sphinx-build --help41 $ bin/sphinx-build --help 40 42 41 43 to get a list of options available. … … 52 54 and more with a short explanation for each format. 53 55 54 55 56 Building PDF docs 56 57 =================
Note: See TracChangeset for help on using the changeset viewer.