Skip to content

Commit

Permalink
Fix docs (#21)
Browse files Browse the repository at this point in the history
* fix link styles in docs

* deploy docs using Julia 0.6
  • Loading branch information
bicycle1885 authored Aug 1, 2017
1 parent 2d7c331 commit 3043dab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/src/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit 3043dab

Please sign in to comment.