Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Conversation

@dpshelio
Copy link
Member

Solutions for UCL-RITS/rse-classwork-2020#143, UCL-RITS/rse-classwork-2020#144, UCL-RITS/rse-classwork-2020#145. Approximately one commit per step, in the asked order.

Browse through each commit to see the differences on each step.

Note, subprocess line needs to change, otherwise you may not see if it's failing
unless you add `check=True`.
Answered:
> Separate source and build directories (y/n) [n]:
> Project name: sagital-average
> Author name(s): Charlene Bultoc
> Project release []: 0.1
> Project language [en]:
Steps to build the docs
```bash
cd docs
sphinx-apidoc -o . ../sagital_average
make html
cd _build/html
python -m http.server # to load the automatically built documentation
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants