Jürgen Hermann

Results 118 comments of Jürgen Hermann

Other uses of / references for Docker: * [Python Base Images](https://dockyard.readthedocs.io/en/latest/python-images.html) * build packages in a pristine env for deployment – [Building Debian Packages in Docker](https://dockyard.readthedocs.io/en/latest/packaging-howto.html#) * similar thing with...

This could also include a list prepared task libraries that implement common workflows (full transparency: I wrote one of these)

* Maybe mention the need to still use ``python3`` on many Linux releases. * Similarly `py -3 -m venv …` on Windows. * Mention using tox to manage venvs in...

``--no-site-packages`` is the default and deprecated for a long time now – actually so long it now disappeared from the newest releases. The ``--system-site-packages`` option has to be described instead.

Also the `py` PyLauncher and its role with zipapps.

If someone writes this, include info on the very useful `sphinx-click` extension to create [Automatic Click CLI References](https://py-generic-project.readthedocs.io/en/latest/authoring.html#automatic-click-cli-references).

We can still switch to the theme I think @camilamaia mentioned somewhere (can you repeat that here please?). https://sphinx-book-theme.readthedocs.io/ is worth consideration too. Also, some of the wiki pages (e.g....

[![](https://i.imgur.com/WnGBXYAm.jpg)](https://i.imgur.com/WnGBXYA.png)

@camilamaia this what you missed? [![](https://i.imgur.com/wTvuyHim.jpg)](https://i.imgur.com/wTvuyHi.png)

This is in a branch and not ready for primetime yet. Specifically https://github.com/jhermann/rituals/issues/52 needs to be done first.