Skip to content

Commit 3fc7197

Browse files
Merge pull request #26 from ArnoStrouwen/canon
canonize docs
2 parents 2c27be9 + e47779d commit 3fc7197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
For information on using the package,
1717
[see the stable documentation](https://docs.sciml.ai/SymbolicNumericIntegration/stable/). Use the
18-
[in-development documentation](https://symbolicnumericintegration.sciml.ai/dev/) for the version of
18+
[in-development documentation](https://docs.sciml.ai/SymbolicNumericIntegration/dev/) for the version of
1919
the documentation, which contains the unreleased features.
2020

2121
## Example

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SymbolicNumericIntegration.jl
2-
**SymbolicNumericIntegration.jl** is a hybrid symbolic/numerical integration package that works on the [Julia Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl) expressions.
2+
**SymbolicNumericIntegration.jl** is a hybrid symbolic/numerical integration package that works on the [Julia Symbolics](https://docs.sciml.ai/Symbolics/stable/) expressions.
33

44
**SymbolicNumericIntegration.jl** uses a randomized algorithm based on a hybrid of the *method of undetermined coefficients* and *sparse regression* and is able to solve a large subset of basic standard integrals (polynomials, exponential/logarithmic, trigonometric and hyperbolic, inverse trigonometric and hyperbolic, rational and square root).
55
The basis of how it works and the theory of integration using the Symbolic-Numeric methods refer to [Basis of Symbolic-Numeric Integration](docs/theory.ipynb).

0 commit comments

Comments
 (0)