diff options
| author | Enrico Tassi | 2018-04-20 10:13:36 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-20 10:35:01 +0200 |
| commit | 24a7fea1648991a77fc4ff86a972b0a3935678c8 (patch) | |
| tree | 4d6043884fafaf062d33c15a266a7f4c92541f79 /docs/index.html | |
| parent | 9352fc35ebe04b8b4e9002f3cf39ee1acbab8cd2 (diff) | |
move the webpage from gh-pages branch to docs/
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..c1c0909 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,106 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="chrome=1"> + <title>Mathematical Components</title> + + <link rel="stylesheet" href="stylesheets/styles.css"> + <link rel="stylesheet" href="stylesheets/github-light.css"> + <meta name="viewport" content="width=device-width"> + <!--[if lt IE 9]> + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + </head> + <body> + <div class="wrapper"> + <header> + <h1>Mathematical Components</h1> + <p> Libraries of formalized mathematics</p> + + <p class="view"><a href="https://github.com/math-comp/math-comp">View the Project on GitHub <small>math-comp/math-comp</small></a></p> + + + <!-- <ul> --> + <!-- <li><a href="https://github.com/math-comp/math-comp/zipball/master">Download <strong>ZIP File</strong></a></li> --> + <!-- <li><a href="https://github.com/math-comp/math-comp/tarball/master">Download <strong>TAR Ball</strong></a></li> --> + <!-- <li><a href="https://github.com/math-comp/math-comp">View On <strong>GitHub</strong></a></li> --> + <!-- </ul> --> + </header> + + <section> + <h3> +<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h3> + +<p> The Mathematical Components library for + <a href="http://www.coq.inria.fr">Coq</a> has its origins in +the formal proof of the Four Colour Theorem. Since then it has grown +to cover many areas of mathematics and has been used for +large scale projects like the formal proof of the Odd Order Theorem. +</p><p> +The library is written using the Ssreflect proof language that is an integral +part of the distribution. +</p> + +<h3> +<a id="releases" class="anchor" href="#releases" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting the library</h3> + +<p> The current stable release of the +Mathematical Components library can be +<a href="https://github.com/math-comp/math-comp/releases">downloaded from github</a>. +<br/> +Older versions of the library are available +in the <a href="http://ssr.msr-inria.inria.fr/FTP/">historic archive</a>. +</p> + +<h3> +<a id="documentation" class="anchor" href="#documentation" aria-hidden="true"><span class="octicon octicon-link"></span></a>Documentation</h3> + +<p> +Each source files features a documentation header which +describes the concepts and notations introduced in that file. +The <a href="htmldoc/index.html">coqdoc presentation</a> of the source files can be browsed online. +</p> +<p> +The <a href="htmldoc/libgraph.html">library graph</a> can be browsed interactively. +</p> +<p> +The Ssreflect language comes with a dedicated +<a href="http://hal.inria.fr/inria-00258384/en">reference manual</a>. +</p> +<p>We also wrote a <a href="https://math-comp.github.io/mcb/">book</a> introducing the techniques for writing +algorithms and proofs and describing the design ideas of the library. +</p> +<h3> +<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contact</h3> + +<p> +Interested? +<a href="mailto:sympa@inria.fr?subject=SUBSCRIBE%20ssreflect">Subscribe to the ssreflect mailing list</a> +and let us know what you are using our libraries for, ask questions, etc. +You can also browse the <a href="https://sympa.inria.fr/sympa/arc/ssreflect">archives of the list</a> or consult the +<a href="https://sympa.inria.fr/sympa/info/ssreflect">general information page</a>. +</p> +<h3> +<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3> + +<p> The Mathematical Components library and the Ssreflect proof language +are developed by the +<a href="http://www.msr-inria.fr/projects/mathematical-components-2/">Mathematical Components team</a>, at the +<a href="http://www.msr-inria.fr/">Inria -- Microsoft Research Joint Centre</a>. +</p> + <p style="text-align:center;"> + <a href="http://www.msr-inria.fr/"><img src="./logo-MS-Research-Inria-Joint-Centre.png" alt="Microsoft Research - Inria Joint Centre" style="width:50%;margin-left:auto;margin-right:auto;"/></a> + </p> + + </section> + + <footer> + <p><small>Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> + </footer> + + </div> + <script src="javascripts/scale.fix.js"></script> + + </body> +</html> |
