nomad-coe/nomad

A few docs errors related to parsing

Closed this issue · 1 comments

On this page, the docs say to run nomad parser --show-archive <path-to-your-mainfile-code-output-file>, but I believe it should be nomad parse instead of nomad parser.


On this page it says nomad-lab[parsing] whereas on this page it says nomad-lab[parsers] for the pip install. I believe it should be the former.


On this page, it says to use archive.run[0] when I think it should be archive.section_run[0].

On this page, the docs say to run nomad parser --show-archive , but I believe it should be nomad parse instead of nomad parser.

Yes it should be parse

On this page it says nomad-lab[parsing] whereas on this page it says nomad-lab[parsers] for the pip install. I believe it should be the former.

Yes, it should be parsing.

On this page, it says to use archive.run[0] when I think it should be archive.section_run[0].

It is actually archive.run[0].

The local parser doc seesm to be out-of-sync.

It is fixed in gitlab https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/merge_requests/1212