Skip to content

Commit

Permalink
docs; updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Aug 29, 2024
1 parent 9a63e58 commit 1cec0fa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/source/hosted_extractors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Hosted Extractors
=================

Sources
-------
Create new source
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.hosted_extractors.SourcesAPI.create

Delete source
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.hosted_extractors.SourcesAPI.delete

List sources
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.hosted_extractors.SourcesAPI.list

Retrieve sources
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.hosted_extractors.SourcesAPI.retrieve

Update sources
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.hosted_extractors.SourcesAPI.update
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Contents
contextualization
documents
data_ingestion
hosted_extractors
data_organization
transformations
functions
Expand Down

0 comments on commit 1cec0fa

Please sign in to comment.