Skip to content

Commit

Permalink
docs: improve docs (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Aug 29, 2023
1 parent a2a185e commit 908fd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import sys
from datetime import datetime
from importlib.metadata import version
Expand All @@ -25,7 +24,6 @@ def __getattr__(cls, name):

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "stable-learning-control"
copyright = f"{datetime.now().year}, Rick Staa"
author = "Rick Staa"
Expand Down
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
Welcome to Stable Learning Control documentation
================================================

.. figure:: ./images/safe_panda.jpg
.. image:: /images/safe_panda.jpg
:alt: Stable Learning Control

Welcome to the :slc:`Stable Learning Control <>` (SLC) framework! This framework contains
a collection of robust Reinforcement Learning (RL) control algorithms designed to ensure stability.
Expand Down

0 comments on commit 908fd78

Please sign in to comment.