Skip to content

Commit

Permalink
Update docs (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Aug 14, 2023
1 parent 080590e commit 57cff17
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
5 changes: 2 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
using GZip
using Documenter

push!(LOAD_PATH,"../src/")

makedocs(
sitename = "GZip.jl",
modules = [GZip],
authors = "JuliaIO and contributors",
format = Documenter.HTML(; assets = String[]),
pages = [
"Home" => "index.md",
"GZip" => "index.md",
"Reference" => "reference.md",
],
)

Expand Down
11 changes: 0 additions & 11 deletions docs/src/index.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/src/reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
```@meta
CurrentModule = GZip
```

## Functions

```@autodocs
Modules = [GZip]
Order = [:function]
```

## Types

```@autodocs
Modules = [GZip]
Order = [:type]
```

0 comments on commit 57cff17

Please sign in to comment.