mannkendall / Matlab

Matlab implementation of the code.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add docs #5

Closed fpavogt closed 3 years ago

fpavogt commented 3 years ago

This PR adds the docs/ folder for the Matlab-specific pages. They still need to be filled with suitable content.

One question: how is the Matlab code version set ? If it is present in some file somehwere, it would be good to connect it to the docs. Right now, the version is set in hard in conf.py.

Actually generating the docs requires to execute the Sphinx command using Python. I can do that after all the changes have been pushed to the master branch of the repo.

@mcollaudcoen: merge this as you see fit, make the modifs, and I'll generate the docs when all is ready.

fpavogt commented 3 years ago

I just added the automated checks that the docs compiles without error using a Github Action.

Closes #6.