|
16 | 16 | .. |pypi| image:: https://img.shields.io/pypi/v/chaospy |
17 | 17 | :target: https://pypi.org/project/chaospy |
18 | 18 | .. |binder| image:: https://mybinder.org/badge_logo.svg |
19 | | - :target: https://mybinder.org/v2/gh/jonathf/chaospy/master?filepath=docs%2Fnotebooks |
| 19 | + :target: https://mybinder.org/v2/gh/jonathf/chaospy/master?filepath=docs%2Ftutorials |
20 | 20 |
|
21 | 21 | Chaospy is a numerical tool for performing uncertainty quantification using |
22 | 22 | polynomial chaos expansions and advanced Monte Carlo methods implemented in |
23 | 23 | Python. |
24 | 24 |
|
25 | 25 | * `Documentation <https://chaospy.readthedocs.io/en/master>`_ |
26 | | -* `Interactive tutorials with Binder <https://mybinder.org/v2/gh/jonathf/chaospy/master?filepath=docs%2Fnotebooks>`_ |
| 26 | +* `Interactive tutorials with Binder <https://mybinder.org/v2/gh/jonathf/chaospy/master?filepath=docs%2Ftutorials>`_ |
27 | 27 | * `Source code <https://github.com/jonathf/chaospy>`_ |
28 | 28 | * `Issue tracker <https://github.com/jonathf/chaospy/issues>`_ |
| 29 | +* `Code of Conduct <https://github.com/jonathf/chaospy/blob/master/CODE_OF_CONDUCT.md>`_ |
| 30 | +* `Contribution Guideline <https://github.com/jonathf/chaospy/blob/master/CONTRIBUTING.md>`_ |
| 31 | +* `Changelog <https://github.com/jonathf/chaospy/blob/master/CHANGELOg.md>` |
29 | 32 |
|
30 | 33 | Installation |
31 | 34 | ------------ |
32 | 35 |
|
33 | | -Installation should be straight forward from `PyPI <https://pypi.org/>`_: |
| 36 | +Installation should be straight forward using `pip <https://pypi.org/>`_: |
34 | 37 |
|
35 | 38 | .. code-block:: bash |
36 | 39 |
|
37 | 40 | $ pip install chaospy |
38 | 41 |
|
39 | | -Or alternatively using `Conda <https://conda.io/>`_: |
40 | | - |
41 | | -.. code-block:: bash |
42 | | -
|
43 | | - $ conda install -c conda-forge chaospy |
| 42 | +For more installation details, see the `installation guide |
| 43 | +<https://chaospy.readthedocs.io/en/master/installation.html>`. |
44 | 44 |
|
45 | 45 | Example Usage |
46 | 46 | ------------- |
@@ -137,78 +137,3 @@ For more extensive guides on this approach an others, see the `tutorial |
137 | 137 | collection`_. |
138 | 138 |
|
139 | 139 | .. _tutorial collection: https://chaospy.readthedocs.io/en/master/tutorials |
140 | | - |
141 | | -Contributions and Related Projects |
142 | | ----------------------------------- |
143 | | - |
144 | | -A few shout-outs to people who have contributed to the Chaospy project: |
145 | | - |
146 | | -+--------------+--------------------------------------------------------------+ |
147 | | -| `OpenTURNS`_ | Thanks to `Régis Lebrun`_ for both proposing a collaboration | |
148 | | -| | and creating an initial implementation of both | |
149 | | -| | `Chaospy Compatibility`_ in `OpenTURNS`_ and | |
150 | | -| | `OpenTURNS Compatibility`_ in ``chaospy``. | |
151 | | -+--------------+--------------------------------------------------------------+ |
152 | | -| `orthopy`_ | Thanks to `Nico Schlömer`_ for providing the implementation | |
153 | | -| `quadpy`_ | for several of the quadrature integration methods. | |
154 | | -+--------------+--------------------------------------------------------------+ |
155 | | -| ``UQRF`` | Thanks to `Florian Künzner`_ for providing the initial | |
156 | | -| | implementation of kernel density estimation and | |
157 | | -| | quantity-of-interest distribution. | |
158 | | -+--------------+--------------------------------------------------------------+ |
159 | | - |
160 | | -.. _OpenTURNS: http://openturns.github.io/openturns/latest |
161 | | -.. _Régis Lebrun: https://github.com/regislebrun |
162 | | -.. _Chaospy Compatibility: http://openturns.github.io/openturns/latest/user_manual/_generated/openturns.ChaospyDistribution.html |
163 | | -.. _OpenTURNS Compatibility: https://chaospy.readthedocs.io/en/master/recipes/external.html#module-chaospy.external.openturns_ |
164 | | -.. _orthopy: https://github.com/nschloe/orthopy |
165 | | -.. _quadpy: https://github.com/nschloe/quadpy |
166 | | -.. _Nico Schlömer: https://github.com/nschloe |
167 | | -.. _Florian Künzner: https://github.com/flo2k |
168 | | - |
169 | | -Chaospy is being used in other related projects that requires uncertainty |
170 | | -quantification components ``chaospy`` provides. For example: |
171 | | - |
172 | | -+-----------------+-----------------------------------------------------------+ |
173 | | -| `easyVVUQ`_ | Library designed to facilitate verification, validation | |
174 | | -| | and uncertainty quantification. | |
175 | | -+-----------------+-----------------------------------------------------------+ |
176 | | -| `STARFiSh`_ | Shell-based, scientific simulation program | |
177 | | -| | for blood flow in mammals. | |
178 | | -+-----------------+-----------------------------------------------------------+ |
179 | | -| `Profit`_ | Probabilistic response model fitting via interactive | |
180 | | -| | tools. | |
181 | | -+-----------------+-----------------------------------------------------------+ |
182 | | -| `UncertainPy`_ | Uncertainty quantification and sensitivity analysis, | |
183 | | -| | tailored towards computational neuroscience. | |
184 | | -+-----------------+-----------------------------------------------------------+ |
185 | | -| `SparseSpACE`_ | Spatially adaptive combination technique targeted to | |
186 | | -| | solve high dimensional numerical integration. | |
187 | | -+-----------------+-----------------------------------------------------------+ |
188 | | - |
189 | | -.. _easyVVUQ: https://github.com/UCL-CCS/EasyVVUQ |
190 | | -.. _STARFiSh: https://www.ntnu.no/starfish |
191 | | -.. _Profit: https://github.com/redmod-team/profit |
192 | | -.. _UncertainPy: https://github.com/simetenn/uncertainpy |
193 | | -.. _SparseSpACE: https://github.com/obersteiner/sparseSpACE |
194 | | - |
195 | | -For a more comprehensive list, see `Github's dependency graph |
196 | | -<https://github.com/jonathf/chaospy/network/dependents>`_. |
197 | | - |
198 | | -Questions and Contributions |
199 | | ---------------------------- |
200 | | - |
201 | | -Please feel free to |
202 | | -`file an issue <https://github.com/jonathf/chaospy/issues>`_ for: |
203 | | - |
204 | | -* bug reporting |
205 | | -* asking questions related to usage |
206 | | -* requesting new features |
207 | | -* wanting to contribute with code |
208 | | - |
209 | | -If you are going to publish work using this software, then please cite the |
210 | | -article: `Chaospy: An open source tool for designing methods of uncertainty |
211 | | -quantification <http://dx.doi.org/10.1016/j.jocs.2015.08.008>`_. |
212 | | -In addition, if you deal with stochastic dependencies, please also cite: |
213 | | -`Multivariate Polynomial Chaos Expansions with Dependent Variables |
214 | | -<https://epubs.siam.org/doi/10.1137/15M1020447>`_. |
0 commit comments