Skip to content

Commit

Permalink
docs(data_handling): expand documentation
Browse files Browse the repository at this point in the history
Add documentation for new scripts.data_handling.process module.
  • Loading branch information
rbpatt2019 committed Jun 10, 2021
1 parent 16d96e7 commit f072312
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/data_handling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _data_handling:

data_handling Module
====================

.. automodule:: scripts.data_handling

data_handling.process
---------------------

.. automodule:: scripts.data_handling.process
:members:
:private-members:
6 changes: 5 additions & 1 deletion docs/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@
Source Code
===========

The source code is currently divided into 3 modules:
The source code is currently divided into 4 modules:

#. Top-level analysis in the root ``scripts`` modules.
They are documented under :ref:`analysis`.
#. ``logs`` submodule, containing code related to logging configuration.
See :ref:`logs`.
#. ``data_handling`` contains the code for manipulating query data.
See :ref:`data_handling`.
#. ``multithreading`` submodule, containing code related to concurrency.
See :ref:`multithreading`.

.. toctree::
:hidden:
:maxdepth: 3

analysis
logging
data_handling
multithreading

0 comments on commit f072312

Please sign in to comment.