@@ -179,7 +179,8 @@ Examples for hidden imports and plots are available in the notebooks, e.g. in
179179## Documentation
180180
181181API documentation and examples from notebooks are built with
182- [ mkdocs] ( https://www.mkdocs.org/ ) .
182+ [ mkdocs] ( https://www.mkdocs.org/ ) , with versioning handled by
183+ [ mike] ( https://github.com/jimporter/mike ) .
183184
184185Notebooks are an integral part of the documentation as well, please read
185186[ the section on notebooks] ( #notebooks ) above.
@@ -191,8 +192,8 @@ done in CI:
191192mkdocs build
192193```
193194
194- Locally, you can use this command instead to continuously rebuild
195- documentation on changes to the ` docs ` and ` src ` folder:
195+ Locally, you can use this command instead to continuously rebuild documentation
196+ on changes to the ` docs ` and ` src ` folder:
196197
197198``` bash
198199mkdocs serve
@@ -406,11 +407,11 @@ If running in interactive mode (without `-y|--yes`), the script will output a
406407summary of pending changes and ask for confirmation before executing the
407408actions.
408409
409- Once this is done, a tag will be created on the repository.
410- You should then create a Github
410+ Once this is done, a tag will be created on the repository. You should then
411+ create a GitHub
411412[ release] ( https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release )
412- for that tag. That will a trigger a CI pipeline that will
413- automatically create a package and publish it from CI to PyPI.
413+ for that tag. That will a trigger a CI pipeline that will automatically create a
414+ package and publish it from CI to PyPI.
414415
415416### Manual release process
416417
0 commit comments