Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Jan 29, 2024
1 parent 57f248b commit 97cf167
Show file tree
Hide file tree
Showing 12 changed files with 149 additions and 5 deletions.
Empty file added af_benchmark/__init__.py
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
7 changes: 2 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Analysis Facility Benchmark
=================================
.. include:: ../../README.md

.. toctree::
:caption: API Reference
:maxdepth: 2

benchmark
modules/modules
21 changes: 21 additions & 0 deletions docs/source/modules/af_benchmark.data_access.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
af\_benchmark.data\_access package
==================================

Submodules
----------

af\_benchmark.data\_access.loader module
----------------------------------------

.. automodule:: af_benchmark.data_access.loader
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: af_benchmark.data_access
:members:
:undoc-members:
:show-inheritance:
45 changes: 45 additions & 0 deletions docs/source/modules/af_benchmark.executor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
af\_benchmark.executor package
==============================

Submodules
----------

af\_benchmark.executor.base module
----------------------------------

.. automodule:: af_benchmark.executor.base
:members:
:undoc-members:
:show-inheritance:

af\_benchmark.executor.dask module
----------------------------------

.. automodule:: af_benchmark.executor.dask
:members:
:undoc-members:
:show-inheritance:

af\_benchmark.executor.futures module
-------------------------------------

.. automodule:: af_benchmark.executor.futures
:members:
:undoc-members:
:show-inheritance:

af\_benchmark.executor.sequential module
----------------------------------------

.. automodule:: af_benchmark.executor.sequential
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: af_benchmark.executor
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/source/modules/af_benchmark.processing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
af\_benchmark.processing package
================================

Submodules
----------

af\_benchmark.processing.handler module
---------------------------------------

.. automodule:: af_benchmark.processing.handler
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: af_benchmark.processing
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/source/modules/af_benchmark.profiling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
af\_benchmark.profiling package
===============================

Submodules
----------

af\_benchmark.profiling.timing module
-------------------------------------

.. automodule:: af_benchmark.profiling.timing
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: af_benchmark.profiling
:members:
:undoc-members:
:show-inheritance:
32 changes: 32 additions & 0 deletions docs/source/modules/af_benchmark.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
af\_benchmark package
=====================

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

.. toctree::
:maxdepth: 4

af_benchmark.data_access
af_benchmark.executor
af_benchmark.processing
af_benchmark.profiling

Submodules
----------

af\_benchmark.benchmark module
------------------------------

.. automodule:: af_benchmark.benchmark
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: af_benchmark
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/modules/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
af_benchmark
============

.. toctree::
:maxdepth: 4

af_benchmark

0 comments on commit 97cf167

Please sign in to comment.