Skip to content

Commit

Permalink
Fix the sphinx documentation build a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 25, 2019
1 parent 9537997 commit 6b64398
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,21 @@ use the lower level classes.

.. autofunction:: openeo.connect

.. automodule:: openeo.connection
:members:

.. automodule:: openeo.imagecollection
:members:
openeo.rest.connection
-------------------------

.. automodule:: openeo.rest.connection
:members: Connection OpenEoApiError


openeo.rest.imagecollectionclient
----------------------------------

.. automodule:: openeo.rest.imagecollectionclient
:members: ImageCollectionClient


.. automodule:: openeo.job
:members:


.. toctree::
Expand Down
3 changes: 3 additions & 0 deletions openeo/rest/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ def put(self, path, headers: dict = None, data=None) -> Response:


class Connection(RestApiConnection):
"""
Connection to an openEO backend.
"""

def __init__(self, url, auth: AuthBase = None, session: requests.Session = None):
"""
Expand Down

0 comments on commit 6b64398

Please sign in to comment.