diff --git a/docs/api.rst b/docs/api.rst index c294a46..8b8cf36 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,8 +1,5 @@ Reference Documentation ======================= -.. automodule:: sprockets.clients.http.client - :members: - -.. automodule:: sprockets.clients.http.mixins +.. automodule:: sprockets.clients.http :members: diff --git a/docs/conf.py b/docs/conf.py index 0605fa4..ca79e92 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,6 +33,7 @@ html_theme_options = { 'description': 'HTTP API client', 'github_banner': True, 'travis_button': True, + 'codecov_button': True, } intersphinx_mapping = { diff --git a/docs/history.rst b/docs/history.rst new file mode 100644 index 0000000..65d6899 --- /dev/null +++ b/docs/history.rst @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 78d4051..b47441e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,8 @@ .. include:: ../README.rst .. toctree:: - :maxdepth: 2 :hidden: api examples + history