You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
|**Documentation**|**Build Status**|
6
6
|---------------|--------------|
7
-
|[![][docs-stable-img]][docs-stable-url] <br/> [![][docs-latest-img]][docs-dev-url]|[![Build Status][travis-img]][travis-url][![Coverage Status][codecov-img]][codecov-url] <br/> Linux and macOS |
7
+
|[![][docs-stable-img]][docs-stable-url] <br/> [![][docs-latest-img]][docs-dev-url]<br/>[**tutorial**][tutorial-url]|[![Build Status][travis-img]][travis-url][![Coverage Status][codecov-img]][codecov-url] <br/> Linux and macOS |
8
8
9
9
10
10
## Installation instructions
@@ -29,14 +29,15 @@ In Julia command line REPL press `]` for the Julia package manager and run:
29
29
```
30
30
## Documentation
31
31
32
-
-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)— for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
32
+
-[**tutorial**][tutorial-url]— for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
33
33
-[**STABLE**][docs-stable-url]—**documentation of the most recently tagged version.**
34
34
-[**DEV**][docs-dev-url]—**documentation of the development version.**
0 commit comments