diff options
| author | Maxime Dénès | 2019-12-17 11:07:50 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-12-17 11:07:50 +0100 |
| commit | 82918ec41ccab3b1623e41139b448938f4760a80 (patch) | |
| tree | debbb7c1532c2fe27f46061997833bd9f09ea60f | |
| parent | a9ed928ac9cf245b802c93f7952888817bc2e50c (diff) | |
| parent | 480f63f3de206c237e8605a733bd0095f8eabd0e (diff) | |
Merge PR #11294: Advertise doc for master branch in README.
Reviewed-by: maximedenes
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -70,6 +70,15 @@ See also [Cocorico](https://github.com/coq/coq/wiki) (the Coq wiki), and the [Coq FAQ](https://github.com/coq/coq/wiki/The-Coq-FAQ), for additional user-contributed documentation. +The documentation of the master branch is continuously deployed. See: +- [Reference Manual (master)][refman-master] +- [Documentation of the standard library (master)][stdlib-master] +- [Documentation of the ML API (master)][api-master] + +[api-master]: https://coq.github.io/doc/master/api/ +[refman-master]: https://coq.github.io/doc/master/refman/ +[stdlib-master]: https://coq.github.io/doc/master/stdlib/ + ## Changes The [Recent |
