From 86aa40afce56bd2a79868b06237f3ca1f45f388e Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Sat, 16 Jul 2022 13:06:59 +0200 Subject: [PATCH] Added links --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c05a419e5e..0871615e7d 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ This software is licensed under the term of the [GNU Lesser General Public Licen ![EXAMPLES-Page](./screenshots/examplesbanner.png) ## Main Features -- 2D Plotter widget class (JKQTPlotter) +- 2D Plotter widget class ([JKQTPlotter](http://jkriege2.github.io/JKQtPlotter/group__jkqtplotter.html) - high-quality plotting - no other dependencies than Qt >= 5.0 ([CImg](https://cimg.eu/) and [OpenCV](https://opencv.org/) are optional dependencies) - highly customizable axes/grids (linear/log, date/time, custom ticks ...) - - integrated LaTeX parser (pure C++, no dependencies) to render mathematical equations in axis labels, ticks, ... + - [JKQTMathText:](http://jkriege2.github.io/JKQtPlotter/group__jkqtmathtext.html) integrated LaTeX parser (pure C++, no dependencies) to render mathematical equations in axis labels, ticks, ... - extensive user-interactions pre-programmed (several zooming modes, selecting regions, custom context menus, switch graph visibility, ...) - full print and export (PDF,PNG,...) support with preview and parametrization out-the-box - highly customizable look and feel @@ -69,6 +69,10 @@ This software is licensed under the term of the [GNU Lesser General Public Licen A Documentation (auto-)generated with [doxygen](http://www.doxygen.nl/) from the trunk source code can be found here: **[http://jkriege2.github.io/JKQTPlotter/index.html](http://jkriege2.github.io/JKQtPlotter/index.html)** +There are also some subpage of general intetest: +- [TODO List](http://jkriege2.github.io/JKQtPlotter/page_todo.html) +- [Release Notes & Version Overview](http://jkriege2.github.io/JKQtPlotter/page_whatsnew.html) + ## [Examples](./examples/) There is a [large set of usage examples (with explanations for each) and tutorials](./examples/) in the folder [`./examples/`](./examples). All test-projects are Qt-projects that use qmake to build. You can load them into QtCreator easily.