Skip to content

Commit

Permalink
docs: Remove :noindex:
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Feb 28, 2024
1 parent 4eeafa0 commit 0a71d4f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion doc/source/abstract_method.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ AbstractMethod
==============

.. autoexception:: shell_logger.abstract_method.AbstractMethod
:noindex:
1 change: 0 additions & 1 deletion doc/source/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Shell
=====

.. autoclass:: shell_logger.shell.Shell
:noindex:
3 changes: 0 additions & 3 deletions doc/source/shell_logger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ ShellLogger
===========

.. autoclass:: shell_logger.ShellLogger
:noindex:

JSON Serialization
------------------

.. autoclass:: shell_logger.ShellLoggerDecoder
:noindex:

.. todo::

Figure out why the documentation below is pulling in the docstring for the
base class as well.

.. autoclass:: shell_logger.ShellLoggerEncoder
:noindex:
5 changes: 0 additions & 5 deletions doc/source/stats_collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@ StatsCollector
==============

.. autoclass:: shell_logger.stats_collector.StatsCollector
:noindex:

.. automethod:: shell_logger.stats_collector::stats_collectors
:noindex:

DiskStatsCollector
------------------

.. autoclass:: shell_logger.stats_collector.DiskStatsCollector
:noindex:

CPUStatsCollector
-----------------

.. autoclass:: shell_logger.stats_collector.CPUStatsCollector
:noindex:

MemoryStatsCollector
--------------------

.. autoclass:: shell_logger.stats_collector.MemoryStatsCollector
:noindex:
4 changes: 0 additions & 4 deletions doc/source/trace.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ Trace
=====

.. autoclass:: shell_logger.trace.Trace
:noindex:

.. automethod:: shell_logger.trace::trace_collector
:noindex:

STrace
------

.. autoclass:: shell_logger.trace.STrace
:noindex:

LTrace
------

.. autoclass:: shell_logger.trace.LTrace
:noindex:

0 comments on commit 0a71d4f

Please sign in to comment.