Skip to content

Commit

Permalink
Fix links (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
richterjakob committed Sep 28, 2022
1 parent d9ebf0f commit 27f4b97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

<div align="center">
<h1>svZeroDSolver</h1>
<h1>svZeroDPlus</h1>

[![Test Status](https://github.com/StanfordCBCL/svZeroDSolver/actions/workflows/test.yml/badge.svg)](https://github.com/StanfordCBCL/svZeroDSolver/actions)
[![Latest Release](https://img.shields.io/github/v/release/StanfordCBCL/svZeroDSolver?label=latest)](https://github.com/StanfordCBCL/svZeroDSolver/releases/latest)
[![Test Status](https://github.com/StanfordCBCL/svZeroDPlus/actions/workflows/test.yml/badge.svg)](https://github.com/StanfordCBCL/svZeroDPlus/actions)
[![Latest Release](https://img.shields.io/github/v/release/StanfordCBCL/svZeroDPlus?label=latest)](https://github.com/StanfordCBCL/svZeroDPlus/releases/latest)
![Platform](https://img.shields.io/badge/platform-macOS%20|%20Ubuntu-blue)

</div>

The svZeroDSolver is a fast simulation tool for modeling the hemodynamics of
svZeroDPlus is a fast simulation tool for modeling the hemodynamics of
vascular networks using zero-dimensional (0D) lumped parameter models. There
are two different implementations of the solver, a high performance C++
version and an easy to use Python version. You can find more information about
both under the following links:

* [**C++ Documentation**](https://StanfordCBCL.github.io/svZeroDSolver/cpp)
* [**C++ Developer Guide**](https://StanfordCBCL.github.io/svZeroDSolver/cpp/md_developer_guide.html)
* [**Python Documentation**](https://StanfordCBCL.github.io/svZeroDSolver/python)
* [**Wiki**](https://github.com/StanfordCBCL/svZeroDSolver/wiki)
* [**Bug Reports**](https://github.com/StanfordCBCL/svZeroDSolver/issues)
* [**Forum**](https://github.com/StanfordCBCL/svZeroDSolver/discussions)
* [**C++ Documentation**](https://StanfordCBCL.github.io/svZeroDPlus/cpp)
* [**C++ Developer Guide**](https://StanfordCBCL.github.io/svZeroDPlus/cpp/md_developer_guide.html)
* [**Python Documentation**](https://StanfordCBCL.github.io/svZeroDPlus/python)
* [**Wiki**](https://github.com/StanfordCBCL/svZeroDPlus/wiki)
* [**Bug Reports**](https://github.com/StanfordCBCL/svZeroDPlus/issues)
* [**Forum**](https://github.com/StanfordCBCL/svZeroDPlus/discussions)
* [**About SimVascular**](https://simvascular.github.io)
2 changes: 1 addition & 1 deletion docs/python/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

html_theme_options = {
"logo": {
"text": "svZeroDSolver Python Documentation",
"text": "svZeroDPlus Python Documentation",
},
"collapse_navigation": True,
"show_prev_next": False,
Expand Down
2 changes: 1 addition & 1 deletion svzerodsolver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


NAME = "svZeroDSolver"
NAME = "svZeroDPlus"
VERSION = "v1.0"
COPYRIGHT = "Stanford University, The Regents of the University of California, and others."

0 comments on commit 27f4b97

Please sign in to comment.