Skip to content

Commit d91004b

Browse files
Merge pull request #23 from Bumblebee00/remove_untranslated_testfiles
removed mathematica testfiles not yet translated and improved documentation
2 parents 44f763d + 9804373 commit d91004b

File tree

166 files changed

+8
-84044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+8
-84044
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Manifest.toml
33
docs/Manifest.toml
44

5+
# Mathematica (useful for translation of new rules)
6+
*.m
7+
58
# Documentation build artifacts
69
docs/build/
710

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SymbolicIntegration.jl
22

3-
[![Build Status](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/CI.yml?query=branch%3Amain)
3+
[![Build Status](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/ci.yml?query=branch%3Amain)
44
[![Spell Check](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/spellcheck.yml/badge.svg?branch=main)](https://github.com/JuliaSymbolics/SymbolicIntegration.jl/actions/workflows/spellcheck.yml)
55
[![Rules](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/JuliaSymbolics/SymbolicIntegration.jl/main/.github/badges/rules-count.json&query=$.message&label=Total%20rules&color=blue)](https://github.com/JuliaSymbolics/SymbolicIntegration.jl)
66

@@ -83,7 +83,7 @@ trigonometric functions | ? | sometimes
8383
hyperbolic functions | ✅ | sometimes
8484
Nonelementary integrals | ❌ | most of them
8585
Special functions | ❌ | ❌
86-
more than one symbolic<br> variable in the expression | ❌ | ✅
86+
multiple symbols | ❌ | ✅
8787
8888
More info about them in the [methods documentation](https://docs.sciml.ai/SymbolicIntegration/dev/methods/overview/)
8989

docs/src/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ trigonometric functions | ? | sometimes
5151
hyperbolic functions | ✅ | sometimes
5252
Nonelementary integrals | ❌ | most of them
5353
Special functions | ❌ | ❌
54-
more than one symbolic<br> variable in the expression | ❌ | ✅
54+
multiple symbols | ❌ | ✅
5555

5656
[→ See complete methods documentation](methods/overview.md)
5757

@@ -68,7 +68,7 @@ integrate(x^2 + 1, x, RischMethod(use_algebraic_closure=false, catch_errors=true
6868
- `use_algebraic_closure` does what?
6969
- `catch_errors` does what?
7070

71-
[→ See detailed Risch documentation](risch.md)
71+
[→ See detailed Risch documentation](methods/risch.md)
7272

7373
### RuleBased
7474
This method uses a large number of integration rules that specify how to integrate various mathematical expressions.
@@ -102,10 +102,7 @@ If you use SymbolicIntegration.jl in your research, please cite:
102102

103103
```@contents
104104
Pages = [
105-
"manual/getting_started.md",
106-
"manual/basic_usage.md",
107-
"manual/rational_functions.md",
108-
"manual/transcendental_functions.md",
105+
"manual/contributing.md",
109106
"api.md"
110107
]
111108
Depth = 2

test/methods/rule_based/test_files/2 Exponentials/2.1 u (F^(c (a+b x)))^n.m

Lines changed: 0 additions & 177 deletions
This file was deleted.

test/methods/rule_based/test_files/2 Exponentials/2.2 (c+d x)^m (F^(g (e+f x)))^n (a+b (F^(g (e+f x)))^n)^p.m

Lines changed: 0 additions & 192 deletions
This file was deleted.

test/methods/rule_based/test_files/2 Exponentials/2.3 Exponential functions.m

Lines changed: 0 additions & 1295 deletions
This file was deleted.

test/methods/rule_based/test_files/3 Logarithms/3.1.2 (d x)^m (a+b log(c x^n))^p.m

Lines changed: 0 additions & 324 deletions
This file was deleted.

test/methods/rule_based/test_files/3 Logarithms/3.1.4 (f x)^m (d+e x^r)^q (a+b log(c x^n))^p.m

Lines changed: 0 additions & 869 deletions
This file was deleted.

test/methods/rule_based/test_files/3 Logarithms/3.1.5 u (a+b log(c x^n))^p.m

Lines changed: 0 additions & 475 deletions
This file was deleted.

test/methods/rule_based/test_files/3 Logarithms/3.2.1 (f+g x)^m (A+B log(e ((a+b x) over (c+d x))^n))^p.m

Lines changed: 0 additions & 584 deletions
This file was deleted.

0 commit comments

Comments
 (0)