How to run cog, closes #1745

pull/1693/head
Simon Willison 2022-05-17 12:43:44 -07:00 zatwierdzone przez GitHub
rodzic 3508bf7875
commit 5555bc8aef
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -211,6 +211,17 @@ For added productivity, you can use use `sphinx-autobuild <https://pypi.org/proj
Now browse to ``http://localhost:8000/`` to view the documentation. Any edits you make should be instantly reflected in your browser.
.. _contributing_documentation_cog:
Running Cog
~~~~~~~~~~~
Some pages of documentation (in particular the :ref:`cli_reference`) are automatically updated using `Cog <https://github.com/nedbat/cog>`__.
To update these pages, run the following command::
cog -r docs/*.rst
.. _contributing_continuous_deployment:
Continuously deployed demo instances