|
You are here |
mga-sphinx.github.io | ||
| | | | |
github.com
|
|
| | | | | Fork for contributions to the autodoc extension of the Sphinx documentation builder - timobrembeck/sphinx | |
| | | | |
river.me
|
|
| | | | | A tutorial for configuring Sphinx for Read the Docs for your Python projects | |
| | | | |
flit.pypa.io
|
|
| | | | | [AI summary] This article explains how to use Flit, a Python packaging tool, to distribute Python modules and packages on PyPI with minimal setup and error prevention. | |
| | | | |
ljvmiranda.micro.blog
|
|
| | | I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts. | ||