We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a9680 + 78c7a07 commit e28ad05Copy full SHA for e28ad05
README.md
@@ -1,4 +1,6 @@
1
# Cubic Hermite Splines for Python
2
3
This module provides Python tools for cubic Hermite splines with one argument (time) and multiple values.
4
-It was branched of from `JiTCDDE <http://github.com/neurophysik/jitcdde>`_, which uses it for representing the past of a delay differential equation.
+It was branched of from [JiTCDDE](http://github.com/neurophysik/jitcdde), which uses it for representing the past of a delay differential equation.
5
+
6
+You can find the documentation [on Read the Docs](https://chspy.readthedocs.io).
0 commit comments