python-damaris/doc
2014-06-26 11:10:51 +00:00
..
Doxyfile migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
dump_wiki.py migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
index.html migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00
README.txt migrate to standard svn repo layout 2014-06-26 11:10:51 +00:00

by now the documentation creation is not automatized...

# html reference
# requires dot and doxygen

cd doc
ln -s ../src damaris
doxygen Doxyfile
rm damaris

# todo: copy damaris logo

# html wiki export
# requires moinmoin and damaris/data as wikidata

cd doc
# underlay must be writable, so we have to copy it...
cp -r /usr/share/moin/underlay wikiunderlay
python dump_wiki.py
cp -r /usr/share/moin/htdocs/modern tutorial-html
rm -r wikiunderlay wikiconfig.py

# get useful numpy doc
wget http://www.scipy.org/Numpy_Example_List_With_Doc?action=print