{ "info": { "author": "Lennart Schueler", "author_email": "mostem@posteo.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "# Python-Deployment\n\n[](https://python-deployment.readthedocs.io/en/latest/)\n\nExamples of Python Deployment Workflows\n\n\n## Documentation with Sphinx and Read the Docs\n\n### Setting up Sphinx\n\nIn order to generate a documentation from the docstrings we are going to use\nSphinx.\n\n1. Create a `docs` directory in your projects main directory.\n\n```bash\nmkdir docs\ncd docs\n```\n\n2. Use the quickstart script provided by Sphinx.\n\n```\nsphinx-quickstart\n```\n\nAnd use the following settings.\n\n
\n
\n