# HG changeset patch # User Sebastien Jodogne # Date 1594220031 -7200 # Node ID fcc352fd42833ca043ed8293ca2ac7d57b7634c5 # Parent a10f0e5be459907e16d0914cbd9a65cc7ebb1842 upgrade python diff -r a10f0e5be459 -r fcc352fd4283 Sphinx/source/developers/stone.rst --- a/Sphinx/source/developers/stone.rst Wed Jul 08 16:34:29 2020 +0200 +++ b/Sphinx/source/developers/stone.rst Wed Jul 08 16:53:51 2020 +0200 @@ -9,5 +9,5 @@ For the time being, documentation is provided through various sample applications that can be found in the `source distribution -`__. +`__. diff -r a10f0e5be459 -r fcc352fd4283 Sphinx/source/plugins/python.rst --- 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 `. The Python API is automatically generated from the `Orthanc plugin SDK in C -`__ +`__ using the `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