Git commit dfdb60b7638bf2dbcf34bf9281fa5ec32d5a767f by Pino Toscano. Committed on 29/06/2020 at 05:41. Pushed by pino into branch 'master'.
doc: remove download/build instructions They do not belong to an user-facing documentation, but rather to separate download/build development pages. Add the reference to the homepage (switched to kde.org) in the Introduction chapter. See also: https://mail.kde.org/pipermail/kde-doc-english/2015-May/012119.html https://mail.kde.org/pipermail/kde-doc-english/2015-May/012127.html M +5 -44 doc/index.docbook https://invent.kde.org/education/labplot/commit/dfdb60b7638bf2dbcf34bf9281fa5ec32d5a767f diff --git a/doc/index.docbook b/doc/index.docbook index a1e22ff99..80690d47b 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -105,6 +105,11 @@ Features: </itemizedlist> </para> +<para> +&LabPlot; can be found on its homepage at kde.org: +<ulink url="https://labplot.kde.org/">https://labplot.kde.org/</ulink>. +</para> + </chapter> @@ -2261,50 +2266,6 @@ For more information about this constants see the documentation of GSL. </chapter> -<chapter id="installation"> -<title>Installation</title> - -<sect1 id="getting-labplot"> -<title>How to Obtain &LabPlot;</title> - -<para> -&LabPlot; can be found on its homepage at sourceforge.net: -<ulink url="http://labplot.sf.net">http://labplot.sf.net</ulink>. -There is an overview about all available packages at -<ulink url="http://labplot.wiki.sourceforge.net/Download">http://labplot.wiki.sourceforge.net/Download</ulink>. -bug-fixed packages are released regular and can be found there too. -</para> -</sect1> - -<sect1 id="requirements"> -<title>Requirements</title> - -<para> -In order to successfully use &LabPlot;, you need at least a standard &Qt; 5 and &kde; KF5 installation, the &GNU; scientific library (GSL), &cantor; libcantor library. -</para> - -<!-- <para> -Optional &LabPlot; uses the following programs/libraries when available: -</para> - -<itemizedlist> -<listitem><para> -&GNU; scientific library (GSL) : used for special functions in the parser and most of the analysis functions. -</para></listitem> -</itemizedlist> ---> - -</sect1> - -<sect1 id="compilation"> -<title>Compilation and Installation</title> - -&install.compile.documentation; - -</sect1> - -</chapter> - <chapter id="command-line-options"> <title>Command Line Options</title> <sect1 id="specify-a-file">
