python3-damaris from Joachim Beerwerth

This commit is contained in:
Markus Rosenstihl
2025-04-25 14:57:52 +02:00
commit 13431cab41
60 changed files with 16338 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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