Skip to content

Commit

Permalink
Better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Oskin committed Jun 7, 2020
1 parent 0b19362 commit 39404ce
Show file tree
Hide file tree
Showing 7 changed files with 4,249 additions and 3,392 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
strategy:
matrix:
version:
- '1.0'
- '1.3'
- '1.4'
- 'nightly'
os:
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Reference API" => "reference.md"
],
)

Expand Down
11 changes: 1 addition & 10 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
```@meta
CurrentModule = PCloud
```

# PCloud

```@index
```

```@autodocs
Modules = [PCloud]
```
[PCloud.jl](https://github.com/Arkoniak/PCloud.jl) is the Julia implementation of the [pCloud](https://www.pcloud.com/) api. It has full cover of all [pCloud API methods](https://docs.pcloud.com/methods/) with additional functions to simplify user experience.
Loading

0 comments on commit 39404ce

Please sign in to comment.