Skip to content

Commit ac67579

Browse files
committed
fixed documentation make.jl
1 parent 05deb05 commit ac67579

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Nonelementary integrals | ❌ | most of them
7878
Special functions | ❌ | ❌
7979
more than one symbolic<br> variable in the expression | ❌ | ✅
8080
81-
More info about them in the [methods documentation](methods/overview.md)
81+
More info about them in the [methods documentation](TODO)
8282
8383
### Risch Method
8484
Complete symbolic integration using the Risch algorithm from Manuel Bronstein's "Symbolic Integration I: Transcendental Functions".

docs/make.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ makedocs(
1515
pages=[
1616
"Home" => "index.md",
1717
"Manual" => [
18-
"manual/getting_started.md",
19-
"manual/basic_usage.md",
18+
"manual/contributing.md",
2019
],
2120
"Integration Methods" => [
2221
"methods/overview.md",
2322
"methods/risch.md",
24-
],
25-
"Algorithm Details" => [
26-
"manual/rational_functions.md",
27-
"manual/transcendental_functions.md",
23+
"methods/risch_rational_functions.md",
24+
"methods/risch_trascendental_functions.md",
25+
"methods/rulebased.md",
2826
],
2927
"API Reference" => "api.md",
3028
],

docs/src/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)