commit fa7156ff4c124acc303f4e264770d4324e316bef
parent 5fec7886fcc03b2de7c79833fd808daeb3107e94
Author: [email protected] <[email protected]>
Date: Thu, 1 Dec 2022 02:40:45 +0000
v4 documentation links
Diffstat:
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
@@ -116,7 +116,7 @@ See [fft benchmark](https://github.com/kfrlib/fft-benchmark) for details about b
### Biquad
- (*Higher is better*)
+(*Higher is better*)

@@ -124,7 +124,11 @@ See [fft benchmark](https://github.com/kfrlib/fft-benchmark) for details about b
Documentation home:
-https://www.kfrlib.com/newdocs/
+KFR 5 (latest)
+https://www.kfrlib.com/docs/latest/
+
+KFR 4
+https://www.kfrlib.com/docs/v4/
Built with
* [cxxdox - generates markdown docs from C++](https://github.com/kfrlib/cxxdox)
@@ -137,18 +141,8 @@ Built with
`master` - current stable version passing all compiler/architecture tests.
+`v4` - previous version of KFR (no new features here, fixes only)
-## Tests
-
-Every commit is tested in various OS, compilers, compiler settings etc.
-
-You can run the tests using these commands:
-
-```bash
-cd <path_to_cmake_build_directory>
-cd tests
-ctest -V
-```
## License
diff --git a/docs/docs/index.md b/docs/docs/index.md
@@ -39,3 +39,7 @@
## Function reference
* [Function reference](auto/refindex.md)
+
+## KFR 4
+
+For KFR 4 documentation, see https://kfr.dev/docs/v4