Skip to content

Commit

Permalink
Added source dir to try and get RTD to generate module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 13, 2020
1 parent 26d73cb commit 8c02ecf
Show file tree
Hide file tree
Showing 21 changed files with 360 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = whisk
SOURCEDIR = .
SOURCEDIR = source/
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'default'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
whisk
=====

.. toctree::
:maxdepth: 4

whisk
File renamed without changes.
File renamed without changes.
File renamed without changes.
62 changes: 62 additions & 0 deletions docs/source/whisk.cli.commands.project.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
whisk.cli.commands.project package
==================================

Submodules
----------

whisk.cli.commands.project.app module
-------------------------------------

.. automodule:: whisk.cli.commands.project.app
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.dvc module
-------------------------------------

.. automodule:: whisk.cli.commands.project.dvc
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.notebook module
------------------------------------------

.. automodule:: whisk.cli.commands.project.notebook
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.package module
-----------------------------------------

.. automodule:: whisk.cli.commands.project.package
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.s3 module
------------------------------------

.. automodule:: whisk.cli.commands.project.s3
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.setup module
---------------------------------------

.. automodule:: whisk.cli.commands.project.setup
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli.commands.project
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/source/whisk.cli.commands.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
whisk.cli.commands package
==========================

Subpackages
-----------

.. toctree::

whisk.cli.commands.project

Submodules
----------

whisk.cli.commands.create module
--------------------------------

.. automodule:: whisk.cli.commands.create
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli.commands
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions docs/source/whisk.cli.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
whisk.cli package
=================

Subpackages
-----------

.. toctree::

whisk.cli.commands

Submodules
----------

whisk.cli.cli module
--------------------

.. automodule:: whisk.cli.cli
:members:
:undoc-members:
:show-inheritance:

whisk.cli.whisk\_multi\_command module
--------------------------------------

.. automodule:: whisk.cli.whisk_multi_command
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli
:members:
:undoc-members:
:show-inheritance:
61 changes: 61 additions & 0 deletions docs/source/whisk.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
whisk package
=============

Subpackages
-----------

.. toctree::

whisk.cli

Submodules
----------

whisk.dvc module
----------------

.. automodule:: whisk.dvc
:members:
:undoc-members:
:show-inheritance:

whisk.git module
----------------

.. automodule:: whisk.git
:members:
:undoc-members:
:show-inheritance:

whisk.model\_stub module
------------------------

.. automodule:: whisk.model_stub
:members:
:undoc-members:
:show-inheritance:

whisk.project module
--------------------

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

whisk.whisk module
------------------

.. automodule:: whisk.whisk
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk
:members:
:undoc-members:
:show-inheritance:
62 changes: 62 additions & 0 deletions docs/whisk.cli.commands.project.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
whisk.cli.commands.project package
==================================

Submodules
----------

whisk.cli.commands.project.app module
-------------------------------------

.. automodule:: whisk.cli.commands.project.app
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.dvc module
-------------------------------------

.. automodule:: whisk.cli.commands.project.dvc
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.notebook module
------------------------------------------

.. automodule:: whisk.cli.commands.project.notebook
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.package module
-----------------------------------------

.. automodule:: whisk.cli.commands.project.package
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.s3 module
------------------------------------

.. automodule:: whisk.cli.commands.project.s3
:members:
:undoc-members:
:show-inheritance:

whisk.cli.commands.project.setup module
---------------------------------------

.. automodule:: whisk.cli.commands.project.setup
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli.commands.project
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/whisk.cli.commands.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
whisk.cli.commands package
==========================

Subpackages
-----------

.. toctree::

whisk.cli.commands.project

Submodules
----------

whisk.cli.commands.create module
--------------------------------

.. automodule:: whisk.cli.commands.create
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli.commands
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions docs/whisk.cli.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
whisk.cli package
=================

Subpackages
-----------

.. toctree::

whisk.cli.commands

Submodules
----------

whisk.cli.cli module
--------------------

.. automodule:: whisk.cli.cli
:members:
:undoc-members:
:show-inheritance:

whisk.cli.whisk\_multi\_command module
--------------------------------------

.. automodule:: whisk.cli.whisk_multi_command
:members:
:undoc-members:
:show-inheritance:


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

.. automodule:: whisk.cli
:members:
:undoc-members:
:show-inheritance:
35 changes: 33 additions & 2 deletions docs/whisk.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,44 @@
whisk package
=============

Subpackages
-----------

.. toctree::

whisk.cli

Submodules
----------

whisk.cli module
whisk.dvc module
----------------

.. automodule:: whisk.dvc
:members:
:undoc-members:
:show-inheritance:

whisk.git module
----------------

.. automodule:: whisk.cli
.. automodule:: whisk.git
:members:
:undoc-members:
:show-inheritance:

whisk.model\_stub module
------------------------

.. automodule:: whisk.model_stub
:members:
:undoc-members:
:show-inheritance:

whisk.project module
--------------------

.. automodule:: whisk.project
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit 8c02ecf

Please sign in to comment.