66 Welcome to SDynPy's documentation!
77==================================
88
9- |docs | |tests | |coverage | | lint | | version |
9+ |documentation | |build | |pylint |
1010
1111**SDynPy ** is a package for performing structural dynamic analyses using Python.
1212It contains several objects that represent various structural dynamics data
@@ -23,12 +23,10 @@ an overview of recommended workflows and a summary of current functionality.
2323Information
2424***********
2525
26- - `Contributing <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/blob/main/CONTRIBUTING.rst >`_
27- - `Documentation <http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/ >`_
28- - `Project <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/ >`_
29- - `Releases <https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/releases >`_
30- - `Tutorial <http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/examples.html >`_
31-
26+ - `Documentation <https://sandialabs.github.io/sdynpy/ >`_
27+ - `Project <https://github.com/sandialabs/sdynpy >`_
28+ - `Releases <https://github.com/sandialabs/sdynpy/releases >`_
29+ - `Tutorial <https://sandialabs.github.io/sdynpy/example_problems/airplane_modal_test.html >`_
3230
3331.. toctree ::
3432 :maxdepth: 2
@@ -49,21 +47,11 @@ Indices and tables
4947..
5048 Badges ========================================================================
5149
52- .. |docs | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/docs.svg?job=pages
53- :target: http://structmechtools.cee-gitlab.lan/structural-dynamics-python-libraries/
54- :alt: docs
55-
56- .. |tests | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/tests.svg?job=basic-tests
57- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/logs/report.xml?job=basic-tests
58- :alt: tests
59-
60- .. |coverage | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/badges/main/coverage.svg
61- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/pipelines/latest
62- :alt: coverage
50+ .. |documentation|:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/pages/main?label=Documentation
51+ :target: https://sandialabs.github.io/sdynpy/
6352
64- .. |lint | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/lint.svg?job=static-code-checks
65- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/logs/lint.log?job=static-code-checks
66- :alt: lint
53+ .. |build | image :: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/main?label=GitHub&logo=github
54+ :target: https://github.com/sandialabs/sdynpy
6755
68- .. |version | image :: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/jobs/artifacts/main/raw/badges/version .svg?job=badges
69- :target: https://cee-gitlab.sandia.gov/structMechTools/structural-dynamics-python-libraries/-/releases
56+ .. |pylint | image :: https://raw.githubusercontent.com/sandialabs/sdynpy/gh-pages/pylint .svg
57+ :target: https://github.com/sandialabs/sdynpy
0 commit comments