changeset 462:fcc352fd4283

upgrade python
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 16:53:51 +0200
parents a10f0e5be459
children fae16ea8b13c b8598659a8a0
files Sphinx/source/developers/stone.rst Sphinx/source/plugins/python.rst
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
-<https://hg.orthanc-server.com/orthanc-stone/file/default/Samples>`__.
+<https://hg.orthanc-server.com/orthanc-stone/file/default/OrthancStone/Samples>`__.
 
--- 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