Skip to content

Commit

Permalink
Add config module to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Oct 21, 2024
1 parent 3aa6f3e commit f8b68fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/api/config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Config
======

.. automodule:: julearn.config
:no-members:
:no-inherited-members:


See :ref:`configuration` for more information on the flags that can be set.

Functions
---------

.. currentmodule:: julearn.config

.. autosummary::
:toctree: generated/
:template: function.rst

set_config
get_config
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ API Reference
prepare.rst
stats.rst
viz.rst
config.rst

0 comments on commit f8b68fa

Please sign in to comment.