Skip to content

Commit

Permalink
Merge pull request #615 from thomas-lamiaux/patch-1
Browse files Browse the repository at this point in the history
Add link to Coq Platform Docs
  • Loading branch information
mattam82 authored Sep 2, 2024
2 parents 7863db3 + 56b6675 commit 3b93ec3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,18 @@ definitions are axiom-free.
- [Installation](#installation)
- [HoTT Variant](#hott-variant)

## Live demo
## Learning Equations

Try it now in your browser with [JSCoq](http://mattam82.github.io/Coq-Equations/assets/jsexamples/equations_intro.html)!
- You can discover and learn Equations through [interactive tutorials](https://coq.inria.fr/platform-docs/)
directly in your browser, or locally with Equations installed.

## Documentation

- The [reference manual](http://github.com/mattam82/Coq-Equations/raw/main/doc/equations.pdf)
provides an introduction and a summary of the commands and options.
This introduction can also be followed interactively with Equations installed:
provides a summary of the commands and options, and a brief introduction.
This introduction can also be followed interactively with Equations installed,
[equations_intro.v](http://github.com/mattam82/Coq-Equations/raw/main/doc/equations_intro.v)
or [interactively in your browser](http://mattam82.github.io/Coq-Equations/assets/jsexamples/equations_intro.html).

- A gallery of [examples](http://mattam82.github.io/Coq-Equations/examples) provides more consequent
developments using Equations.
Expand Down Expand Up @@ -150,4 +152,4 @@ install `coq-hott` and then use:
This will compile the `HoTT` library variant in addition to the standard one.
Then, after `make install`, one can import the plugin in Coq, using:

From Equations Require Import HoTT.All.
From Equations Require Import HoTT.All.

0 comments on commit 3b93ec3

Please sign in to comment.