Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Jun 5, 2020
1 parent 7ae8201 commit 6cbf001
Show file tree
Hide file tree
Showing 5 changed files with 18,179 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleHypergraphs"
uuid = "aa4a32ff-dd5d-5357-90e3-e7a9512f0501"
authors = ["Przemysław Szufel <[email protected]>", "Bogumił Kamiński <[email protected]>", "Carmine Spagnuolo <[email protected]>", "Alessia Antelmi <[email protected]>"]
version = "0.1.11"
version = "0.1.12"

[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In Julia command line REPL press `]` for the Julia package manager and run:
```
## Documentation

- [tutorial](https://nbviewer.jupyter.org/github/pszufe/SimpleHypergraphs.jl/blob/master/examples/basics/Basics.ipynb) &mdash; for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
- tutorial [html](https://github.com/pszufe/SimpleHypergraphs.jl/blob/master/examples/basics/SimpleHypergraphs_tutorial_v4.html) [nbviewer](https://nbviewer.jupyter.org/github/pszufe/SimpleHypergraphs.jl/blob/master/examples/basics/SimpleHypergraphs_tutorial_v4.ipynb) &mdash; for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
- [**STABLE**][docs-stable-url] &mdash; **documentation of the most recently tagged version.**
- [**DEV**][docs-dev-url] &mdash; **documentation of the development version.**

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Tutorial in the form of Jupyter notebooks

### Notebooks
The notebooks are better viewed on nbviewer:
- [Basics](https://nbviewer.jupyter.org/github/pszufe/SimpleHypergraphs.jl/blob/examples/examples/basics/Basics.ipynb)
- [Basics](https://nbviewer.jupyter.org/github/pszufe/SimpleHypergraphs.jl/blob/examples/examples/basics/SimpleHypergraphs_tutorial_v4.ipynb)
Loading

0 comments on commit 6cbf001

Please sign in to comment.