Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add apidocs
  • Loading branch information
freiksenet committed Sep 4, 2018
1 parent 3943e1f commit 75eeb74
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -109,3 +109,4 @@ tags
*.db

docs/_build
python_modules/dagster/docs/_build
38 changes: 38 additions & 0 deletions python_modules/dagster/docs/apidocs/index.rst
@@ -0,0 +1,38 @@
API Reference
===================================

dagster.core.definitions
-----------------------------------

.. automodule:: dagster.core.definitions
:members:

dagster.core.execution
-----------------------------------

.. automodule:: dagster.core.execution
:members:

dagster.core.execution_context
-----------------------------------

.. automodule:: dagster.core.execution_context
:members:

dagster.core.errors
-----------------------------------

.. automodule:: dagster.core.errors
:members:

dagster.core.types
-----------------------------------

.. automodule:: dagster.core.types
:members:

dagster.core.decorators
-----------------------------------

.. automodule:: dagster.core.decorators
:members:
9 changes: 9 additions & 0 deletions python_modules/dagster/docs/index.rst
Expand Up @@ -20,6 +20,15 @@ Other docs

developing/index

API Reference
================

.. toctree::
:maxdepth: 2
:caption: Contents:

apidocs/index


Indices and tables
==================
Expand Down

0 comments on commit 75eeb74

Please sign in to comment.