diff Sphinx/source/developers/creating-plugins.rst @ 364:234de55ed125

usage of the python plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 31 Mar 2020 18:19:14 +0200
parents d217af5e6cb3
children 0fb9369e893e
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Mar 31 17:27:55 2020 +0200
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue Mar 31 18:19:14 2020 +0200
@@ -16,8 +16,13 @@
 <https://sdk.orthanc-server.com/>`__ and must be written in C or
 C++. They must also fullfil the terms of the `GPLv3 license
 <http://www.gnu.org/licenses/quick-guide-gplv3.en.html>`__ that is
-used by the core of Orthanc. Here are some resources about creating
-plugins:
+used by the core of Orthanc.
+
+For developers who are more familiar with Python, it is also possible
+to create plugins using this simpler language. Check out the
+:ref:`dedicated Python plugin <python-plugin>`.
+
+Here are some resources about creating C/C++ plugins:
 
 * Sample code for plugins can be found `in the official Orthanc
   repository