Sphinx extension for documenting your Pyramid APIs.
Project description
pyramid_autodoc
Sphinx extension for documenting your Pyramid APIs.
Install
pip install pyramid_autodoc
Getting Started
To use pyramid_autodoc you just need to add it to the extensions section of your Sphinx conf.py file:
# conf.py
extensions = [..., 'pyramid_autodoc']
Then just create a new .rst document that uses the pyramid-autodoc directive and provide the path to your Pyramid’s .ini file. Here is an example:
Welcome to my Pyramid app's API docs
====================================
These are the best APIs in the world!
.. pyramid-autodoc::
:ini: /path/to/development.ini
Then you can just run your sphinx-build command and it will autogenerate API documentation from your Pyramid routes and view docstrings.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyramid_autodoc-0.0.3.tar.gz
(6.6 kB
view details)
File details
Details for the file pyramid_autodoc-0.0.3.tar.gz
.
File metadata
- Download URL: pyramid_autodoc-0.0.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b5e942230fe57ee39a3c70bade22a1f916b2180fb0c557c0bccdaa7b76c3875 |
|
MD5 | 3ab876404a18ad5f53ac458cc67b4970 |
|
BLAKE2b-256 | 9f3481d219e3618cc019358a4d4efa240350cd92269c6b5027a874eff7ff16f8 |