From c301f36bd082324c00acb14a9633472db4b4bcb7 Mon Sep 17 00:00:00 2001 From: briandesilva Date: Fri, 10 Apr 2020 17:43:46 -0700 Subject: [PATCH] Make references anonymous --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 17b17bac2..f3ecadfb5 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ The approximation problem to be solved can then be compactly written as:: Each row of this matrix equation corresponds to one coordinate function of ``f(x)``. SINDy employs sparse regression techniques to find a solution ``Xi`` with sparse column vectors. -For a more in-depth look at the mathematical foundations of SINDy, please see our `introduction to SINDy `_. +For a more in-depth look at the mathematical foundations of SINDy, please see our `introduction to SINDy `__. Relation to PySINDy ^^^^^^^^^^^^^^^^^^^ @@ -81,7 +81,7 @@ which prints the following:: x' = -2.000 x y' = 1.000 y -PySINDy provides numerous other features not shown here. We recommend the `feature overview `_ section of the documentation for a more exhaustive summary of additional features. +PySINDy provides numerous other features not shown here. We recommend the `feature overview `__ section of the documentation for a more exhaustive summary of additional features. Installation ------------ @@ -119,7 +119,7 @@ If you do not have root access, you should add the ``--user`` option to the abov Documentation ------------- -The documentation site for PySINDy can be found `here `_. There are numerous `examples `_ of PySINDy in action to help you get started. Examples are also available as `Jupyter notebooks `_. +The documentation site for PySINDy can be found `here `__. There are numerous `examples `_ of PySINDy in action to help you get started. Examples are also available as `Jupyter notebooks `__. Community guidelines -------------------- @@ -144,7 +144,7 @@ If you find a bug in the code or want to request a new feature, please open an i Getting help ^^^^^^^^^^^^ -For help using PySINDy please consult the `documentation `_ and/or our `examples `_, or create an issue. +For help using PySINDy please consult the `documentation `__ and/or our `examples `__, or create an issue. References ----------------------