Explore >> Select a destination


You are here

ygzgxyz.github.io
| | github.com
1.0 parsecs away

Travel
| | Fork for contributions to the autodoc extension of the Sphinx documentation builder - timobrembeck/sphinx
| | daniel-siepmann.de
0.8 parsecs away

Travel
| | How to combine "Read the docs", Sphinx and Plantuml into a single Workflow. This allows creating uml diagrams from plain text, embedded into a documentation using Sphinx, hosted for free ad "Read the Docs".
| | wrla.ch
0.9 parsecs away

Travel
| | Just wanted to type up a couple of notes about working with Sphinx (the python documentation generator) inside a monorepo, an issue I've been struggling with (off and on) at Voltus since I started. I haven't seen much written about this topic despite (I s...
| | janakiev.com
15.0 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.