Skip to content

Commit

Permalink
add cross-ref for algorithms and problems
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Feb 9, 2023
1 parent e046b38 commit 50df688
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 3 additions & 1 deletion docs/source/api/algorithms/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Algorithms
==========

.. automodule:: evox.algorithms

.. toctree::
:maxdepth: 2

so/index
mo/index
mo/index
2 changes: 2 additions & 0 deletions docs/source/api/problems/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Problems
========

.. automodule:: evox.problems

.. toctree::
:maxdepth: 2

Expand Down
10 changes: 5 additions & 5 deletions docs/source/guide/basics/1-start.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
===============
Getting Started
===============
===========
Quick Start
===========

=============================
Algorithm, Problem & Pipeline
=============================

Expand All @@ -13,7 +12,8 @@ To start with, import ``evox``
import evox
from evox import algorithms, problems, pipelines
Then, create an ``algorithm`` and a ``problem``:
Then, create an ``algorithm`` and a ``problem``.
The list of available algorithms and problems can be found in :mod:`here <evox.algorithms>` and :mod:`here <evox.problems>`.

.. code-block:: python
Expand Down

0 comments on commit 50df688

Please sign in to comment.