Add missing analysis docs to Sphinx doc tree#98
Conversation
|
@boryanah The tutorial notebooks and ZCV API should render in the docs now. Can you check that everything looks as expected? The rendered docs are linked from the readthedocs GitHub check. I also tried to clean up the power spectrum docs a little bit by defining |
|
Looks great to me! Thanks a lot! I agree with having only the If I want to make changes to the ZCV jupyter notebook at some later point, can I just directly edit the ipynb file or do I need to do something else so it renders in the RTD? |
|
You should be able to edit the ipynb file directly, and it will automatically be built into a Sphinx page and render on RTD (the magic is the MyST-NB Sphinx extension!). You can also make sections using Markdown headers ( |
No description provided.