Use cog to maintain --fmt list, closes #373

This commit is contained in:
Simon Willison 2022-01-09 09:48:48 -08:00
commit 148e9c7aee
4 changed files with 43 additions and 2 deletions

View file

@ -44,6 +44,10 @@ Then run ``make livehtml`` from the ``docs/`` directory to start a server on por
cd docs
make livehtml
The `cog <https://github.com/nedbat/cog>`__ tool is used to maintain portions of the documentation. You can run it like so::
cog -r docs/*.rst
.. _contributing_linting:
Linting and formatting