Skip to content

Commit 37cbb8b

Browse files
committed
Apply Coq -> Rocq renaming in documentation files
1 parent 4546804 commit 37cbb8b

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,5 @@ user-contrib/Ltac2/dune
166166

167167
.wrappers
168168
rocq-stdlib-doc.opam
169+
doc/stdlib/Library.fdb_latexmk
170+
doc/stdlib/Library.fls

doc/common/macros.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
%%%%%%%%%%%%%%%%%%%%%%%%
9292

9393
\newcommand{\Coq}{\textsc{Coq}}
94+
\newcommand{\Rocq}{\textsc{Rocq}}
9495
\newcommand{\gallina}{\textsc{Gallina}}
9596
\newcommand{\Gallina}{\textsc{Gallina}}
9697
\newcommand{\CoqIDE}{\textsc{CoqIDE}}

doc/sphinx/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
The is the reference manual of the Standard Library of Coq.
2-
It mostly presents a few tactics.
1+
This is the reference manual of the Standard Library of the Rocq Prover.
2+
It mostly presents a few notations and tactics.
33

44
.. only:: html
55

doc/sphinx/language/coq-library.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ These directories belong to the initial load path of the system, and
2929
the modules they provide are compiled at installation time. So they
3030
are directly accessible with the command ``Require``.
3131

32-
The different modules of the Coq standard library are documented
33-
online at https://coq.inria.fr/stdlib/.
32+
The different modules of the Rocq standard library are documented
33+
online at https://rocq-prover.org/stdlib/.
3434

3535
Peano’s arithmetic (nat)
3636
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -250,7 +250,7 @@ Floats library
250250
~~~~~~~~~~~~~~
251251

252252
The standard library has a small ``Floats`` module for accessing
253-
processor floating-point operations through the Coq kernel.
253+
processor floating-point operations through the Rocq kernel.
254254
However, while this module supports computation and has a bit-level
255255
specification, it doesn't include elaborate theorems, such as a link
256256
to real arithmetic or various error bounds. To do proofs by

doc/stdlib/Library.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
\tableofcontents
2424

2525
\newpage
26-
% \section*{The \Coq\ standard library}
26+
% \section*{The \Rocq\ standard library}
2727

28-
This document is a short description of the \Coq\ standard library.
28+
This document is a short description of the \Rocq\ standard library.
2929
This library comes with the system as a complement of the core library
3030
(the {\bf Init} library ; see the Reference Manual for a description
3131
of this library). It provides a set of modules directly available

0 commit comments

Comments
 (0)