Embed jsCoq in the Coq tutorial#3
Open
corwin-of-amber wants to merge 2 commits intomdnahas:masterfrom
Open
Conversation
Author
|
I noticed that jsCoq can now be used in "CDN"-like mode where you don't even need to install the package; you can direct the browser to So I've updated the PR accordingly. I also keep a preview of it here: (In the preview, I stole some styles from SF just for fun. It's not included in the PR.) |
Owner
|
Thanks!
On Saturday, March 21, 2020, 11:31:33 AM CDT, Shachar Itzhaky <notifications@github.com> wrote:
I noticed that jsCoq can now be used in "CDN"-like mode where you don't even need to install the package; you can direct the browser to jscoq.github.io. Of course, that means that you rely on whichever version is currently published, but I think for this tutorial this would work fine actually.
So I've updated the PR accordingly. I also keep a preview of it here:
https://corwin-of-amber.github.io/jscoq/tut/nahas/nahas_tutorial.html
(In the preview, I stole some styles from SF just for fun. It's not included in the PR.)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
I enclose the needed additions in order to make jsCoq operate in
nahas_tutorial.html. (#2)You can merge this PR, then run
npm iin the root of your project to download the jsCoq distribution files and then commit the node_modules directory so that it is served as part of your Github pages website.If you want to save about 40MB, you can delete
node_modules/jscoq/coq-pkgs/mathcomp.coq-pkgbefore committing, since your tutorial does not use the mathcomp library.