CorradoMotta / FAIR-Data-in-Marine-Robotics

Set of notebooks, scripts and modules to generate FAIR metadata in several formats
https://corradomotta.github.io/FAIR-Data-in-Marine-Robotics/
GNU General Public License v3.0
3 stars 1 forks source link

Adding documentation #1

Closed CorradoMotta closed 1 year ago

CorradoMotta commented 1 year ago

Issue: Generate documentation that can be accessed by GitHub directly and explains all steps to generate the NetCDF files.

CorradoMotta commented 1 year ago

The way I generated the sphinx documentation with the sphinx theme:

now the documentation is generated and can be opened by clicking on index.html

To be able to add it on GitHub pages, follow this guide: https://python.plainenglish.io/how-to-host-your-sphinx-documentation-on-github-550254f325ae

CorradoMotta commented 1 year ago

When you want to update the docs, but new code was added to main and pushed on remote:

CorradoMotta commented 1 year ago

Right now i am manually adding the link to the created HTML page for variables metadata. That should be automatic.

Steps:

CorradoMotta commented 1 year ago

Fixed. Next, we need to rebase and update the tables directly from notebooks without the need to recompile the documentation

CorradoMotta commented 1 year ago

merging to master

CorradoMotta commented 1 year ago

Issue can be closed