Skip to content

Commit

Permalink
Fix line numbering in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed May 23, 2024
1 parent 32285b6 commit 53f1e55
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions docs/source/acknowledgements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Acknowledgements
================

.. mdinclude:: ../../README.md
:start-line: 804
:end-line: 820
:start-line: 806
:end-line: 822
4 changes: 2 additions & 2 deletions docs/source/available_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Available inference methods
================

.. mdinclude:: ../../README.md
:start-line: 269
:end-line: 306
:start-line: 271
:end-line: 308

.. note::
Have a new method to add? Please let us know by creating a pull request. We would be happy to work with you to integrate new methodology into this benchmark!
4 changes: 2 additions & 2 deletions docs/source/bonus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Bonus
================

.. mdinclude:: ../../README.md
:start-line: 836
:end-line: 838
:start-line: 838
:end-line: 840

.. image:: ./_static/WorkBench.jpeg
:alt: My brain after building PoseBench
Expand Down
4 changes: 2 additions & 2 deletions docs/source/citing_this_work.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Citing this work
================

.. mdinclude:: ../../README.md
:start-line: 822
:end-line: 832
:start-line: 824
:end-line: 834
4 changes: 2 additions & 2 deletions docs/source/comparative_plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to create comparative plots of inference results
================

.. mdinclude:: ../../README.md
:start-line: 753
:end-line: 760
:start-line: 755
:end-line: 762
4 changes: 2 additions & 2 deletions docs/source/data_preparation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to prepare `PoseBench` data
================

.. mdinclude:: ../../README.md
:start-line: 128
:end-line: 263
:start-line: 130
:end-line: 265
4 changes: 2 additions & 2 deletions docs/source/ensemble_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ How to run inference with a method ensemble
================

.. mdinclude:: ../../README.md
:start-line: 701
:end-line: 745
:start-line: 703
:end-line: 747

.. note::
In addition to having `consensus` as an available value for `ensemble_ranking_method`, one can also set `ensemble_ranking_method=ff` to have the method ensemble's top-ranked predictions selected using the criterion of "minimum (molecular dynamics) force field energy" (albeit while incurring a very large runtime complexity).
4 changes: 2 additions & 2 deletions docs/source/for_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ For developers
================

.. mdinclude:: ../../README.md
:start-line: 766
:end-line: 800
:start-line: 768
:end-line: 802
24 changes: 12 additions & 12 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Welcome to PoseBench's documentation!


.. mdinclude:: ../../README.md
:start-line: 3
:end-line: 9
:start-line: 4
:end-line: 12

.. image:: ./_static/PoseBench.png
:alt: Overview of PoseBench
:align: center
:width: 600

.. mdinclude:: ../../README.md
:start-line: 16
:end-line: 18
:start-line: 18
:end-line: 20


.. toctree::
Expand Down Expand Up @@ -53,14 +53,14 @@ Welcome to PoseBench's documentation!
:hidden:
:caption: API Reference

modules/complex_alignment
modules/inference_relaxation
modules/minimize_energy
modules/ensemble_generation
modules/data_utils
modules/model_utils
modules/utils
modules/resolvers
modules/src.complex_alignment
modules/src.inference_relaxation
modules/src.minimize_energy
modules/src.ensemble_generation
modules/src.data_utils
modules/src.model_utils
modules/src.utils
modules/src.resolvers

Indices and tables
==================
Expand Down
4 changes: 2 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Installation
================

.. mdinclude:: ../../README.md
:start-line: 38
:end-line: 110
:start-line: 40
:end-line: 112
4 changes: 2 additions & 2 deletions docs/source/method_inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ How to run inference with individual methods
================

.. mdinclude:: ../../README.md
:start-line: 314
:end-line: 695
:start-line: 316
:end-line: 697
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Tutorials
================

.. mdinclude:: ../../README.md
:start-line: 116
:end-line: 122
:start-line: 118
:end-line: 124

0 comments on commit 53f1e55

Please sign in to comment.