Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldanos committed Jul 2, 2024
1 parent 9ad7544 commit ef31fbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# -- Project information -----------------------------------------------------

project = 'pyHydrabus'
copyright = '2019, Baldanos'
copyright = '2024, Baldanos'
author = 'Baldanos'

# The short X.Y version
Expand Down Expand Up @@ -60,7 +60,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"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Welcome to pyHydrabus's documentation!
======================================

.. toctree::
:maxdepth: 4

pyHydrabus.rst
4 changes: 2 additions & 2 deletions docs/source/pyHydrabus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ pyHydrabus.Utils module
pyHydrabus.uart module
----------------------

.. automodule:: pyHydrabus.UART
.. automodule:: pyHydrabus.uart
:members:
:undoc-members:
:show-inheritance:

pyHydrabus.swd module
----------------------

.. automodule:: pyHydrabus.SWD
.. automodule:: pyHydrabus.swd
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit ef31fbc

Please sign in to comment.