Skip to content

Commit 412cd82

Browse files
committed
doc: update doc TOC
1 parent 8086404 commit 412cd82

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ Therefore, contributions regarding precision and error-related contributions are
1515
> which is a header-only library containing a modernized (C++17) refactoring of
1616
> the classic `AMOS/SPECFUN/Cephes/...` special function implementations.
1717
18+
1819
## Docs
1920

2021
[List of Cephes functions](doc/markdown/index.md)
2122

22-
- [bessel](doc/markdown/bessel.md)
23-
- [exp_int](doc/markdown/exp_int.md)
23+
- [Exponential integral](doc/markdown/exp_int.md)
24+
- [Gamma functions](doc/markdown/gamma.md)
25+
- [Error functions](doc/markdown/gamma.md)
26+
- [Bessel functions](doc/markdown/bessel.md)
27+
- [Hypergeometric functions](doc/markdown/hyper.md)
28+
- [Elliptic functions](doc/markdown/elliptic.md)
29+
- [Miscellaneous functions](doc/markdown/misc.md)
2430

2531

2632
## Test
@@ -31,6 +37,7 @@ cmake -DCMAKE_BUILD_TYPE=Coverage -S . -B build && cmake --build build
3137
cd build/ && ctest && make coverage_html
3238
```
3339

40+
3441
## License
3542

3643
Using a `BSD-3-Clause` like [LICENSE](LICENSE.txt).

doc/markdown/bessel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cephes/bessel
1+
# Bessel functions
22

33
## Airy Functions
44

doc/markdown/exp_int.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cephes/Exponential integral
1+
# Exponential integral
22

33
* **expn**, [Exponential integral En](doubldoc.md#expn)
44

doc/markdown/hyper.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# cephes/hyper
2-
3-
## Hypergeometric Functions
1+
# Hypergeometric Functions
42

53
* **hyp2f1**, [Gauss hypergeometric function](doubldoc.md#hyp2f1)
64
* **hyperg**, [Confluent hypergeometric function](doubldoc.md#hyperg)

doc/markdown/misc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cephes/misc
1+
# Miscellaneous functions
22

33
* **spence**, [Dilogarithm](doubldoc.md#spence)
44
* **zeta**, [Zeta function of two arguments](doubldoc.md#zeta)

0 commit comments

Comments
 (0)