Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 13, 2023
1 parent 36ea6f5 commit 9e96da7
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using GZip
using Documenter

DocMeta.setdocmeta!(GZip, :DocTestSetup, :(using GZip); recursive = true)
push!(LOAD_PATH,"../src/")

makedocs(
sitename = "GZip.jl",
Expand All @@ -13,4 +13,4 @@ makedocs(
],
)

deploydocs(; repo = "github.com/JuliaIO/GZip.jl", devbranch = "master")
deploydocs(repo = "github.com/JuliaIO/GZip.jl", devbranch = "master")
9 changes: 3 additions & 6 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ CurrentModule = GZip
GZip
----

```@docs
GZip.GZipStream
GZip.GZError
GZip.open
GZip.gzopen
GZip.gzdopen
```@autodocs
Modules = [GZip]
Order = [:module, :type, :function]
```
Loading

0 comments on commit 9e96da7

Please sign in to comment.