diff --git a/python/converters/vasp/doc/source/config.rst b/python/converters/vasp/doc/source/config.rst index 2d5116f8..e7a2cf60 100644 --- a/python/converters/vasp/doc/source/config.rst +++ b/python/converters/vasp/doc/source/config.rst @@ -15,7 +15,7 @@ A config-file contains three types of sections: (e.g. Fermi level) - **[Shell ]** : each section like this describes a PLO shell, with the index `Ns` used for referencing - - **[Group ]** : describes shell groups + - **[Group ]** : describes shell groups The format requirements are relatively flexible. A config-file must contain at least one `[Shell]` section. If there is only one shell defined, it is possible @@ -88,6 +88,6 @@ It will be used to tag intermediate output files. **Required parameters:** - *SHELLS* ([int]): indices refering to shells forming the group. - - **EMIN**, **EMAX**: the bottom and top of the energy window with respect to the Fermi level. + - *EMIN*, *EMAX*: the bottom and top of the energy window with respect to the Fermi level.