Skip to content

Commit

Permalink
fixed a bug in documentation #6
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamLwj committed Jun 12, 2023
1 parent 1fd20a3 commit afda2fb
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 32 deletions.
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/DOO/DOO.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOO
========
DOO Algorithm
=============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/GPO/GPO.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GPO
========
GPO Algorithm
=============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/HCT/HCT.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HCT
========
HCT Algorithm
=============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/PCT/PCT.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PCT
========
PCT Algorithm
=============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/POO/POO.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POO
========
POO Algorithm
=============

Introduction
------------
Expand Down
5 changes: 2 additions & 3 deletions docs/source/features/algorithms/SOO/SOO.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
SOO
========

SOO Algorithm
=============
Introduction
------------
`paper <https://proceedings.neurips.cc/paper/2011/file/7e889fb76e0e07c11733550f2a6c7a5a-Paper.pdf>`_,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/SequOOL/SequOOL.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SequOOL
=========
SequOOL Algorithm
=================

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/StoSOO/StoSOO.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StoSOO
========
StoSOO Algorithm
================

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/StroquOOL/StroquOOL.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
StroquOOL
=========
StroquOOL Algorithm
===================

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/T-HOO/T-HOO.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
T-HOO
========
T-HOO Algorithm
===============

Introduction
------------
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/VHCT/VHCT.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VHCT
========
VHCT Algorithm
==============

Introduction
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/features/algorithms/VPCT/VPCT.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VPCT
VPCT Algorithm
==============

Introduction
Expand Down
4 changes: 2 additions & 2 deletions docs/source/features/algorithms/Zooming/Zooming.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Zooming
========
Zooming Algorithm
=================

Introduction
------------
Expand Down
12 changes: 6 additions & 6 deletions docs/source/features/feat_algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ features in the algorithm design.
- |check_|
- |check_|
* - `StoSOO <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/StoSOO.py>`_
- `paper <https://proceedings.mlr.press/v28/valko13.pdf>`_
- `StoSOO paper <https://proceedings.mlr.press/v28/valko13.pdf>`_
- |check_|
- |cross_|
- |cross_|
Expand All @@ -60,27 +60,27 @@ features in the algorithm design.
- |check_|
- |check_|
* - `POO* <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/POO.py>`_
- paper
- `POO paper <https://proceedings.neurips.cc/paper/2011/file/7e889fb76e0e07c11733550f2a6c7a5a-Paper.pdf>`_
- |check_|
- |cross_|
- |check_|
* - `GPO* <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/GPO.py>`_
- paper
- `GPO paper <https://proceedings.mlr.press/v98/xuedong19a.html>`_
- |check_|
- |cross_|
- |cross_|
* - `PCT <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/PCT.py>`_
- paper
- `GPO paper <https://proceedings.mlr.press/v98/xuedong19a.html>`_
- |check_|
- |cross_|
- |cross_|
* - `SequOOL <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/SequOOL.py>`_
- paper
- `SequOOL paper <https://arxiv.org/pdf/1810.00997.pdf>`_
- |cross_|
- |cross_|
- |cross_|
* - `StroquOOL <https://github.com/WilliamLwj/PyXAB/blob/main/PyXAB/algos/StroquOOL.py>`_
- paper
- `StroquOOL paper <https://arxiv.org/pdf/1810.00997.pdf>`_
- |check_|
- |cross_|
- |cross_|
Expand Down

0 comments on commit afda2fb

Please sign in to comment.