Skip to content

Commit d6b0a12

Browse files
committed
Review #2
1 parent ee98c8f commit d6b0a12

File tree

3 files changed

+14
-25
lines changed

3 files changed

+14
-25
lines changed

doc/sphinx/addendum/micromega.rst

+11-22
Original file line numberDiff line numberDiff line change
@@ -152,20 +152,16 @@ and checked to be :math:`-1`.
152152
tactic *e.g.*, :math:`x = 10 * x / 10` is solved by :tacn:`lra`.
153153

154154
.. tacn:: lra_Q @ltac_expr
155-
156-
For internal use only.
155+
:undocumented:
157156

158157
.. tacn:: lra_R @ltac_expr
159-
160-
For internal use only.
158+
:undocumented:
161159

162160
.. tacn:: sos_Q @ltac_expr
163-
164-
For internal use only.
161+
:undocumented:
165162

166163
.. tacn:: sos_R @ltac_expr
167-
168-
For internal use only.
164+
:undocumented:
169165

170166
.. tacn:: sos_Z @ltac_expr
171167

@@ -236,8 +232,7 @@ with an equation :math:`e = i` for :math:`i \in [c_1,c_2]` and recursively searc
236232
a proof.
237233

238234
.. tacn:: xlia @ltac_expr
239-
240-
For internal use only.
235+
:undocumented:
241236

242237
.. tacn:: xnqa @ltac_expr
243238

@@ -310,12 +305,10 @@ belongs to :math:`\mathit{Cone}({−x^2,x -1})`. Moreover, by running :tacn:`rin
310305
obtain :math:`-1`. By Theorem :ref:`Psatz <psatz_thm>`, the goal is valid.
311306

312307
.. tacn:: psatz_Q {? @nat_or_var } @ltac_expr
313-
314-
For internal use only.
308+
:undocumented:
315309

316310
.. tacn:: psatz_R {? @nat_or_var } @ltac_expr
317-
318-
For internal use only.
311+
:undocumented:
319312

320313
.. tacn:: psatz_Z {? @nat_or_var } @ltac_expr
321314

@@ -372,20 +365,16 @@ obtain :math:`-1`. By Theorem :ref:`Psatz <psatz_thm>`, the goal is valid.
372365
:g:`Z`, :g:`nat`, :g:`positive` and :g:`N`.
373366

374367
.. tacn:: zify_elim_let
375-
376-
For internal use only.
368+
:undocumented:
377369

378370
.. tacn:: zify_iter_let @ltac_expr
379-
380-
For internal use only.
371+
:undocumented:
381372

382373
.. tacn:: zify_iter_specs
383-
384-
For internal use only.
374+
:undocumented:
385375

386376
.. tacn:: zify_op
387-
388-
For internal use only.
377+
:undocumented:
389378

390379
.. tacn:: zify_saturate
391380

doc/sphinx/addendum/ring.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ Error messages:
193193
Same as above in the case of the :tacn:`ring` tactic.
194194

195195
.. tacn:: ring_lookup @ltac_expr0 [ {* @one_term } ] {+ @one_term }
196-
197-
For internal use only.
196+
:undocumented:
198197

199198
.. tacn:: protect_fv @string {? in @ident }
200199

doc/sphinx/proofs/automatic-tactics/auto.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ Programmable proof search
140140
`breadth-first search <https://en.wikipedia.org/wiki/Breadth-first_search>`_.
141141

142142
.. tacn:: dfs eauto {? @nat_or_var } {? @auto_using } {? @hintbases }
143-
:undocumented:
143+
144+
An alias for :tacn:`eauto`.
144145

145146
.. tacn:: autounfold {? @hintbases } {? @simple_occurrences }
146147

0 commit comments

Comments
 (0)