Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The software and firmware source code contains in-line documentation:

Consult documentation

The documentation is built nightly and published at http://openwsn-berkeley.github.io/.

Publication is done using the following job on the OpenWSN builder:

firmwareopenvisualizer

build docs

build docs

publish docs

publish docs

Build documentation

You can build the documentation locally on your computer, using an SCons target.

firmware

Requirements

  1. Using the command line, navitage to openwsn-fw/.
  2. Enter the following command

    scons docs
  3. The documentation is created in openwsn-fw/build/docs.
  4. Double-click on index.html to open the documentation:

 

 

Source Documentation

 Current documentation is built automatically and available from our github.io site.

You also may generate the documentation via SCons from the openvisualizer directory, with the 'docs' target. All documentation templates (.rst files) are stored in the openvisualizer/docs directory.

The pythonhosted site includes an excellent page on Sphinx formatting. See the "Full Code Example" section at the bottom of the page for docstring tags.

 

  • No labels