wafo-project / pywafo

Wave Analysis for Fatigue and Oceanography
http://www.maths.lth.se/matstat/wafo/
Other
94 stars 42 forks source link

How to access/generate pywafo documentation #36

Open Coleej opened 7 years ago

Coleej commented 7 years ago

Never used Sphinx to access or generate documentation. In every case, the html has already been hosted somewhere. How do I access pywafo's documentation?

pbrod commented 6 years ago

To get started take look at the tutorial_scripts here: http://nbviewer.jupyter.org/github/wafo-project/pywafo/tree/master/wafo/doc/tutorial_scripts/

Hower, docs should be generated with

 python setup.py docs

but apparently this does not work for some reason.