diff options
| -rw-r--r-- | programming/python/project_setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programming/python/project_setup.md b/programming/python/project_setup.md index 2d66db82..095ced3e 100644 --- a/programming/python/project_setup.md +++ b/programming/python/project_setup.md @@ -106,7 +106,7 @@ If the `README` becomes unwieldly, separate usage instructions to `USAGE` and/or Provide docstrings detailing the external interface of Python modules. Provide internal comments in modules detailing implementation. -Consider the use of Sphinx to render documentation and publish it to the web if developing a library/framework. +If you are developing a library/framework, consider using Sphinx. Sphinx can create a documentation website for a Python project, taking advantage of docstrings. # Distribution |
