I decided to enforce that all code examples in the Datasette documentation be formatted using Black. Here's issue 1718 where I researched the options for doing this. …
I built a new API reference page today for sqlite-utils
, using the Sphinx autodoc extension to extract docstrings from the code and use them to build a full class reference. …
Datasette's release notes are formatted using Sphinx. Almost every bullet point links to the corresponding GitHub issue, so they were full of lines that look like this: …