-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.jl
More file actions
31 lines (24 loc) · 1.16 KB
/
README.jl
File metadata and controls
31 lines (24 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# # DataGraphs.jl
#
# [](https://itensor.github.io/DataGraphs.jl/stable/)
# [](https://itensor.github.io/DataGraphs.jl/dev/)
# [](https://github.com/ITensor/DataGraphs.jl/actions/workflows/Tests.yml?query=branch%3Amain)
# [](https://codecov.io/gh/ITensor/DataGraphs.jl)
# [](https://github.com/ITensor/ITensorFormatter.jl)
# [](https://github.com/JuliaTesting/Aqua.jl)
# ## Support
#
# {CCQ_LOGO}
#
# DataGraphs.jl is supported by the Flatiron Institute, a division of the Simons Foundation.
# ## Installation instructions
# This package can be added as usual through the package manager:
#=
```julia
julia> using Pkg: Pkg
julia> Pkg.add("DataGraphs")
```
=#
# ## Examples
using DataGraphs: DataGraphs
# Examples go here.