Skip to content

Commit

Permalink
Test Reference docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Mar 18, 2024
1 parent 15a9327 commit b37f9b4
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ CFA Multisignal Renewal Documentation
Welcome, CFA wishes you a nice day!

.. toctree::
:maxdepth: 4
:maxdepth: 2
:caption: Contents:

msei_reference/index
test_reference/index


Indices And Tables
Expand All @@ -21,3 +22,7 @@ Indices And Tables
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

Meta Information
================

2 changes: 1 addition & 1 deletion docs/source/msei_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MSEI Reference
==============

.. toctree::
:maxdepth: 4
:maxdepth: 3

observation
regression
Expand Down
14 changes: 14 additions & 0 deletions docs/source/test_reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Test Reference
==============

.. toctree::
:maxdepth: 3

test_ar_process
test_first_difference_ar
test_logistic_susceptibility_adjustment
test_random_walk
test_process_asymptotics
test_transforms
test_regression
test_leslie_matrix
4 changes: 4 additions & 0 deletions docs/source/test_reference/test_ar_process.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AR Process Testing Functions
============================

.. autofunction:: test.test_ar_process.test_ar_can_be_sampled
4 changes: 4 additions & 0 deletions docs/source/test_reference/test_first_difference_ar.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AR First Difference Testing Functions
=====================================

.. autofunction:: test.test_first_difference_ar.test_fd_ar_can_be_sampled
4 changes: 4 additions & 0 deletions docs/source/test_reference/test_leslie_matrix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Leslie Matrix Testing Functions
===============================

.. autofunction:: test.test_leslie_matrix.test_get_leslie
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Logistic Susceptibility Testing Functions
=========================================

.. autofunction:: test.test_logistic_susceptibility_adjustment.test_logistic_susceptibility_adjustment
4 changes: 4 additions & 0 deletions docs/source/test_reference/test_process_asymptotics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Processed Asymptomatic Testing Functions
========================================

.. autofunction:: test.test_process_asymptotics.test_asymptotic_properties
7 changes: 7 additions & 0 deletions docs/source/test_reference/test_random_walk.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Random Walk Testing Functions
=============================

.. autofunction:: test.test_random_walk.test_rw_can_be_sampled


.. autofunction:: test.test_random_walk.test_rw_samples_correctly_distributed
4 changes: 4 additions & 0 deletions docs/source/test_reference/test_regression.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Regression Testing Functions
============================

.. autofunction:: test.test_regression.test_glm_prediction
6 changes: 6 additions & 0 deletions docs/source/test_reference/test_transforms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Transforms Testing Functions
============================

.. autofunction:: test.test_transforms.generic_inversion_test

.. autofunction:: test.test_transforms.test_invert_dists

0 comments on commit b37f9b4

Please sign in to comment.