-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Build Python protos during sphinx build (#3123)
* Fix configuration for sphinx to build Python protos Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add RTD docs Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Add back package Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Change to not use `make` Signed-off-by: Felix Wang <wangfelix98@gmail.com> Signed-off-by: Felix Wang <wangfelix98@gmail.com>
- Loading branch information
1 parent
3910a9c
commit 7ca4c23
Showing
6 changed files
with
113 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
sdk/python/docs/source/feast.infra.offline_stores.contrib.mssql_offline_store.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
feast.infra.offline\_stores.contrib.mssql\_offline\_store package | ||
================================================================= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
feast.infra.offline_stores.contrib.mssql_offline_store.tests | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.mssql\_offline\_store.mssql module | ||
---------------------------------------------------------------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mssql_offline_store.mssql | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
feast.infra.offline\_stores.contrib.mssql\_offline\_store.mssqlserver\_source module | ||
------------------------------------------------------------------------------------ | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mssql_offline_store.mssqlserver_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mssql_offline_store | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
21 changes: 21 additions & 0 deletions
21
...on/docs/source/feast.infra.offline_stores.contrib.mssql_offline_store.tests.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
feast.infra.offline\_stores.contrib.mssql\_offline\_store.tests package | ||
======================================================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
feast.infra.offline\_stores.contrib.mssql\_offline\_store.tests.data\_source module | ||
----------------------------------------------------------------------------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mssql_offline_store.tests.data_source | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: feast.infra.offline_stores.contrib.mssql_offline_store.tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters