Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe authored Jun 5, 2020
1 parent 6cbf001 commit cd00d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| **Documentation** | **Build Status** |
|---------------|--------------|
|[![][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 |
|[![][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 |


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

- 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.
- [**tutorial**][tutorial-url] &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.**

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

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

2 comments on commit cd00d8e

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on cd00d8e Jun 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/15931

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.12 -m "<description of version>" cd00d8e57e3e148e3df93d6b487c8c1610aca0de
git push origin v0.1.12

Please sign in to comment.