|
1 | 1 | PyAnsys Heart
|
2 |
| -============= |
| 2 | +############# |
| 3 | + |
3 | 4 | |pyansys| |python| |pypi| |GH-CI| |MIT| |ruff| |pre-commit|
|
4 | 5 |
|
5 | 6 | .. |pyansys| image:: https://img.shields.io/badge/Py-Ansys-ffc107.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABDklEQVQ4jWNgoDfg5mD8vE7q/3bpVyskbW0sMRUwofHD7Dh5OBkZGBgW7/3W2tZpa2tLQEOyOzeEsfumlK2tbVpaGj4N6jIs1lpsDAwMJ278sveMY2BgCA0NFRISwqkhyQ1q/Nyd3zg4OBgYGNjZ2ePi4rB5loGBhZnhxTLJ/9ulv26Q4uVk1NXV/f///////69du4Zdg78lx//t0v+3S88rFISInD59GqIH2esIJ8G9O2/XVwhjzpw5EAam1xkkBJn/bJX+v1365hxxuCAfH9+3b9/+////48cPuNehNsS7cDEzMTAwMMzb+Q2u4dOnT2vWrMHu9ZtzxP9vl/69RVpCkBlZ3N7enoDXBwEAAA+YYitOilMVAAAAAElFTkSuQmCC
|
@@ -30,53 +31,82 @@ PyAnsys Heart
|
30 | 31 | :target: https://results.pre-commit.ci/latest/github/ansys/pyansys-heart/main
|
31 | 32 | :alt: pre-commit.ci
|
32 | 33 |
|
33 |
| -PyAnsys Heart is a `Python`_ framework for heart modeling using Ansys tools. |
34 |
| - |
35 |
| -.. note:: |
36 |
| - Please read LICENSE file before using this package. |
| 34 | +About |
| 35 | +===== |
37 | 36 |
|
| 37 | +PyAnsys Heart is a Python library developed by the Ansys Healthcare Research |
| 38 | +team to model the human heart using Ansys LS-DYNA software. Designed to support |
| 39 | +advancements in cardiovascular research, this tool enables detailed, |
| 40 | +patient-specific simulations of heart function, capturing complex interactions |
| 41 | +like fluid-structure-electrophysiology interaction (FSEI). These simulations |
| 42 | +replicate hard-to-measure features such as structural stress, electrical |
| 43 | +activity, muscle fiber orientation, and even account for anatomical elements |
| 44 | +like the pericardium, valves, and atria. |
38 | 45 |
|
39 | 46 | Installation
|
40 |
| ------------- |
41 |
| -Follow the instructions for `installation`_ to install PyAnsys Heart. |
| 47 | +============ |
42 | 48 |
|
43 |
| -Contributing |
44 |
| -------------- |
45 |
| -Installing PyAnsys-Heart in developer mode allows |
46 |
| -you to modify the source and enhance it. |
| 49 | +Ensure you have all the necessary `prerequisites`_ before installing this |
| 50 | +software. Then, refer to the `installation guidelines`_ for detailed instructions |
| 51 | +on how to install PyAnsys Heart in your system. |
47 | 52 |
|
48 |
| -Before contributing to the project, please refer to the `PyAnsys Developer's guide`_ and `contributing`_ guide. |
| 53 | +Documentation |
| 54 | +============= |
49 | 55 |
|
50 |
| -Documentation and issues |
51 |
| ------------------------- |
52 |
| -Documentation for the latest stable release of PyAnsys Heart is hosted at `documentation`_. |
| 56 | +- `Getting started`_. This section provides a brief overview and instructions on |
| 57 | + how to get started with the project. It typically includes information on how |
| 58 | + to install the project, set up any necessary dependencies, and run a basic |
| 59 | + example or test to ensure everything is functioning correctly. |
| 60 | + |
| 61 | +- `User guide`_. The user guide section offers detailed documentation and |
| 62 | + instructions on how to use the project. It provides comprehensive explanations |
| 63 | + of the project's features, functionalities, and configuration options. The |
| 64 | + user guide aims to help users understand the project's concepts, best |
| 65 | + practices, and recommended workflows. |
| 66 | + |
| 67 | +- `API reference`_. The API reference section provides detailed documentation |
| 68 | + for the project's application programming interface (API). It includes |
| 69 | + information about classes, functions, methods, and their parameters, return |
| 70 | + values, and usage examples. This reference helps developers understand the |
| 71 | + available API endpoints, their functionalities, and how to interact with them |
| 72 | + programmatically. |
| 73 | + |
| 74 | +- `Examples`_. The examples section showcases practical code examples that |
| 75 | + demonstrate how to use the project in real-world scenarios. It provides sample |
| 76 | + code snippets or complete scripts that illustrate different use cases or |
| 77 | + demonstrate specific features of the project. Examples serve as practical |
| 78 | + references for developers, helping them understand how to apply the project to |
| 79 | + their own applications. |
| 80 | + |
| 81 | +- `Contribute`_. This section provides guidelines and instructions on how to |
| 82 | + contribute to the project. It includes information on how to set up the |
| 83 | + development environment, run tests, submit pull requests, and follow |
| 84 | + contribution guidelines. |
53 | 85 |
|
54 |
| -In the upper right corner of the documentation's title bar, there is an option for switching from |
55 |
| -viewing the documentation for the latest stable release to viewing the documentation for the |
56 |
| -development version or previously released versions. |
| 86 | +License |
| 87 | +======= |
57 | 88 |
|
58 |
| -On the `PyAnsys Heart Issues`_ page, |
59 |
| -you can create issues to report bugs and request new features. On the `PyAnsys Heart Discussions`_ page or the `Discussion`_ |
60 |
| -page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback. |
| 89 | +You can find the full text of the license in the `LICENSE`_ file. |
61 | 90 |
|
62 |
| -To reach the project support team, email ` [email protected] < mailto:[email protected]>`_. |
| 91 | +Changelog |
| 92 | +========= |
63 | 93 |
|
64 |
| -License |
65 |
| -------- |
66 |
| -PyAnsys Heart is licensed under the MIT license. Please refer to the `LICENSE`_ file for more information. |
67 |
| -PyAnsys Heart makes no commercial claim over any Ansys products whatsoever. |
68 |
| -This library extends the functionality of the listed Ansys products by adding a Python interface |
69 |
| -without changing the core behavior or licensing of the original products. This library requires |
70 |
| -legally licensed copies of the involved Ansys products. |
71 |
| - |
72 |
| - |
73 |
| -.. LINKS AND REFERENCES |
74 |
| -.. _installation: https://heart.docs.pyansys.com/version/stable/getting-started/installation |
75 |
| -.. _contributing: https://heart.docs.pyansys.com/version/stable/contributing/contributing |
76 |
| -.. _PyAnsys Heart Issues: https://github.com/ansys/pyansys-heart/issues |
77 |
| -.. _PyAnsys Heart Discussions: https://github.com/ansys/pyansys-heart/discussions |
78 |
| -.. _Python: https://www.python.org/ |
79 |
| -.. _PyAnsys Developer's guide: https://dev.docs.pyansys.com/ |
80 |
| -.. _Discussion: https://discuss.ansys.com |
81 |
| -.. _documentation: https://heart.health.docs.pyansys.com/ |
| 94 | +The changelog section provides a summary of notable changes for each version of |
| 95 | +PyAnsys Heart. It helps you keep track of updates, bug fixes, new features, and |
| 96 | +improvements made to the project over time. |
| 97 | + |
| 98 | +To view the complete changelog, please visit the project repository and |
| 99 | +navigate to the `CHANGELOG`_ file. It provides a comprehensive list of changes |
| 100 | +categorized by version, along with brief descriptions of each change. |
| 101 | + |
| 102 | + |
| 103 | +.. Documentation links |
| 104 | +.. _prerequisites: https://heart.health.docs.pyansys.com/version/stable/getting-started/prerequisites.html |
| 105 | +.. _installation guidelines: https://heart.docs.pyansys.com/version/stable/getting-started/installation.html |
| 106 | +.. _getting started: https://heart.docs.pyansys.com/version/stable/getting-started/index.html |
| 107 | +.. _user guide: https://heart.docs.pyansys.com/version/stable/user-guide/index.html |
| 108 | +.. _API reference: https://heart.docs.pyansys.com/version/stable/api/index.html |
| 109 | +.. _examples: https://heart.docs.pyansys.com/version/stable/examples/index.html |
| 110 | +.. _contribute: https://heart.docs.pyansys.com/version/stable/contributing/index.html |
82 | 111 | .. _LICENSE: https://github.com/ansys/pyansys-heart/blob/main/LICENSE
|
| 112 | +.. _CHANGELOG: https://heart.health.docs.pyansys.com/version/stable/changelog.html |
0 commit comments