Skip to content

Commit

Permalink
improve generated documentation to link Coquelicot defs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnar committed Feb 8, 2022
1 parent 3b8a47f commit deaf48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GLOB_FILES_FOR_DOC = $(MODULES:%=%.glob)
doc: coq
mkdir -p documentation/html
rm -f documentation/html/*.html
cd coq && coq2html -d ../documentation/html -base FormalML $(COQ_FILES_FOR_DOC) $(GLOB_FILES_FOR_DOC)
cd coq && coq2html -d ../documentation/html -base FormalML -external http://coquelicot.saclay.inria.fr/html/ Coquelicot $(COQ_FILES_FOR_DOC) $(GLOB_FILES_FOR_DOC)

test: coq ocaml
./bin/nnopt
Expand Down

0 comments on commit deaf48d

Please sign in to comment.