Skip to content

Commit

Permalink
docs: Fixed installation page indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Aug 6, 2022
1 parent 53137ab commit 9b86215
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"source_repository": "https://github.com/pyronear/pyro-engine/",
"source_branch": "develop",
"source_directory": "docs/source/",
"sidebar_hide_name": True,
}


Expand Down
5 changes: 2 additions & 3 deletions docs/source/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ The models subpackage contains everything to manage the whole Fire Detection pro
by predicting whether there is a fire on this image


.. currentmodule:: pyroengine.core
.. currentmodule:: pyroengine

Engine
------

.. autoclass:: Engine

.. automethod:: clear_cache
.. automethod:: predict
.. automethod:: heartbeat
File renamed without changes.

0 comments on commit 9b86215

Please sign in to comment.