13
13
Welcome to SDynPy's documentation!
14
14
==================================
15
15
16
- |docs | |tests | |coverage | |lint | |version |
16
+ |documentation | |build | |codecov | |coveralls | |codefactor | | pylint | | docker |
17
17
18
18
**SDynPy ** is a package for performing structural dynamic analyses using Python.
19
19
It contains several objects that represent various structural dynamics data
@@ -30,11 +30,10 @@ an overview of recommended workflows and a summary of current functionality.
30
30
Information
31
31
***********
32
32
33
- - `Contributing <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/blob/main/CONTRIBUTING.rst >`_
34
- - `Documentation <http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/ >`_
35
- - `Project <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/ >`_
36
- - `Releases <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/releases >`_
37
- - `Tutorial <http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/sdynpy_showcase.html >`_
33
+ - `Documentation <https://sandialabs.github.io/sdynpy/ >`_
34
+ - `Project <https://github.com/sandialabs/sdynpy >`_
35
+ - `Releases <https://github.com/sandialabs/sdynpy/releases >`_
36
+ - `Tutorial <https://sandialabs.github.io/sdynpy/sdynpy_showcase.html >`_
38
37
39
38
.. toctree ::
40
39
:maxdepth: 2
@@ -57,21 +56,23 @@ Indices and tables
57
56
..
58
57
Badges ========================================================================
59
58
60
- .. |docs | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/docs.svg?job=pages
61
- :target: http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/
62
- :alt: docs
59
+ .. |documentation | image :: https://img.shields.io/github/actions/workflow/status/sandialabs/sdynpy/pages.yml?branch=main&label=Documentation
60
+ :target: https://sandialabs.github.io/sdynpy/
63
61
64
- .. |tests | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/tests.svg?job=basic-tests
65
- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/logs/report.xml?job=basic-tests
66
- :alt: tests
62
+ .. |build | image :: https://img.shields.io/github/actions/workflow/status/sandialabs/sdynpy/main.yml?branch=main&label=GitHub&logo=github
63
+ :target: https://github.com/sandialabs/sdynpy
67
64
68
- .. |coverage | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/badges/main/coverage.svg
69
- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/pipelines/latest
70
- :alt: coverage
65
+ .. |pylint | image :: https://raw.githubusercontent.com/sandialabs/sdynpy/gh-pages/pylint.svg
66
+ :target: https://github.com/sandialabs/sdynpy
71
67
72
- .. |lint | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/lint.svg?job=static-code-checks
73
- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/logs/lint.log?job=static-code-checks
74
- :alt: lint
68
+ .. |coveralls | image :: https://img.shields.io/coveralls/github/sandialabs/sdynpy?logo=coveralls&label=Coveralls
69
+ :target: https://coveralls.io/github/sandialabs/sdynpy?branch=main
75
70
76
- .. |version | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/version.svg?job=badges
77
- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/releases
71
+ .. |codecov | image :: https://img.shields.io/codecov/c/github/sandialabs/sdynpy?label=Codecov&logo=codecov
72
+ :target: https://codecov.io/gh/sandialabs/sdynpy
73
+
74
+ .. |codefactor | image :: https://img.shields.io/codefactor/grade/github/sandialabs/sdynpy?label=Codefactor&logo=codefactor
75
+ :target: https://www.codefactor.io/repository/github/sandialabs/sdynpy
76
+
77
+ .. |docker | image :: https://img.shields.io/docker/v/dprohe/sdynpy?color=0db7ed&label=Docker%20Hub&logo=docker&logoColor=0db7ed
78
+ :target: https://hub.docker.com/r/dprohe/sdynpy
0 commit comments