This repository is an updated version for Brandon Rhodes's Sphinx tutorial presented at PyCon every year from 2010 through 2013. The original tutorial was written for Python 2 using Sphinx 1.x, and ...
Sphinx and RST - What are they? Sphinx is a markup formatting engine / ecosystem, originally developed for documenting the Python programming language. You likely have already come across other markup ...
I've been using sphinx for python docs for years but only today I wen't through the tutorial. It's great to have something minimal to play with to help debug why docs don't work as expected in larger ...