Skip to content

Commit 7f9803a

Browse files
authored
[Docs] Fix badges
1 parent 352df4f commit 7f9803a

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

docs/src/index.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,13 @@
33
ITensor is a library for rapidly creating correct and efficient
44
tensor network algorithms.
55

6-
| **Documentation**|**Citation**|**Build Status**|
7-
|:----------------:|:----------:|:--------------:|
8-
| [![docs][docs-dev-img]][docs-dev-url]|[![SciPost][citation-img]][citation-url] [![arXiv][preprint-img]][preprint-url] |[![Tests][tests-img]][tests-url]|
6+
| **Documentation**|**Citation**|
7+
|:----------------:|:----------:|
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)|
99

1010
|**Version**|**Download Statistics**|**Style Guide**|**License**|
1111
|:---------:|:---------------------:|:-------------:|:---------:|
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
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)|
3713

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

0 commit comments

Comments
 (0)