Skip to content

Commit

Permalink
Merge pull request #42 from BlueBrain/doc-cosmetics
Browse files Browse the repository at this point in the history
Polish doc
  • Loading branch information
ilkilic authored Sep 12, 2023
2 parents de30368 + 11eba20 commit 44a941a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To get started with the E-Model building pipeline
.. image:: https://raw.githubusercontent.com/BlueBrain/BluePyEModel/main/doc/images/pipeline.png
:alt: E-Model building pipeline

This section presents a general picture of the pipeline. For a detailed picture and how to use it, please refer to the example directory `./examples/emodel_pipeline_local_python <./examples/emodel_pipeline_local_python>`_ and its `README <./examples/emodel_pipeline_local_python/README.rst>`_.
This section presents a general picture of the pipeline. For a detailed picture and how to use it, please refer to the `example directory <https://github.com/BlueBrain/BluePyEModel/tree/main/examples/emodel_pipeline_local_python/>`_ and its `README <https://github.com/BlueBrain/BluePyEModel/tree/main/examples/emodel_pipeline_local_python>`_.

The pipeline is divided in 6 steps:

Expand Down
23 changes: 19 additions & 4 deletions doc/source/api_ref.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
API Reference
=============
BluePyEModel
============

This page contains auto-generated API reference documentation.
.. automodule:: bluepyemodel
:members:
:show-inheritance:


.. rubric:: Modules

.. autosummary::
:toctree: _autosummary
:recursive:

bluepyemodel
access_point
ecode
efeatures_extraction
emodel_pipeline
evaluation
export_emodel
model
optimisation
tasks
tools
validation
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# -- Project information -----------------------------------------------------

project = "BluePyEModel"
author = 'Blue Brain Project/EPFL'

# The short X.Y version
version = get_distribution("bluepyemodel").version
Expand Down

0 comments on commit 44a941a

Please sign in to comment.