Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Packaging solution 📦 #4

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

📦 Packaging solution 📦 #4

wants to merge 13 commits into from

Conversation

dpshelio
Copy link

@dpshelio dpshelio commented Dec 1, 2022

Solutions for

Approximately one commit per step, in the asked order.

Browse through each commit to see the differences on each step. Note that the last commit 6e4a883 migrates the configuration from setup.py to setup.cfg.

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
python -m http.server -d _build/html# to load the automatically built documentation
```
It simplifies the `setup.py` maintenance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant