Skip to content

Commit

Permalink
adapt documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaipalm committed Feb 24, 2024
1 parent 75b5e45 commit d8d04a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Python Test & Lint](https://github.com/nicolaipalm/paref/actions/workflows/python-test.yml/badge.svg)](https://github.com/nicolaipalm/paref/actions/workflows/python-test.yml)
[![Python Version](https://img.shields.io/badge/python-3.9+-blue.svg?style=plastic)](https://www.python.org/downloads/)

[documentation](https://paref.readthedocs.io/en/latest/)//[notebooks](https://github.com/nicolaipalm/paref/tree/main/docs/notebooks)//[demo]()//[paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4668407)
[documentation](https://paref.readthedocs.io/en/latest/)//[notebooks](https://github.com/nicolaipalm/paref/tree/main/docs/notebooks)//[demo](https://huggingface.co/spaces/NicoPalm/paref-showcase)//[paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4668407)

# Paref - problem tailored MOO for expensive black-box functions

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ MOO for Expensive Blackbox-Functions
:hidden:

basics <./description/basics.md>
demo <>
api-reference <./api.rst>
FAQs <./description/faqs.md>
trouble-shooting <./description/trouble-shooting.md>
algorithms <./description/moo-algorithms.md>
demo <https://huggingface.co/spaces/NicoPalm/paref-showcase>
api-reference <./api.rst>
sequences <./description/sequences.md>
reflections <./description/reflections.md>
theory <https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4668407>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def readme():
},
test_suite='tests',
packages=find_packages(
exclude=['dashboard*', 'functional_tests'], # alternatively: `exclude=['additional*']`
exclude=['functional_tests'],
),
)

0 comments on commit d8d04a5

Please sign in to comment.