Skip to content

Commit 859ec20

Browse files
Update README.md
1 parent 68ab238 commit 859ec20

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77

88
SymbolicIntegration.jl solves indefinite integrals using one of the implemented algorithms: Risch method and Rule based method
99

10+
# Documentation
11+
12+
For information on using the package,
13+
[see the stable documentation](https://docs.sciml.ai/SymbolicIntegration/stable/). Use the
14+
[in-development documentation](https://docs.sciml.ai/SymbolicIntegration/dev/) for the version of
15+
the documentation which contains the unreleased features.
1016

1117
# Usage
18+
1219
```julia
1320
julia> using Pkg; Pkg.add("SymbolicIntegration") # installation
1421

@@ -78,7 +85,7 @@ Nonelementary integrals | ❌ | most of them
7885
Special functions | ❌ | ❌
7986
more than one symbolic<br> variable in the expression | ❌ | ✅
8087
81-
More info about them in the [methods documentation](methods/overview.md)
88+
More info about them in the [methods documentation](https://docs.sciml.ai/SymbolicIntegration/dev/methods/overview/)
8289
8390
### Risch Method
8491
Complete symbolic integration using the Risch algorithm from Manuel Bronstein's "Symbolic Integration I: Transcendental Functions".
@@ -90,7 +97,7 @@ This method uses a large number of integration rules that specify how to integra
9097
# Documentation
9198
9299
Complete documentation with method selection guidance, algorithm details, and examples is available at:
93-
**[https://symbolicintegration.juliasymbolics.org](https://symbolicintegration.juliasymbolics.org)**
100+
**[docs.sciml.ai/SymbolicIntegration](docs.sciml.ai/SymbolicIntegration/dev/)**
94101
95102
96103
# Citation

0 commit comments

Comments
 (0)