Skip to content

Commit 6e44e87

Browse files
committed
Add reference to documentation
1 parent 47aa943 commit 6e44e87

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/source/index.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It hosts a registry of third-party packages designed for `Optuna <https://optuna
66
The `optunahub <https://github.com/optuna/optunahub/>`__ library provides Python APIs to load and use packages from the OptunaHub registry.
77
Please check out `Tutorials for Users <./tutorials_for_users/index.html>`__ as well.
88

9-
**If you are interested in registering your own features in OptunaHub**, please visit `the optunahub-registry repository <https://github.com/optuna/optunahub-registry>`__ and submit a pull request there. More details are available in `Tutorials for Contributors <./tutorials_for_contributors.html>`__.
9+
**If you are interested in registering your own features in OptunaHub**, please visit `theoptunahub-registry repository <https://github.com/optuna/optunahub-registry>`__ and submit a pull request there. More details are available in `Tutorials for Contributors <./tutorials_for_contributors.html>`__.
1010

1111

1212
Usage
@@ -61,3 +61,18 @@ Get ready to explore the most suitable packages for your problems in the `Optuna
6161
tutorials_for_users/index
6262
tutorials_for_contributors
6363
faq
64+
65+
Reference
66+
=========
67+
68+
69+
Please cite `the OptunaHub paper <https://doi.org/10.48550/arXiv.2510.02798>`__ with the following format when you use it in your project:
70+
71+
.. code-block:: bibtex
72+
73+
@article{ozaki2025optunahub,
74+
title={{OptunaHub}: A Platform for Black-Box Optimization},
75+
author={Ozaki, Yoshihiko and Watanabe, Shuhei and Yanase, Toshihiko},
76+
journal={arXiv preprint arXiv:2510.02798},
77+
year={2025}
78+
}

0 commit comments

Comments
 (0)