From 4eb76863cf5b520135b9f104fa5372282533b4fe Mon Sep 17 00:00:00 2001 From: John Chilton <jmchilton@gmail.com> Date: Thu, 9 Apr 2015 08:57:39 -0400 Subject: [PATCH] Rebuild docs. --- docs/galaxy.util.pastescript.rst | 30 ++++++++++++++++++++++++++++++ docs/galaxy.util.rst | 7 +++++++ 2 files changed, 37 insertions(+) create mode 100644 docs/galaxy.util.pastescript.rst diff --git a/docs/galaxy.util.pastescript.rst b/docs/galaxy.util.pastescript.rst new file mode 100644 index 00000000..fe9392f5 --- /dev/null +++ b/docs/galaxy.util.pastescript.rst @@ -0,0 +1,30 @@ +galaxy.util.pastescript package +=============================== + +Submodules +---------- + +galaxy.util.pastescript.loadwsgi module +--------------------------------------- + +.. automodule:: galaxy.util.pastescript.loadwsgi + :members: + :undoc-members: + :show-inheritance: + +galaxy.util.pastescript.serve module +------------------------------------ + +.. automodule:: galaxy.util.pastescript.serve + :members: + :undoc-members: + :show-inheritance: + + +Module contents +--------------- + +.. automodule:: galaxy.util.pastescript + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/galaxy.util.rst b/docs/galaxy.util.rst index 92d163e3..47787bfd 100644 --- a/docs/galaxy.util.rst +++ b/docs/galaxy.util.rst @@ -1,6 +1,13 @@ galaxy.util package =================== +Subpackages +----------- + +.. toctree:: + + galaxy.util.pastescript + Submodules ---------- -- GitLab