Skip to content

Commit

Permalink
Adjusted RTD files
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriWeiss committed Oct 28, 2023
1 parent 1173a16 commit 34a9ec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------

project = 'up_ac'
copyright = '2023, Diitri Weiss'
copyright = '2023, Dimitri Weiss'
author = 'Dimitri Weiss'

# The full version, including alpha/beta/rc tags
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
up_ac
===============

Welcome to Project's documentation! Please check out how to install it using the :ref:`installation` guide.
Welcome to up_ac's documentation! Please check out how to install it using the :ref:`installation` guide.
For information about how to use it and what general functions there are look at the :ref:`usage` section.
For information about the available configuration tools and engines have a look at their respective sections: :doc:`ac_tools` and :ref:`engines`.

Expand Down
4 changes: 2 additions & 2 deletions usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Usage

For a detailed usage guide, please refer to the Jupyter notebook linked below:

- `Colab notebook <https://colab.research.google.com/drive/1QW4FQMk0VXom-7SsQfNE8-nW4gxc74Ur?usp=sharing>`_
- `Colab notebook <https://colab.research.google.com/drive/1Oa7qmHEDdP5NjGOp-73_JBS1Kc5394Yx?usp=sharing>`_

This python Notebook shows an exemplary usage of the up-ac module.
In particular, this notebook will go through an example of Algorithm Configuration for ENHSP, an Expressive Numeric Heuristic Search Planner.
Expand All @@ -15,4 +15,4 @@ Generic configuration tools
------------------

Within this project there are also some generic configuration tools, which can be used as a base to implement other configuration tools of choice.
More information on these can be found in the :ref:`genFunc` section.
More information on these can be found in the :ref:`genFunc` section.

0 comments on commit 34a9ec9

Please sign in to comment.