Skip to content

Commit

Permalink
RST Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Scribner <[email protected]>
  • Loading branch information
ejscribner committed Oct 17, 2024
1 parent 7f911b1 commit b7b5299
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
feast.infra.online\_stores.contrib.couchbase\_online\_store package
===================================================================

Submodules
----------

feast.infra.online\_stores.contrib.couchbase\_online\_store.couchbase module
----------------------------------------------------------------------------

.. automodule:: feast.infra.online_stores.contrib.couchbase_online_store.couchbase
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: feast.infra.online_stores.contrib.couchbase_online_store
:members:
:undoc-members:
:show-inheritance:
9 changes: 9 additions & 0 deletions sdk/python/docs/source/feast.infra.online_stores.contrib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Subpackages
:maxdepth: 4

feast.infra.online_stores.contrib.cassandra_online_store
feast.infra.online_stores.contrib.couchbase_online_store
feast.infra.online_stores.contrib.hazelcast_online_store
feast.infra.online_stores.contrib.hbase_online_store
feast.infra.online_stores.contrib.ikv_online_store
Expand All @@ -24,6 +25,14 @@ feast.infra.online\_stores.contrib.cassandra\_repo\_configuration module
:undoc-members:
:show-inheritance:

feast.infra.online\_stores.contrib.couchbase\_repo\_configuration module
------------------------------------------------------------------------

.. automodule:: feast.infra.online_stores.contrib.couchbase_repo_configuration
:members:
:undoc-members:
:show-inheritance:

feast.infra.online\_stores.contrib.elasticsearch module
-------------------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions sdk/python/docs/source/feast.infra.online_stores.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ feast.infra.online\_stores.sqlite module
:undoc-members:
:show-inheritance:

feast.infra.online\_stores.vector\_store module
-----------------------------------------------

.. automodule:: feast.infra.online_stores.vector_store
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
14 changes: 11 additions & 3 deletions sdk/python/docs/source/feast.permissions.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ feast.permissions.client.auth\_client\_manager module
:undoc-members:
:show-inheritance:

feast.permissions.client.auth\_client\_manager\_factory module
--------------------------------------------------------------
feast.permissions.client.client\_auth\_token module
---------------------------------------------------

.. automodule:: feast.permissions.client.auth_client_manager_factory
.. automodule:: feast.permissions.client.client_auth_token
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -44,6 +44,14 @@ feast.permissions.client.http\_auth\_requests\_wrapper module
:undoc-members:
:show-inheritance:

feast.permissions.client.intra\_comm\_authentication\_client\_manager module
----------------------------------------------------------------------------

.. automodule:: feast.permissions.client.intra_comm_authentication_client_manager
:members:
:undoc-members:
:show-inheritance:

feast.permissions.client.kubernetes\_auth\_client\_manager module
-----------------------------------------------------------------

Expand Down
16 changes: 16 additions & 0 deletions sdk/python/docs/source/feast.protos.feast.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,22 @@ feast.protos.feast.core.Policy\_pb2\_grpc module
:undoc-members:
:show-inheritance:

feast.protos.feast.core.Project\_pb2 module
-------------------------------------------

.. automodule:: feast.protos.feast.core.Project_pb2
:members:
:undoc-members:
:show-inheritance:

feast.protos.feast.core.Project\_pb2\_grpc module
-------------------------------------------------

.. automodule:: feast.protos.feast.core.Project_pb2_grpc
:members:
:undoc-members:
:show-inheritance:

feast.protos.feast.core.Registry\_pb2 module
--------------------------------------------

Expand Down
32 changes: 32 additions & 0 deletions sdk/python/docs/source/feast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ feast.aggregation module
:undoc-members:
:show-inheritance:

feast.arrow\_error\_handler module
----------------------------------

.. automodule:: feast.arrow_error_handler
:members:
:undoc-members:
:show-inheritance:

feast.base\_feature\_view module
--------------------------------

Expand Down Expand Up @@ -196,6 +204,14 @@ feast.flags\_helper module
:undoc-members:
:show-inheritance:

feast.grpc\_error\_interceptor module
-------------------------------------

.. automodule:: feast.grpc_error_interceptor
:members:
:undoc-members:
:show-inheritance:

feast.importer module
---------------------

Expand Down Expand Up @@ -244,6 +260,14 @@ feast.online\_response module
:undoc-members:
:show-inheritance:

feast.project module
--------------------

.. automodule:: feast.project
:members:
:undoc-members:
:show-inheritance:

feast.project\_metadata module
------------------------------

Expand Down Expand Up @@ -292,6 +316,14 @@ feast.repo\_operations module
:undoc-members:
:show-inheritance:

feast.rest\_error\_handler module
---------------------------------

.. automodule:: feast.rest_error_handler
:members:
:undoc-members:
:show-inheritance:

feast.saved\_dataset module
---------------------------

Expand Down

0 comments on commit b7b5299

Please sign in to comment.