diff --git a/README.md b/README.md index 62afbdab2..a1543fcd1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Smith [![Build Status](https://github.com/LLNL/smith/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/LLNL/smith/actions/workflows/unit-tests.yml) -[![Documentation Status](https://readthedocs.org/projects/serac/badge/?version=latest)](https://serac.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/serac/badge/?version=latest)](https://llnlsmith.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/LLNL/serac/branch/develop/graph/badge.svg?token=DO4KFMPNM0)](https://codecov.io/gh/LLNL/serac) [![License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](./LICENSE) @@ -15,9 +15,9 @@ It also heavily leverages the [MFEM finite element library](https://mfem.org/). Documentation ------ -Build, run, and design documentation can be found at [readthedocs](https://serac.readthedocs.io). +Build, run, and design documentation can be found at [readthedocs](https://llnlsmith.readthedocs.io). -Source documentation can be found [here](https://serac.readthedocs.io/en/latest/doxygen/html/index.html). +Source documentation can be found [here](https://llnlsmith.readthedocs.io/en/latest/doxygen/html/index.html). Contributions ------------- diff --git a/src/docs/index.rst b/src/docs/index.rst index ea1716186..f1c192a41 100644 --- a/src/docs/index.rst +++ b/src/docs/index.rst @@ -7,9 +7,9 @@ Smith ======= -Smith is a 3D implicit nonlinear thermal-structural simulation code. Its primary purpose is to investigate multiphysics abstraction -strategies and implicit finite element-based algorithm development for emerging computing architectures. It heavily leverages the -`MFEM finite element library `_. +Smith is a 3D implicit nonlinear thermal-structural simulation code. Its primary purpose is to +investigate multiphysics abstraction strategies and implicit finite element-based algorithm development for emerging +computing architectures. It heavily leverages the `MFEM finite element library `_. .. note:: This project is under heavy development and is currently a pre-alpha release. Functionality and interfaces may change rapidly diff --git a/src/docs/sphinx/dev_guide/macmini.rst b/src/docs/sphinx/dev_guide/macmini.rst index da488e2c9..ca9ffadec 100644 --- a/src/docs/sphinx/dev_guide/macmini.rst +++ b/src/docs/sphinx/dev_guide/macmini.rst @@ -51,7 +51,7 @@ how to do this, instructions can be found on 7. **Install Smith** You're now able to clone Smith and get started with the installation process. Further instructions for doing so are currently on -the `quickstart page `_ of the Smith documentation. +the `quickstart page `_ of the Smith documentation. ---------------- Cron Job Example