Skip to content

Commit cd00d8e

Browse files
authored
Update README.md
1 parent 6cbf001 commit cd00d8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| **Documentation** | **Build Status** |
66
|---------------|--------------|
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 |
88

99

1010
## Installation instructions
@@ -29,14 +29,15 @@ In Julia command line REPL press `]` for the Julia package manager and run:
2929
```
3030
## Documentation
3131

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) &mdash; for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
32+
- [**tutorial**][tutorial-url] &mdash; for a quick start with the library see our Jupyter Notebook tutorial on main library functionality.
3333
- [**STABLE**][docs-stable-url] &mdash; **documentation of the most recently tagged version.**
3434
- [**DEV**][docs-dev-url] &mdash; **documentation of the development version.**
3535

3636
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
3737
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
3838
[docs-dev-url]: https://pszufe.github.io/SimpleHypergraphs.jl/dev
3939
[docs-stable-url]: https://pszufe.github.io/SimpleHypergraphs.jl/stable
40+
[tutorial-url]: https://nbviewer.jupyter.org/github/pszufe/SimpleHypergraphs.jl/blob/master/examples/basics/SimpleHypergraphs_tutorial_v4.ipynb
4041

4142
[travis-img]: https://travis-ci.org/pszufe/SimpleHypergraphs.jl.svg?branch=master
4243
[travis-url]: https://travis-ci.org/pszufe/SimpleHypergraphs.jl

0 commit comments

Comments
 (0)