From 08a15337b35e1c11d9ef1494e9550ceaee7e9e72 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 25 Jul 2020 14:39:04 +0100 Subject: [PATCH] Update document.rst --- docs/document.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/document.rst b/docs/document.rst index 990bbe8a7..15a5396e1 100644 --- a/docs/document.rst +++ b/docs/document.rst @@ -18,7 +18,7 @@ Navigate to port 7000 on your host to see the documentation. This will be opened Generate API documentation ---------------------------- -Edit the docs/_source files and project application docstrings to create your documentation. +Edit the ``docs/_source`` files and project application docstrings to create your documentation. Sphinx can automatically include class and function signatures and docstrings in generated documentation. See the generated project documentation for more examples.