Skip to content

Commit

Permalink
Merge pull request #1297 from NNPDF/data_layout
Browse files Browse the repository at this point in the history
Removed reference to no longer existing data_layout file in doc
  • Loading branch information
Zaharid committed Jun 16, 2021
2 parents 0b32972 + 67acd70 commit 0e72100
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ To add a new module to document, add a new line in `sphinx/Makefile` under:

### Currently documented
- [Validphys2 guide](https://data.nnpdf.science/validphys-docs/guide.html)
- [Data format specifications](./data/data_layout.pdf)
- [Data format specifications](https://docs.nnpdf.science/data/exp-data-files.html)
- Ancient (NNPDF3.0) cut specifications

### Immediate TODO
Expand Down
6 changes: 2 additions & 4 deletions doc/sphinx/source/external-code/apfelcomb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ APFELcomb is available from
```
https://github.com/NNPDF/apfelcomb
````
The various data formats used in APFELcomb are described in
```
nnpdf/nnpdfcpp/data/doc/data_layout.pdf
```
The various data formats used in APFELcomb are described in [Experimental data files](../data/exp-data-files.html#exp-data-files).


APFELcomb depends on the following libraries
* [APFEL](https://github.com/scarrazza/apfel)
Expand Down
12 changes: 4 additions & 8 deletions doc/sphinx/source/tutorials/apfelcomb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ achieved by taking DGLAP evolution kernels from ``APFEL`` and combining them
with interpolated parton-level observable kernels in the APPLgrid or
FastNLO format
(see [How to generate APPLgrid and fastNLO tables](../tutorials/APPLgrids.md)).
The various data formats used in APFELcomb are described in
```
nnpdf/nnpdfcpp/data/doc/data_layout.pdf
```
The various data formats used in APFELcomb are described in [Experimental data files](../data/exp-data-files.html#exp-data-files).

The user is strongly encouraged to go through that note with care, in order to
familiarise himself with the features and the structure of the APFELcomb
project.
Expand Down Expand Up @@ -234,12 +232,10 @@ points. The N operator is used to perform unit conversions or the like.
### Compound files and C-factors
If the new dataset is a compound observable (that is, theory predictions are a
function of more than one FK-product), then one should write a corresponding
`COMPOUND` file as described in the data specifications at
`nnpdf/nnpdfcpp/data/doc/data_layout.pdf`. This compound file should be stored
`COMPOUND` file as described in [Theory data files](../data/th-data-files.html#compound-file-format). This compound file should be stored
in the APFELcomb repository under the `compound` directory.

C-factors should be in the format once again specified in
`nnpdf/nnpdfcpp/data/doc/data_layout.pdf`, and stored in the nnpdfcpp
C-factors should be in the format specified in [Theory data files](../data/th-data-files.html#cfactor-file-format) and stored in the nnpdfcpp
repository under
```
nnpdf/nnpdfcpp/data/N*LOCFAC/
Expand Down

0 comments on commit 0e72100

Please sign in to comment.