aboutsummaryrefslogtreecommitdiff
path: root/dev/doc/intro.tex
diff options
context:
space:
mode:
authornotin2006-03-06 15:07:54 +0000
committernotin2006-03-06 15:07:54 +0000
commitd6d5fd216c5b26cba2cb6f1d273ac3b0d9c359f8 (patch)
tree8ad3810cd65ae4b00d8a68ccae6dc8bc19a26292 /dev/doc/intro.tex
parenta997bda0383b870890c0526996319ba2d44039b4 (diff)
Deplacement du répertoire doc dans dev
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8140 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/doc/intro.tex')
-rw-r--r--dev/doc/intro.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev/doc/intro.tex b/dev/doc/intro.tex
new file mode 100644
index 0000000000..4cec8673f4
--- /dev/null
+++ b/dev/doc/intro.tex
@@ -0,0 +1,25 @@
+
+\ocwsection This is \Coq, a proof assistant for the \CCI.
+This document describes the implementation of \Coq.
+It has been automatically generated from the source of
+\Coq\ using \textsf{ocamlweb}, a literate programming tool for
+\textsf{Objective Caml}\footnote{\Coq, \textsf{Objective Caml} and
+ \textsf{ocamlweb} are all freely available at
+ \textsf{http://coq.inria.fr/}, \textsf{http://caml.inria.fr/} and
+ \textsf{http://www.lri.fr/\~{}filliatr/ocamlweb}.}.
+The source files are organized in several directories, which are
+described here as separate chapters.
+
+\begin{center}
+ \begin{tabular}{p{10cm}rr}
+ Chapter & section & page \\[0.5em]
+ \hline\\[0.2em]
+ Utility libraries \dotfill & \refsec{lib} & \pageref{lib} \\[0.5em]
+ Kernel \dotfill & \refsec{kernel} & \pageref{kernel} \\[0.5em]
+ Library \dotfill & \refsec{library} & \pageref{library} \\[0.5em]
+ Pretyping \dotfill & \refsec{pretyping} & \pageref{pretyping} \\[0.5em]
+ Proof engine \dotfill & \refsec{proofs} & \pageref{proofs} \\[0.5em]
+ Tactics \dotfill & \refsec{tactics} & \pageref{tactics} \\[0.5em]
+ Toplevel \dotfill & \refsec{toplevel}& \pageref{toplevel}\\[0.5em]
+ \end{tabular}
+\end{center} \ No newline at end of file