@@ -2,8 +2,8 @@ scikit-matter
2
2
=============
3
3
|tests | |codecov | |pypi | |conda | |docs | |doi |
4
4
5
- A collection of scikit-learn compatible utilities that implement methods born out of the
6
- materials science and chemistry communities.
5
+ A collection of `` scikit-learn `` compatible utilities that implement methods born out of
6
+ the materials science and chemistry communities.
7
7
8
8
For details, tutorials, and examples, please have a look at our `documentation `_.
9
9
@@ -72,7 +72,7 @@ Writing code is not the only way to contribute to the project. You can also:
72
72
.. _`examples and tutorials` : https://scikit-matter.readthedocs.io/en/latest/contributing.html#contributing-new-examples
73
73
.. _`new datasets` : https://scikit-matter.readthedocs.io/en/latest/contributing.html#contributing-datasets
74
74
75
- .. marker-contributors
75
+ .. marker-citing
76
76
77
77
Citing scikit-matter
78
78
--------------------
@@ -81,7 +81,11 @@ If you use *scikit-matter* for your work, please cite:
81
81
Goscinski A, Principe VP, Fraux G et al. scikit-matter :
82
82
A Suite of Generalisable Machine Learning Methods Born out of Chemistry
83
83
and Materials Science. Open Res Europe 2023, 3:81.
84
- `10.12688/openreseurope.15789.2 <https://doi.org/10.12688/openreseurope.15789.2 >`_
84
+ `10.12688/openreseurope.15789.2 `_
85
+
86
+ .. _`10.12688/openreseurope.15789.2` : https://doi.org/10.12688/openreseurope.15789.2
87
+
88
+ .. marker-contributors
85
89
86
90
Contributors
87
91
------------
@@ -90,18 +94,17 @@ Thanks goes to all people that make scikit-matter possible:
90
94
.. image :: https://contrib.rocks/image?repo=scikit-learn-contrib/scikit-matter
91
95
:target: https://github.com/scikit-learn-contrib/scikit-matter/graphs/contributors
92
96
93
- .. |tests | image :: https://github.com/scikit-learn-contrib/scikit-matter/workflows/Test /badge.svg
97
+ .. |tests | image :: https://github.com/scikit-learn-contrib/scikit-matter/workflows/Tests /badge.svg
94
98
:alt: Github Actions Tests Job Status
95
- :target: (https://github.com/scikit-learn-contrib/scikit-matter/\
96
- actions?query=workflow%3ATests)
99
+ :target: action_
97
100
98
101
.. |codecov | image :: https://codecov.io/gh/scikit-learn-contrib/scikit-matter/branch/main/graph/badge.svg?token=UZJPJG34SM
99
102
:alt: Code coverage
100
103
:target: https://codecov.io/gh/scikit-learn-contrib/scikit-matter/
101
104
102
105
.. |docs | image :: https://img.shields.io/badge/documentation-latest-sucess
103
106
:alt: Python
104
- :target: https://scikit-matter.readthedocs.io
107
+ :target: documentation_
105
108
106
109
.. |pypi | image :: https://img.shields.io/pypi/v/skmatter.svg
107
110
:alt: Latest PYPI version
@@ -113,4 +116,6 @@ Thanks goes to all people that make scikit-matter possible:
113
116
114
117
.. |doi | image :: https://img.shields.io/badge/DOI-10.12688-blue
115
118
:alt: ORE Paper
116
- :target: https://doi.org/10.12688/openreseurope.15789.2
119
+ :target: `10.12688/openreseurope.15789.2`_
120
+
121
+ .. _`action` : https://github.com/scikit-learn-contrib/scikit-matter/actions?query=branch%3Amain
0 commit comments