Skip to content

Commit e693180

Browse files
authored
add documentation to readme
1 parent baa288e commit e693180

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
**SymbolicNumericIntegration.jl** is a hybrid symbolic/numerical integration package that works on the [Julia Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl) expressions.
44

5+
## Tutorials and Documentation
6+
7+
For information on using the package,
8+
[see the stable documentation](https://symbolicnumericintegration.sciml.ai/stable/). Use the
9+
[in-development documentation](https://symbolicnumericintegration.sciml.ai/dev/) for the version of
10+
the documentation, which contains the unreleased features.
11+
12+
## Example
13+
514
```julia
615
using Symbolics
716
using SymbolicNumericIntegration

0 commit comments

Comments
 (0)