You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to build the docs
```bash
cd docs
sphinx-apidoc -o . ../sagital_average
make html
python -m http.server -d _build/html# to load the automatically built documentation
```
0 commit comments