Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions doc/sphinx/source/theory/theoryindex.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
.. _theory-indexes:

Theory indexes
==============

In the table below you can see explicit content of the
``TheoryIndex`` table from the ``theory.db`` file.
In the table below you can see explicit content of the ``TheoryIndex`` table
from the ``theory.db`` file. Note that not every theory listed in the database
is available to be downloaded from the :ref:`NNPDF-server`. In particular,
theories that are outdated are not stored on the server, but their settings will
remain in the database. To find a list of the theories that are available on the
server, one can use the vp-list script (see :ref:`vp-list`) as so: :code:`vp-
list -r theories`.

.. csv-table:: theory.db
:file: ../theories.csv
Expand Down
5 changes: 3 additions & 2 deletions doc/sphinx/source/theory/theoryparamsinfo.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Looking up the parameters of a theory

The parameters for all of the theories can be found in the `theory.db` file,
located in the `<NNPDF install location>/share/NNPDF/data` directory. This is
an sqlite database file.
located in the `<NNPDF install location>/share/NNPDF/data` directory. This is an
sqlite database file. The information contained within this file can also be
viewed [within the docs](theory-indexes).

The tools required to extract the parameters for a given theory are already in
the validphys framework:
Expand Down
4 changes: 4 additions & 0 deletions doc/sphinx/source/tutorials/list-resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# How to list the available resources

```eval_rst
.. _vp-list:
```

## Using `vp-list`

In order to check what resources are available locally and for download, use
Expand Down