Skip to content

Commit ff6eb4f

Browse files
authored
[Docs] Update badges
1 parent 3d36e74 commit ff6eb4f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/src/index.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,35 @@ tensor network algorithms.
55

66
| **Documentation**|**Citation**|**Build Status**|
77
|:----------------:|:----------:|:--------------:|
8-
| [![docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://itensor.github.io/ITensors.jl/dev/)|[![SciPost](https://img.shields.io/badge/SciPost-10.21468-blue.svg)](https://scipost.org/SciPostPhysCodeb.4) [![arXiv](https://img.shields.io/badge/arXiv-2007.14822-b31b1b.svg)](https://arxiv.org/abs/2007.14822) |[![Tests](https://github.com/ITensor/ITensors.jl/workflows/TestITensors/badge.svg)](https://github.com/ITensor/ITensors.jl/actions?query=workflow%3ATestITensors) [![codecov](https://codecov.io/gh/ITensor/ITensors.jl/tree/main/graph/badge.svg)](https://app.codecov.io/gh/ITensor/ITensors.jl/tree/main)|
8+
| [![docs][docs-dev-img]][docs-dev-url]|[![SciPost][citation-img]][citation-url] [![arXiv][preprint-img]][preprint-url] |[![Tests][tests-img]][tests-url]|
99

1010
|**Version**|**Download Statistics**|**Style Guide**|**License**|
1111
|:---------:|:---------------------:|:-------------:|:---------:|
12-
|[![version](https://juliahub.com/docs/ITensors/version.svg)](https://juliahub.com/ui/Packages/ITensors/P3pqL)|[![ITensor Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/ITensors)|[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)|[![license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/ITensor/ITensors.jl/blob/main/LICENSE)|
12+
|[![version][version-img]][version-url]|[![ITensor Downloads][downloads-img]][downloads-url]|[![Code Style: Blue][codestyle-img]][codestyle-url]|[![license][license-img]][license-url]|
13+
14+
[docs-dev-img]: https://img.shields.io/badge/docs-latest-blue.svg
15+
[docs-dev-url]: https://itensor.github.io/ITensors.jl/dev
16+
17+
[citation-img]: https://img.shields.io/badge/SciPost-10.21468-blue.svg
18+
[citation-url]: https://scipost.org/SciPostPhysCodeb.4
19+
20+
[preprint-img]: https://img.shields.io/badge/arXiv-2007.14822-b31b1b.svg
21+
[preprint-url]: https://arxiv.org/abs/2007.14822
22+
23+
[tests-img]: https://github.com/ITensor/ITensors.jl/workflows/Run+ITensorMPS+tests+(Ubuntu)/badge.svg
24+
[tests-url]: https://github.com/ITensor/ITensors.jl/actions?query=workflow%3ARun+ITensorMPS+tests+(Ubuntu)
25+
26+
[version-img]: https://juliahub.com/docs/ITensors/version.svg
27+
[version-url]: https://juliahub.com/ui/Packages/ITensors/P3pqL
28+
29+
[downloads-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FITensors&query=total_requests&suffix=%2Fmonth&label=Downloads
30+
[downloads-url]: http://juliapkgstats.com/pkg/ITensors
31+
32+
[codestyle-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
33+
[codestyle-url]: https://github.com/invenia/BlueStyle
34+
35+
[license-img]: https://img.shields.io/badge/License-Apache_2.0-blue.svg
36+
[license-url]: https://github.com/ITensor/ITensors.jl/blob/main/LICENSE
1337

1438
The source code for ITensor can be found [on Github](https://github.com/ITensor/ITensors.jl).
1539

0 commit comments

Comments
 (0)