... | ... | @@ -6,11 +6,10 @@ |
|
|
|
|
|
1. Make sure all unit tests and doc tests are passing
|
|
|
2. Update the change log, docs conf, and version number (`docs/source/versions/changelog.rst`, `setup.py`, `docs/source/conf.py`)
|
|
|
2. If any new features change how the software is used, update and build the documentation:
|
|
|
2. If any new features change how the software is used, update, build, and upload the documentation to the server:
|
|
|
```terminal
|
|
|
cd docs/
|
|
|
make html
|
|
|
./upload.sh
|
|
|
build_and_upload_docs.sh
|
|
|
```
|
|
|
4. create merge request to master branch
|
|
|
|
... | ... | |