From 7f44ff06a1f123aad26c1cedb83cc9618b57ebd5 Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 9 Nov 2021 14:24:45 -0700 Subject: [PATCH] Tweaks to docs --- doc/source/AbstractMethod.rst | 4 ++-- doc/source/Shell.rst | 6 +++--- doc/source/ShellLogger.rst | 4 ++-- doc/source/StatsCollector.rst | 4 ++-- doc/source/Trace.rst | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/AbstractMethod.rst b/doc/source/AbstractMethod.rst index 4b7356b..8c56bba 100644 --- a/doc/source/AbstractMethod.rst +++ b/doc/source/AbstractMethod.rst @@ -1,5 +1,5 @@ -AbstractMethod Class Reference -============================== +AbstractMethod +============== .. autoexception:: shelllogger.AbstractMethod.AbstractMethod :noindex: diff --git a/doc/source/Shell.rst b/doc/source/Shell.rst index c811bba..48f923f 100644 --- a/doc/source/Shell.rst +++ b/doc/source/Shell.rst @@ -1,5 +1,5 @@ -Shell Class Reference -===================== +Shell +===== -.. autoclass:: shelllogger.Shell +.. automodule:: shelllogger.Shell :noindex: diff --git a/doc/source/ShellLogger.rst b/doc/source/ShellLogger.rst index 6770efc..2b82eb8 100644 --- a/doc/source/ShellLogger.rst +++ b/doc/source/ShellLogger.rst @@ -1,5 +1,5 @@ -ShellLogger Class Reference -=========================== +ShellLogger +=========== .. autoclass:: shelllogger.ShellLogger :noindex: diff --git a/doc/source/StatsCollector.rst b/doc/source/StatsCollector.rst index 6024ef7..9db7fbd 100644 --- a/doc/source/StatsCollector.rst +++ b/doc/source/StatsCollector.rst @@ -1,5 +1,5 @@ -StatsCollector Class Reference -============================== +StatsCollector +============== .. autoclass:: shelllogger.StatsCollector.StatsCollector :noindex: diff --git a/doc/source/Trace.rst b/doc/source/Trace.rst index c3324a3..721f110 100644 --- a/doc/source/Trace.rst +++ b/doc/source/Trace.rst @@ -1,5 +1,5 @@ -Trace Class Reference -===================== +Trace +===== .. autoclass:: shelllogger.Trace.Trace :noindex: