Files
python3-damaris/doc
markusro 75f32e1502
Build Debian Packages / build (bookworm, debian12) (push) Failing after 7m19s
Build Debian Packages / build (bullseye, debian11) (push) Failing after 7m5s
Build Debian Packages / build (trixie, debian13) (push) Failing after 8m2s
added sphinx documentation
2026-03-23 17:07:51 +01:00
..
2026-03-23 17:07:51 +01:00
2026-03-23 17:07:51 +01:00
2026-03-23 17:07:51 +01:00
2026-03-23 17:07:51 +01: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