Skip to content

Commit

Permalink
api doc: add link to python version
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 19, 2018
1 parent fdada84 commit 1364b6b
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions doc/index.dox
Expand Up @@ -6,7 +6,7 @@

\section index_intro Introduction
\htmlonly<img src="qgis-icon-60x60.png" alt="QGIS"
align="left"><a href="http://qgis.org">QGIS</a>\endhtmlonly\latexonly
align="left"><a href="https://qgis.org">QGIS</a>\endhtmlonly\latexonly
QGIS \endlatexonly is a user friendly Open Source Geographic
Information System (GIS) that runs on Linux, Unix, Mac OSX, and Windows. QGIS
supports vector, raster, and database formats. QGIS is licensed under the GNU
Expand All @@ -19,33 +19,36 @@ fixes, bug reports, contributed documentation, advocacy and supporting other
users on our mailing lists and forums. Financial contributions are also
welcome.

You can also <a href="http://qgis.org/downloads/qgis-api-doc.zip">download</a>
You can also <a href="https://qgis.org/downloads/qgis-api-doc.zip">download</a>
this documentation or a <a href="qgis.qch">Qt help file</a>
for offline use.

A Python version of the documentation is available
<a href="https://python.qgis.org/api">here</a>.

\section index_APIStability Earlier versions of the API

See \ref api_break for information about incompatible changes to API between releases.

Earlier versions of the documentation are also available on the QGIS
website:
<a href="http://qgis.org/api/2.18">2.18</a>,
<a href="http://qgis.org/api/2.14">2.14 (LTR)</a>,
<a href="http://qgis.org/api/2.12">2.12</a>,
<a href="http://qgis.org/api/2.10">2.10</a>,
<a href="http://qgis.org/api/2.8">2.8 (LTR)</a>,
<a href="http://qgis.org/api/2.6">2.6</a>,
<a href="http://qgis.org/api/2.4">2.4</a>,
<a href="http://qgis.org/api/2.2">2.2</a>,
<a href="http://qgis.org/api/2.0">2.0</a>,
<a href="http://qgis.org/api/1.8">1.8</a>,
<a href="http://qgis.org/api/1.7">1.7</a> and
<a href="http://qgis.org/api/1.6">1.6</a>
<a href="https://qgis.org/api/2.18">2.18</a>,
<a href="https://qgis.org/api/2.14">2.14 (LTR)</a>,
<a href="https://qgis.org/api/2.12">2.12</a>,
<a href="https://qgis.org/api/2.10">2.10</a>,
<a href="https://qgis.org/api/2.8">2.8 (LTR)</a>,
<a href="https://qgis.org/api/2.6">2.6</a>,
<a href="https://qgis.org/api/2.4">2.4</a>,
<a href="https://qgis.org/api/2.2">2.2</a>,
<a href="https://qgis.org/api/2.0">2.0</a>,
<a href="https://qgis.org/api/1.8">1.8</a>,
<a href="https://qgis.org/api/1.7">1.7</a> and
<a href="https://qgis.org/api/1.6">1.6</a>

\section index_maillist Mailing Lists

For support we encourage you to join our <a
href="http://qgis.org/en/site/forusers/support.html#mailing-lists">mailing lists</a> for
href="https://qgis.org/en/site/forusers/support.html#mailing-lists">mailing lists</a> for
users and developers.

\section index_bugs Bug Reporting
Expand Down

0 comments on commit 1364b6b

Please sign in to comment.