Skip to content

Commit cd6b0e1

Browse files
committed
Updating badges and links in documentation
1 parent c315966 commit cd6b0e1

File tree

2 files changed

+15
-24
lines changed

2 files changed

+15
-24
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Structural Dynamics Python Libraries
33
####################################
44

5-
|build| |pylint|
5+
|documentation| |build| |pylint|
66

77
This repository houses SDynPy, a Python module built for doing structural dynamics analysis using Python.
88
It contains core objects that define test geometry and data. It contains readers and writers for common data formats.
@@ -11,6 +11,9 @@ It also contains various structural dynamics and signal processing tools.
1111
..
1212
Badges ========================================================================
1313
14+
.. |documentation|:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/pages/main?label=Documentation
15+
:target: https://sandialabs.github.io/sdynpy/
16+
1417
.. |build| image:: https://img.shields.io/github/workflow/status/sandialabs/sdynpy/main?label=GitHub&logo=github
1518
:target: https://github.com/sandialabs/sdynpy
1619

docs/source/index.rst

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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.
1212
It contains several objects that represent various structural dynamics data
@@ -23,12 +23,10 @@ an overview of recommended workflows and a summary of current functionality.
2323
Information
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

Comments
 (0)