Commit Graph

5 Commits

Author SHA1 Message Date
kokalj 980fe8f826 - some minor changes wrt supported primitive html tags
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12750 c92efa57-630b-4861-b058-cf58834340f0
2016-08-16 14:38:31 +00:00
kokalj 943f9bff04 Upgrading the helpdoc schema to support new additions. Some keywords have changed meaning (such as text and string) ... and dome new keywords/datatypes added.
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12727 c92efa57-630b-4861-b058-cf58834340f0
2016-08-12 16:02:18 +00:00
kokalj c63f411b8d Introducing a "supercard" element as to better describe the neb.x
input syntax. A supercard is a section of input that contains at 
least one namelist, card, or lower-level supercard.

An example of the supercard is the following input section of neb.x:

BEGIN_PATH_INPUT
   ... neb specific namelists and cards ...
BEGIN_PATH_INPUT


Here is how this is coded in the iNPUT_NEB.def file:

supercard BEGIN_PATH_INPUT -endtag END_PATH_INPUT {
   namelist PATH {
      ... etc.
   }
}



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12686 c92efa57-630b-4861-b058-cf58834340f0
2016-08-09 12:43:34 +00:00
kokalj 347cc144ad Implementing an old suggestion of Stefano de Gironcoli, i.e., the
possibility to specify several variables in the see {} tag of
INPUT_*.def. E.g. now one can use:

var constrained_magnetization -type CHARACTER { 
   see { lambda, fixed_magnetization }
   ...
}

And it will work as expected: in respective INPUT_*.html correct
links to "lambda" and "fixed_magnetization" will be made.
(before a single but wrong link was made)



git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12652 c92efa57-630b-4861-b058-cf58834340f0
2016-08-03 08:37:08 +00:00
kokalj 7d86582b4a moving helpdoc.schema README.helpdoc to dev-tools/
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@4878 c92efa57-630b-4861-b058-cf58834340f0
2008-05-08 18:20:21 +00:00