Skip to content

Commit 3043dab

Browse files
authored
Fix docs (#21)
* fix link styles in docs * deploy docs using Julia 0.6
1 parent 2d7c331 commit 3043dab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ makedocs(
99

1010
deploydocs(
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)

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for species_name in content.(find(primates, "//species/text()"))
4949
end
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)
5454
offers 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.

docs/src/manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Manual
33

44
This page is dedicated to those who are new to EzXML.jl. It is recommended to
55
read 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
77
better 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

1010
Data types
1111
----------

0 commit comments

Comments
 (0)