diff --git a/docs/make.jl b/docs/make.jl index 0411bde..5f64edd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,7 +9,7 @@ makedocs( deploydocs( repo="github.com/bicycle1885/EzXML.jl.git", - julia="0.5", + julia="0.6", target="build", deps=nothing, make=nothing) diff --git a/docs/src/index.md b/docs/src/index.md index 72891ad..c561388 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -49,7 +49,7 @@ for species_name in content.(find(primates, "//species/text()")) end ``` -If you are new to this package, read [the manual page](manual.html) first. It -provides a general guide to the package. [The references page](references.html) +If you are new to this package, read [the manual page](manual.md) first. It +provides a general guide to the package. [The references page](references.md) offers a full documentation for each function and [the developer notes -page](devnotes.html) explains about the internal design for developers. +page](devnotes.md) explains about the internal design for developers. diff --git a/docs/src/manual.md b/docs/src/manual.md index ac076da..744ec2e 100644 --- a/docs/src/manual.md +++ b/docs/src/manual.md @@ -3,9 +3,9 @@ Manual This page is dedicated to those who are new to EzXML.jl. It is recommended to read this page before reading other pages to grasp the concepts of the package -first. Once you have read it, [the references page](references.html) would be a +first. Once you have read it, [the references page](references.md) would be a better place to find necessary functions. [The developer notes -page](devnotes.html) is for developers and most users do not need to read it. +page](devnotes.md) is for developers and most users do not need to read it. Data types ----------