Skip to content

Commit 1f832eb

Browse files
committed
Fixed reST formatting
1 parent 2ae99d5 commit 1f832eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ If you are interested in solving least-squares minimization problems, you may wi
3333

3434
Documentation
3535
-------------
36-
See manual.pdf or `here <https://numericalalgorithmsgroup.github.io/pybobyqa/>`_.
36+
See manual.pdf or the `online manual <https://numericalalgorithmsgroup.github.io/pybobyqa/>`_.
3737

3838
Citation
3939
--------
4040
If you use Py-BOBYQA in a paper, please cite:
4141

42-
Cartis, C., Fiala, J., Marteau, B. and Roberts, L., `Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers <https://doi.org/10.1145/3338517>`_, *ACM Transactions on Mathematical Software*, 45:3 (2019), pp. 32:1-32:41.
42+
Cartis, C., Fiala, J., Marteau, B. and Roberts, L., Improving the Flexibility and Robustness of Model-Based Derivative-Free Optimization Solvers, *ACM Transactions on Mathematical Software*, 45:3 (2019), pp. 32:1-32:41.
4343

4444
If you use Py-BOBYQA's global optimization heuristic, please cite the above and also
4545

46-
Cartis, C., Roberts, L. and Sheridan-Methven, O., `Escaping local minima with derivative-free methods: a numerical investigation <https://arxiv.org/abs/1812.11343>`_, technical report, University of Oxford, (2018).
46+
Cartis, C., Roberts, L. and Sheridan-Methven, O., Escaping local minima with derivative-free methods: a numerical investigation, technical report, University of Oxford, (2018).
4747

4848
Requirements
4949
------------
@@ -131,7 +131,7 @@ Alternatively, the HTML documentation provides some simple examples of how to ru
131131

132132
Examples
133133
--------
134-
Examples of how to run Py-BOBYQA are given in the `documentation <https://numericalalgorithmsgroup.github.io/pybobyqa/>`_, and the `examples <https://github.com/numericalalgorithmsgroup/pybobyqa/tree/master/examples>`_ directory in Github.
134+
Examples of how to run Py-BOBYQA are given in the `online documentation <https://numericalalgorithmsgroup.github.io/pybobyqa/>`_, and the `examples directory <https://github.com/numericalalgorithmsgroup/pybobyqa/tree/master/examples>`_ in Github.
135135

136136
Uninstallation
137137
--------------

0 commit comments

Comments
 (0)