Skip to content

Commit f83f5b0

Browse files
committed
Rolled back the updates to index.rst as it has bad links.
1 parent e7da0bd commit f83f5b0

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

docs/source/index.rst

+21-20
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Welcome to SDynPy's documentation!
1414
==================================
1515

16-
|docs| |tests| |coverage| |lint| |version|
16+
|documentation| |build| |codecov| |coveralls| |codefactor| |pylint| |docker|
1717

1818
**SDynPy** is a package for performing structural dynamic analyses using Python.
1919
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.
3030
Information
3131
***********
3232

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>`_
3837

3938
.. toctree::
4039
:maxdepth: 2
@@ -57,21 +56,23 @@ Indices and tables
5756
..
5857
Badges ========================================================================
5958
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/
6361

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
6764

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
7167

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
7570

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

Comments
 (0)