Convert swagger JSON files to tables in Sphinx
Project description
A Sphinx extension for documenting Swagger APIs.
pip install sphinxcontrib-swaggersphinx
Requirements
python >= 3.3
Installation
This package can be installed using pip:
pip install sphinxcontrib-swaggersphinx
Usage
Include this an extension in your Sphinx conf.py:
extensions = ['sphinxcontrib.swaggersphinx']
Then you can use it in your .rst files to include Swagger documentation:
.. swaggersphinx:: /path/to/swagger.json
You can include local files (relative to the .rst), local files (full path), or URLs:
.. swaggersphinx:: /full/path/swagger.json
.. swaggersphinx:: relative/swagger.json
.. swaggersphinx:: http://localhost/api/swagger.json
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
Built Distribution
File details
Details for the file sphinxcontrib-swaggersphinx-0.1.0.tar.gz
.
File metadata
- Download URL: sphinxcontrib-swaggersphinx-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c70c3608e5a9dd0a8c0fbac95007754e65c2fbf53ba06499c70f258c2e0d09a1 |
|
MD5 | 34f00a57502e212e9326047753dc9278 |
|
BLAKE2b-256 | 1dea47afa83c27c024257c03b3d2b1094bb7f1ebafc5b38a1158130e7203ab98 |
File details
Details for the file sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9443a272940514c0a53ad3b65c8ec3d3dcca9214ad0b51092ca135dbd2e6cc93 |
|
MD5 | a7237320bb1b7ae574e144de2b3f7270 |
|
BLAKE2b-256 | 64440df696a9155290f1c37dc3ec3eed67b989760651178386a5dcb1a6b4919f |