Skip to content

gares/math-comp-school-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build your file with opam

make opam         # copy the output
make lesson1.html

To build your file with nix

  • First install nix and cachix once and for all as in https://github.com/coq-community/coq-nix-toolbox#standalone

  • To compile something after cloning the repo

    nix-shell
    make lesson1.html
    
  • To get a shell without cloning the repo:

    nix-shell https://github.com/gares/math-comp-school-2022/tarball/master
    

To upload your file

make upload FILES=lesson1.html

To test your file go to

https://www-sop.inria.fr/teams/marelle/MC-2022/lesson1.html

or type

make serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published