Skip to content

Commit

Permalink
Merge pull request #206 from NeuroBench/feature/streamline-doc-hierarchy
Browse files Browse the repository at this point in the history
Reduce doc tree depth
  • Loading branch information
jasonlyik authored May 8, 2024
2 parents 968c627 + e19041f commit 3d42b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/neurobench.benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ neurobench.benchmarks
Benchmark
^^^^^^^^^

.. automodule:: neurobench.benchmarks.benchmark
:members:
.. automodule:: neurobench.benchmarks
:members: Benchmark
:undoc-members:
:show-inheritance:

Expand Down
2 changes: 1 addition & 1 deletion neurobench/benchmarks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .benchmark import *
from .benchmark import Benchmark

0 comments on commit 3d42b39

Please sign in to comment.