-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate the docs (
cd docs && sphinx-apidoc -o api ../splitgraph
)…
… and add the Snowflake Python code to splitgraph.spec
- Loading branch information
Showing
17 changed files
with
491 additions
and
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
splitgraph.cloud package | ||
======================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: splitgraph.cloud | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
splitgraph.commandline package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
splitgraph.commandline.cloud module | ||
----------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.cloud | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.common module | ||
------------------------------------ | ||
|
||
.. automodule:: splitgraph.commandline.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.engine module | ||
------------------------------------ | ||
|
||
.. automodule:: splitgraph.commandline.engine | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.example module | ||
------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.example | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.image\_creation module | ||
--------------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.image_creation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.image\_info module | ||
----------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.image_info | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.ingestion module | ||
--------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.ingestion | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.misc module | ||
---------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.misc | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.mount module | ||
----------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.mount | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.push\_pull module | ||
---------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.push_pull | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.commandline.splitfile module | ||
--------------------------------------- | ||
|
||
.. automodule:: splitgraph.commandline.splitfile | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: splitgraph.commandline | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
splitgraph.core.indexing package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
splitgraph.core.indexing.bloom module | ||
------------------------------------- | ||
|
||
.. automodule:: splitgraph.core.indexing.bloom | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
splitgraph.core.indexing.range module | ||
------------------------------------- | ||
|
||
.. automodule:: splitgraph.core.indexing.range | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: splitgraph.core.indexing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.