2
2
statMechCrack
3
3
#############
4
4
5
- |build | |docs | |codefactor |
5
+ |stable | |latest | |codefactor |
6
6
7
7
Statistical mechanical models for crack growth.
8
8
@@ -24,13 +24,7 @@ or using ``conda`` via the ``mrbuche`` channel on `Anaconda <https://anaconda.or
24
24
25
25
conda install --channel mrbuche statmechcrack
26
26
27
- Alternatively, a branch can be directly installed using
28
-
29
- ::
30
-
31
- pip install git+https://github.com/sandialabs/statmechcrack.git@<branch-name>
32
-
33
- or after cloning a branch and executing ``python setup.py install ``. Any installation is tested by executing ``python -m statmechcrack.tests ``.
27
+ Any installation is tested by executing ``python -m statmechcrack.tests ``.
34
28
35
29
********
36
30
Citation
@@ -51,11 +45,11 @@ Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS
51
45
..
52
46
Badges ========================================================================
53
47
54
- .. |build | image :: https://img.shields.io/github/actions/workflow/status/sandialabs/statmechcrack/main.yml?branch=main&label=GitHub& logo=github
55
- :target: https://github.com/sandialabs/statmechcrack
48
+ .. |stable | image :: https://img.shields.io/badge/Docs-stable-8CA1AF? logo=readthedocs
49
+ :target: https://statmechcrack.readthedocs.io/en/stable
56
50
57
- .. |docs | image :: https://img.shields.io/readthedocs/statmechcrack ?logo=readthedocs&label=Read%20the%20Docs
58
- :target: https://statmechcrack.readthedocs.io/en/latest/
51
+ .. |latest | image :: https://img.shields.io/badge/Docs-latest-8CA1AF ?logo=readthedocs
52
+ :target: https://statmechcrack.readthedocs.io/en/latest
59
53
60
54
.. |codefactor | image :: https://img.shields.io/codefactor/grade/github/sandialabs/statmechcrack?label=Codefactor&logo=codefactor
61
55
:target: https://www.codefactor.io/repository/github/sandialabs/statmechcrack
0 commit comments