Skip to content

Commit

Permalink
add api to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Jul 22, 2017
1 parent 8e17729 commit e14b6f2
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_api/msl.qt.prompt.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
msl\.qt\.prompt module
======================

.. automodule:: msl.qt.prompt
:members:
:undoc-members:
:show-inheritance:
15 changes: 15 additions & 0 deletions docs/_api/msl.qt.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
msl\.qt package
===============

.. automodule:: msl.qt
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::

msl.qt.prompt

15 changes: 15 additions & 0 deletions docs/_api/msl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
msl package
===========

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

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

.. toctree::

msl.qt

25 changes: 25 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. _api:

========================
MSL-Qt API Documentation
========================

The root package is

.. autosummary::

msl.qt

which has the following modules

.. autosummary::

msl.qt.prompt


Package Structure
-----------------

.. toctree::

_api/msl
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Contents
:maxdepth: 2

Install <install>
API <api>
License <license>
Authors <authors>
Release Notes <changelog>
Expand Down

0 comments on commit e14b6f2

Please sign in to comment.