diff --git a/doc/sphinx/source/get-started/access.md b/doc/sphinx/source/get-started/access.md index a6903dd417..0ad5d1bc3e 100644 --- a/doc/sphinx/source/get-started/access.md +++ b/doc/sphinx/source/get-started/access.md @@ -60,6 +60,10 @@ Dedicated NNPDF threads for specific Physics projects, which might include non-N * [NNPDF_th] For studies and fits related to the implementation of theory uncertainties * [NNPDF_jets] For studies related to choice of jet observables and scales +```eval_rst +.. _NNPDF-server: +``` + ## NNPDF server *See [Server Configuration](server)* diff --git a/doc/sphinx/source/tutorials/buildmaster.md b/doc/sphinx/source/tutorials/buildmaster.md index 677ede2621..c861b3decf 100644 --- a/doc/sphinx/source/tutorials/buildmaster.md +++ b/doc/sphinx/source/tutorials/buildmaster.md @@ -1,4 +1,4 @@ -# How to Implement a new experiment in buildmaster +# How to implement a new experiment in buildmaster Buildmaster is the project that allows the user to generate the ``DATA`` and ``SYSTYPE`` files that contain, respectively, the experimental data and the diff --git a/doc/sphinx/source/tutorials/index.rst b/doc/sphinx/source/tutorials/index.rst index 706f62fbe3..7b98bb6da8 100644 --- a/doc/sphinx/source/tutorials/index.rst +++ b/doc/sphinx/source/tutorials/index.rst @@ -6,6 +6,7 @@ Tutorials ./runafit.md ./compare-fits.md + ./list-fits.md ./report.md ./buildmaster.md ./APPLgrids.md diff --git a/doc/sphinx/source/tutorials/list-fits.md b/doc/sphinx/source/tutorials/list-fits.md new file mode 100644 index 0000000000..22583c6a1f --- /dev/null +++ b/doc/sphinx/source/tutorials/list-fits.md @@ -0,0 +1,8 @@ +# How to list the available fits + +The bulk of the available fits can be found by going to the +[fits folder](https://data.nnpdf.science/fits/) of the NNPDF data server. Some other fits may be +found in standalone folders in the [home folder](https://data.nnpdf.science/) of this server, but +of course finding a specific fit here may require some digging. For help in accessing the server, +please see [here](NNPDF-server). For information on how to download fits and other resources, +please see the [Downloading resources](download) section of the vp-guide. \ No newline at end of file