Changes between Initial Version and Version 1 of Docs/Build


Ignore:
Timestamp:
01/18/16 00:40:49 (8 years ago)
Author:
Amar Takhar
Comment:

Add a simple page on building the docs.

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Build

    v1 v1  
     1= Build Documentation =
     2
     3[[TOC(Docs/Build , depth=2)]]
     4
     5This page explains how to build the documentation from source.
     6
     7You will need:
     8
     9  * [https://www.waf.io/ waf] - The waf build system.
     10  * [http://www.sphinx-doc.org/ Sphinx] - The Sphinx documentation system.
     11
     12== Sphinx ==
     13
     14Most UNIX distributions have a package for Sphinx.  For manual installation refer to the [http://www.sphinx-doc.org/en/stable/install.html Install Page] on the Sphinx website.
     15
     16Windows users can find detailed instructions on the [http://www.sphinx-doc.org/en/stable/install.html#windows-install-python-and-sphinx Sphinx Website].
     17
     18== Building ==
     19
     20Each document can be built on its own by entering the directory and typing:
     21
     22{{{
     23  # waf configure
     24  # waf build
     25}}}
     26
     27There is a general `book` document that will include '''all''' documentation available into one giant book.
     28
     29== Getting Source ==
     30
     31The source is located at:
     32
     33  * https://git.rtems.org/rtems-docs.git