File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2
2
on :
3
3
push :
4
4
branches : [master]
5
+ tags : ' *'
5
6
pull_request :
6
7
types : [opened, synchronize, reopened]
7
8
jobs :
Original file line number Diff line number Diff line change 1
1
# MetaGraphs
2
2
3
- [ ![ Build Status] [ build-img ]] [ build-url ]
4
- [ ![ Codecov branch] [ codecov-img ]] [ codecov-url ]
5
- [ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://juliagraphs.org/MetaGraphs.jl/dev/ )
3
+ [ ![ Stable docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliagraphs.org/MetaGraphs.jl/ )
4
+ [ ![ Dev docs] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliagraphs.org/MetaGraphs.jl/dev/ )
5
+ [ ![ Build Status] ( https://github.com/JuliaGraphs/Metagraphs.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/JuliaGraphs/Metagraphs.jl/actions?query=workflow%3ACI )
6
+ [ ![ Codecov] ( http://codecov.io/github/JuliaGraphs/Metagraphs.jl/coverage.svg?branch=master )] ( http://codecov.io/github/JuliaGraphs/Metagraphs.jl?branch=master )
6
7
7
- [ MetaGraphs.jl ] ( https://github.com/JuliaGraphs/MetaGraphs.jl ) graphs with arbitrary metadata.
8
+ A flexible package for graphs with arbitrary metadata.
8
9
9
- [ build-img ] : https://github.com/JuliaGraphs/Metagraphs.jl/workflows/CI/badge.svg?branch=master
10
- [ build-url ] : https://github.com/JuliaGraphs/Metagraphs.jl/actions?query=workflow%3ACI
11
- [ codecov-img ] : http://codecov.io/github/JuliaGraphs/Metagraphs.jl/coverage.svg?branch=master
12
- [ codecov-url ] : http://codecov.io/github/JuliaGraphs/Metagraphs.jl?branch=master
10
+ > For a more performant option, check out [ MetaGraphsNext.jl] ( https://github.com/JuliaGraphs/MetaGraphsNext.jl )
13
11
14
- ## Documentation
15
- Full documentation is available on the [ JuliaGraphs site] ( https://juliagraphs.org/MetaGraphs.jl/dev/ ) .
16
- Documentation for methods is also available via the Julia REPL help system.
12
+ ## Getting started
17
13
18
- ## Installation
19
14
Installation is straightforward: from the Julia ` pkg ` prompt,
20
15
``` julia
21
- add MetaGraphs
16
+ pkg > add MetaGraphs
22
17
```
23
18
24
- ## Example Usage
19
+ Full documentation is available [ here] ( https://juliagraphs.org/MetaGraphs.jl/ ) .
20
+ Documentation for methods is also available via the Julia REPL help system.
21
+
22
+ ## Example use
23
+
25
24
``` julia
26
25
julia> using Graphs, MetaGraphs
27
26
You can’t perform that action at this time.
0 commit comments