Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Oct 9, 2024
1 parent a69ef89 commit ec05c60
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
26 changes: 9 additions & 17 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
===============================================================
EBRAINS/HBP Validation Framework - Python Client: Documentation
===============================================================
===========================================================
EBRAINS Validation Framework - Python Client: Documentation
===========================================================

.. toctree::
:maxdepth: 2

.. automodule:: ebrains_validation_framework
reference


Quick Overview
==============
Expand Down Expand Up @@ -154,7 +155,7 @@ General Info


Regarding EBRAINS Authentication
============================
================================
The Python Client for the Validation Framework attempts to simplify the EBRAINS
authentication process. It does this as follows:

Expand All @@ -176,17 +177,8 @@ requests that require authentication. This approach has been found to significan
speed-up the processing of the requests. If the authentication token expires, or is
found to be invalid, then the user would again be given the above two options.

TestLibrary
===========
.. autoclass:: TestLibrary
:members:

ModelCatalog
============
.. autoclass:: ModelCatalog
:members:
Reference
=========

Utilities
============
.. automodule:: ebrains_validation_framework.utils
:members:
See :doc:`reference`.
22 changes: 22 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
=======================
Reference documentation
=======================

.. automodule:: ebrains_validation_framework



TestLibrary
===========
.. autoclass:: TestLibrary
:members:

ModelCatalog
============
.. autoclass:: ModelCatalog
:members:

Utilities
=========
.. automodule:: ebrains_validation_framework.utils
:members:

0 comments on commit ec05c60

Please sign in to comment.