diff Sphinx/source/plugins/python.rst @ 462:fcc352fd4283

upgrade python
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 16:53:51 +0200
parents 8b2c648c0f46
children 46949efa5818 a735476a0e6e
line wrap: on
line diff
--- a/Sphinx/source/plugins/python.rst	Wed Jul 08 16:34:29 2020 +0200
+++ b/Sphinx/source/plugins/python.rst	Wed Jul 08 16:53:51 2020 +0200
@@ -18,13 +18,13 @@
 Python plugins have access to more features and a more consistent SDK
 than :ref:`Lua scripts <lua>`. The Python API is automatically
 generated from the `Orthanc plugin SDK in C
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.5.7/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.2/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
 front-end.
 
-As of initial release 1.0 of the plugin, the coverage of the C SDK is
-about 75% (105 functions are automatically wrapped in Python out of a
-total of 139 functions in the Orthanc SDK 1.5.7).
+As of release 2.0 of the plugin, the coverage of the C SDK is about
+75% (119 functions are automatically wrapped in Python out of a total
+of 157 functions in the Orthanc SDK 1.7.2).
 
 
 Source code