From 062ea57160ec196830cb0f857033e9e1bb0ecb79 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 14 Jan 2016 16:01:34 +0100 Subject: [PATCH] updated doc --- doc/index.rst | 10 +++++++++- doc/modules.rst | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletions(-) create mode 100644 doc/modules.rst diff --git a/doc/index.rst b/doc/index.rst index b01883b..7c85760 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -6,7 +6,7 @@ Welcome to pyi2ncommon's documentation! ======================================= -This library is intended to hold python helper code used everywhere in Intra2Net code. It is starting small but will surely grow... +This library is intended to hold python helper code used everywhere in Intra2net code. It is starting small but will surely grow... Contents: @@ -15,6 +15,14 @@ Contents: license.rst about_docu.rst + template + + +Modules +------- +(List may be incomplete, see Module index below for all modules and re-create doc if something is missing) + +.. toctree:: modules.rst diff --git a/doc/modules.rst b/doc/modules.rst new file mode 100644 index 0000000..5909952 --- /dev/null +++ b/doc/modules.rst @@ -0,0 +1,16 @@ +.. +== + +.. toctree:: + :maxdepth: 4 + + arnied + buffers + call_helpers + file_helpers + iter_helpers + log_helpers + log_read + follow + test_helpers + type_helpers -- 1.7.1