diff options
| author | Jim Fehrle | 2020-03-25 10:21:32 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-03-25 15:05:44 -0700 |
| commit | 245af3e197c36482931248479c8eca5d0e6459a6 (patch) | |
| tree | 4425309080c640d6f89b3ef64389ea2a85c6cc9d /doc/sphinx | |
| parent | bab3c8de77486b0cf022d8f8a19e94f588190b7c (diff) | |
Doc_grammar: Update cmd:: and tacn:: constructs in .rsts
Remove unneeded source and output files
Move all commands under command NT
Add a lot of edits for commands and tactics
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/language/gallina-extensions.rst | 2 | ||||
| -rw-r--r-- | doc/sphinx/language/gallina-specification-language.rst | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/sphinx/language/gallina-extensions.rst b/doc/sphinx/language/gallina-extensions.rst index 2abf6d02d2..8fcbeea570 100644 --- a/doc/sphinx/language/gallina-extensions.rst +++ b/doc/sphinx/language/gallina-extensions.rst @@ -996,7 +996,7 @@ are now available through the dot notation. Including multiple modules is a single :cmd:`Include` is equivalent to including each module in a separate :cmd:`Include` command. -.. cmd:: Include Type @module_type_inl {* <+ @module_type_inl } +.. cmd:: Include Type {+<+ @module_type_inl } .. deprecated:: 8.3 diff --git a/doc/sphinx/language/gallina-specification-language.rst b/doc/sphinx/language/gallina-specification-language.rst index 12a9a30f3d..fe359a23a9 100644 --- a/doc/sphinx/language/gallina-specification-language.rst +++ b/doc/sphinx/language/gallina-specification-language.rst @@ -1533,10 +1533,8 @@ Computations | delta {? @delta_flag } ref_or_pattern_occ ::= @smart_qualid {? at @occs_nums } | @one_term {? at @occs_nums } - occs_nums ::= {+ @num_or_var } - | - @num_or_var {* @int_or_var } - num_or_var ::= @num - | @ident + occs_nums ::= {+ {| @num | @ident } } + | - {| @num | @ident } {* @int_or_var } int_or_var ::= @int | @ident unfold_occ ::= @smart_qualid {? at @occs_nums } |
