File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ makedocs(
99
1010deploydocs (
1111 repo= " github.com/bicycle1885/EzXML.jl.git" ,
12- julia= " 0.5 " ,
12+ julia= " 0.6 " ,
1313 target= " build" ,
1414 deps= nothing ,
1515 make= nothing )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ for species_name in content.(find(primates, "//species/text()"))
4949end
5050```
5151
52- If you are new to this package, read [ the manual page] ( manual.html ) first. It
53- provides a general guide to the package. [ The references page] ( references.html )
52+ If you are new to this package, read [ the manual page] ( manual.md ) first. It
53+ provides a general guide to the package. [ The references page] ( references.md )
5454offers a full documentation for each function and [ the developer notes
55- page] ( devnotes.html ) explains about the internal design for developers.
55+ page] ( devnotes.md ) explains about the internal design for developers.
Original file line number Diff line number Diff line change 33
44This page is dedicated to those who are new to EzXML.jl. It is recommended to
55read this page before reading other pages to grasp the concepts of the package
6- first. Once you have read it, [ the references page] ( references.html ) would be a
6+ first. Once you have read it, [ the references page] ( references.md ) would be a
77better place to find necessary functions. [ The developer notes
8- page] ( devnotes.html ) is for developers and most users do not need to read it.
8+ page] ( devnotes.md ) is for developers and most users do not need to read it.
99
1010Data types
1111----------
You can’t perform that action at this time.
0 commit comments