Skip to content

dedsm/sphinxcontrib-httpexample

 
 

Repository files navigation

sphinxcontrib-httpexample

image

image

image

image

sphinxcontrib-httpexample enhances sphinxcontrib-httpdomain, a Sphinx domain extension for describing RESTful HTTP APIs in detail, with a simple call example directive. The new directive provided by this extension generates RESTful HTTP API call examples for different tools from a single HTTP request example.

The audience for this extension are developers and technical writes documenting their RESTful HTTP APIs. This extension has originally been developed for documenting plone.restapi.

Features

Examples

This extension has been used at least in the following documentations:

Documentation

Full documentation for end users can be found in the "docs" folder. It is also available online at http://sphinxcontrib-httpexample.readthedocs.org/

Installation

Add sphinxcontrib-httpexample into requirements of your product documentation and into the configuration file of your Sphinx documentation next to sphincontrib-httpdomain as follows:

extensions = ['sphinxcontrib.httpdomain', 'sphinxcontrib.httpexample']

License

The project is licensed under the GPLv2.

About

Adds example directive for sphinx-contrib httpdomain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.6%
  • Nix 37.0%
  • Makefile 1.3%
  • JavaScript 1.1%
  • CSS 1.0%