-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrey Oskin
committed
Jun 7, 2020
1 parent
0b19362
commit 39404ce
Showing
7 changed files
with
4,249 additions
and
3,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,7 @@ jobs: | |
strategy: | ||
matrix: | ||
version: | ||
- '1.0' | ||
- '1.3' | ||
- '1.4' | ||
- 'nightly' | ||
os: | ||
- ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ makedocs(; | |
), | ||
pages=[ | ||
"Home" => "index.md", | ||
"Reference API" => "reference.md" | ||
], | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.