https://github.com/sphinx-contrib/httpdomain
Documenting RESTful HTTP APIs
https://github.com/sphinx-contrib/httpdomain
sphinx-domain sphinx-extension sphinxcontrib
Last synced: about 1 month ago
JSON representation
Documenting RESTful HTTP APIs
- Host: GitHub
- URL: https://github.com/sphinx-contrib/httpdomain
- Owner: sphinx-contrib
- License: other
- Created: 2017-09-28T14:17:50.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:18:04.000Z (9 months ago)
- Last Synced: 2025-03-28T06:03:44.619Z (about 1 month ago)
- Topics: sphinx-domain, sphinx-extension, sphinxcontrib
- Language: Python
- Homepage: https://pypi.org/project/sphinxcontrib-httpdomain/
- Size: 815 KB
- Stars: 59
- Watchers: 9
- Forks: 36
- Open Issues: 36
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
``sphinxcontrib.httpdomain``
============================.. image:: https://badge.fury.io/py/sphinxcontrib-httpdomain.svg
:target: https://pypi.org/project/sphinxcontrib-httpdomain/
:alt: Latest PyPI version.. image:: https://readthedocs.org/projects/sphinxcontrib-httpdomain/badge/
:target: https://sphinxcontrib-httpdomain.readthedocs.io/
:alt: Documentation Status.. image:: https://travis-ci.org/sphinx-contrib/httpdomain.svg?branch=main
:alt: Build Status
:target: https://travis-ci.org/sphinx-contrib/httpdomainThis contrib extension, ``sphinxcontrib.httpdomain``, provides a Sphinx
domain for describing HTTP APIs.You can find the documentation from the following URL:
https://sphinxcontrib-httpdomain.readthedocs.io/