mirror of
https://github.com/sprockets/sprockets.clients.http.git
synced 2024-11-14 19:29:28 +00:00
Polish the documentation a little.
This commit is contained in:
parent
b8843a425a
commit
0c972ce6c2
4 changed files with 15 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
Reference Documentation
|
||||
=======================
|
||||
|
||||
.. automodule:: sprockets.clients.http.client
|
||||
:members:
|
||||
|
||||
.. automodule:: sprockets.clients.http.mixins
|
||||
.. automodule:: sprockets.clients.http
|
||||
:members:
|
||||
|
|
|
@ -33,6 +33,7 @@ html_theme_options = {
|
|||
'description': 'HTTP API client',
|
||||
'github_banner': True,
|
||||
'travis_button': True,
|
||||
'codecov_button': True,
|
||||
}
|
||||
|
||||
intersphinx_mapping = {
|
||||
|
|
12
docs/history.rst
Normal file
12
docs/history.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
.. :changelog:
|
||||
|
||||
Release History
|
||||
===============
|
||||
|
||||
`Next Release`_
|
||||
---------------
|
||||
- Add :class:`sprockets.clients.http.HTTPClient`
|
||||
- Add :class:`sprockets.clients.http.ClientMixin`
|
||||
- Add :class:`sprockets.clients.http.HTTPError`
|
||||
|
||||
.. _Next Release: https://github.com/sprockets/sprockets.clients.http/compare/0.0.0...master
|
|
@ -1,8 +1,8 @@
|
|||
.. include:: ../README.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:hidden:
|
||||
|
||||
api
|
||||
examples
|
||||
history
|
||||
|
|
Loading…
Reference in a new issue