Skip to content

Commit

Permalink
docs: Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Jun 4, 2019
1 parent f543c67 commit a906ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/make.jl
Expand Up @@ -5,6 +5,10 @@ makedocs(;
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
"Manual" => [
"Bisect.md"
"Insort.md"
]
],
repo="https://github.com/singularitti/BisectPy.jl/blob/{commit}{path}#L{line}",
sitename="BisectPy.jl",
Expand Down
3 changes: 0 additions & 3 deletions docs/src/index.md
Expand Up @@ -16,7 +16,4 @@ Depth = 3
```

```@autodocs
Modules = [BisectPy]
```

0 comments on commit a906ab1

Please sign in to comment.