Closed jerdra closed 2 years ago
Will need to integrate this into CI after #22
Prior to Jupyter-Book deployment we'll just have to run sphinx-apidoc -o ./docs airtigrs/ '*test*' to generate the .rst files. These will then be deployed alongside the user-guides/notes in the jb build step
sphinx-apidoc -o ./docs airtigrs/ '*test*'
.rst
jb build
Will need to integrate this into CI after #22
Prior to Jupyter-Book deployment we'll just have to run
sphinx-apidoc -o ./docs airtigrs/ '*test*'
to generate the.rst
files. These will then be deployed alongside the user-guides/notes in thejb build
step