source: main/waeup.sirp/trunk/docs/source/userdocs/buildingdocs.rst @ 5343

Last change on this file since 5343 was 5340, checked in by uli, 14 years ago

Update docs.

File size: 1.2 KB
Line 
1.. _building_documentation:
2
3Building Documentation
4**********************
5
6To build the documentation for :mod:`waeup.sirp`, please follow these steps:
7
8Prerequisites
9=============
10
11We assume you already installed `waeup.sirp` as explained in
12:ref:`installing`. You ran ``bin/buildout`` and can find a script
13``bin/waeupdocs``.
14
15Building HTML docs
16==================
17
18After successful install go to the root dir, where `waeup.sirp` is
19located.
20
21There run::
22
23   $ ./bin/waeupdocs
24
25This will (re-)generate any needed docs.
26
27The output can be found in ``docs/build/html``.
28
29Alternatively, you can also go to ``docs/build`` and run::
30
31   $ make html
32
33Actually, ``waeupdocs`` is only a wrapper script around the real main
34script ``sphinx-build``, which should also be located in your ``bin/``
35directory.
36
37You therefore can also run ``bin/spinx-build`` manually, which will
38give you more options, especially, if you want the output to be
39created in a different location or similar.
40
41Building PDF docs
42=================
43
44We're currently not prepared for PDF, but support is already planned.
45
46Please be aware, that any PDF support will require a full TeX
47installation on your system to work.
Note: See TracBrowser for help on using the repository browser.