Skip to content

Commit

Permalink
another attempt at fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vutunganh committed May 23, 2018
1 parent a96be73 commit 5de57ae
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ docs/site/
docs/build/
notebooks/
local/
*.pdf
33 changes: 19 additions & 14 deletions docs/make.jl
@@ -1,17 +1,22 @@
using Documenter, MovingWeightedLeastSquares

makedocs(modules = [MovingWeightedLeastSquares],
format = :html,
sitename ="MovingWeightedLeastSquares.jl",
authors = "Tung Anh Vu",
pages = Any[
"Home" => "index.md",
"Constructors" => "constructors.md",
"Approximation" => "approximation.md"
]
)
makedocs(
modules = [MovingWeightedLeastSquares],
format = :html,
sitename ="MovingWeightedLeastSquares.jl",
authors = "Tung Anh Vu",
pages = Any[
"Home" => "index.md",
"Constructors" => "constructors.md",
"Approximation" => "approximation.md"
]
)

deploydocs(deps = Deps.pip("mkdocs", "python-markdown-math"),
repo = "github.com/vutunganh/MovingWeightedLeastSquares.jl.git",
julia = "0.6",
osname = "linux")
deploydocs(
repo = "github.com/vutunganh/MovingWeightedLeastSquares.jl.git",
target = "build",
julia = "0.6",
osname = "linux",
deps = nothing,
make = nothing
)
24 changes: 0 additions & 24 deletions docs/mkdocs.yml

This file was deleted.

0 comments on commit 5de57ae

Please sign in to comment.