Skip to content

Commit

Permalink
Opportunistic: Adjust the way some sections and subsections are prese…
Browse files Browse the repository at this point in the history
…nted to make things a bit more aesthetic.
  • Loading branch information
netsettler committed Aug 12, 2023
1 parent 90de67f commit 836fd3c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 30 deletions.
23 changes: 11 additions & 12 deletions docs/source/submitr.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
submitr package
===============

Subpackages
-----------

.. toctree::
:maxdepth: 4

submitr.scripts
submitr.tests

Submodules
----------

submitr.base module
-------------------

Expand Down Expand Up @@ -44,3 +32,14 @@ submitr.utils module
:members:
:undoc-members:
:show-inheritance:

-------------------------

submitr subpackages
-----------

.. toctree::
:maxdepth: 4

submitr.scripts
submitr.tests
11 changes: 4 additions & 7 deletions docs/source/submitr.scripts.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
submitr.scripts package
============================

Submodules
----------

submitr.scripts.make\_sample\_fastq\_file module
-----------------------------------------------------
------------------------------------------------

.. automodule:: submitr.scripts.make_sample_fastq_file
:members:
:undoc-members:
:show-inheritance:

submitr.scripts.resume\_uploads module
-------------------------------------------
--------------------------------------

.. automodule:: submitr.scripts.resume_uploads
:members:
:undoc-members:
:show-inheritance:

submitr.scripts.submit\_metadata\_bundle module
----------------------------------------------------
-----------------------------------------------

.. automodule:: submitr.scripts.submit_metadata_bundle
:members:
:undoc-members:
:show-inheritance:

submitr.scripts.upload\_item\_data module
----------------------------------------------
-----------------------------------------

.. automodule:: submitr.scripts.upload_item_data
:members:
Expand Down
19 changes: 8 additions & 11 deletions docs/source/submitr.tests.rst
Original file line number Diff line number Diff line change
@@ -1,67 +1,64 @@
submitr.tests package
==========================

Submodules
----------

submitr.tests.test\_base module
------------------------------------
-------------------------------

.. automodule:: submitr.tests.test_base
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_exceptions module
------------------------------------------
-------------------------------------

.. automodule:: submitr.tests.test_exceptions
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_make\_sample\_fastq\_file module
---------------------------------------------------------
----------------------------------------------------

.. automodule:: submitr.tests.test_make_sample_fastq_file
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_resume\_uploads module
-----------------------------------------------
------------------------------------------

.. automodule:: submitr.tests.test_resume_uploads
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_submission module
------------------------------------------
-------------------------------------

.. automodule:: submitr.tests.test_submission
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_submit\_metadata\_bundle module
--------------------------------------------------------
---------------------------------------------------

.. automodule:: submitr.tests.test_submit_metadata_bundle
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_upload\_item\_data module
--------------------------------------------------
---------------------------------------------

.. automodule:: submitr.tests.test_upload_item_data
:members:
:undoc-members:
:show-inheritance:

submitr.tests.test\_utils module
-------------------------------------
--------------------------------

.. automodule:: submitr.tests.test_utils
:members:
Expand Down

0 comments on commit 836fd3c

Please sign in to comment.