# HG changeset patch # User Sebastien Jodogne # Date 1585329715 -3600 # Node ID 60080d792f25dbe51b509e9ad1ff9ee2bb6e176e # Parent d8359cecdc89464329bc19dfdc7bf4f1466c3e5c rephrasing diff -r d8359cecdc89 -r 60080d792f25 Sphinx/source/plugins/python.rst --- a/Sphinx/source/plugins/python.rst Fri Mar 27 12:20:40 2020 +0100 +++ b/Sphinx/source/plugins/python.rst Fri Mar 27 18:21:55 2020 +0100 @@ -8,6 +8,9 @@ Work-in-progress. +Being a plugin, the Python API has access to more features than +:ref:`Lua scripts `. + The Python API is automatically generated from the `Orthanc plugin SDK in C `__ @@ -15,8 +18,6 @@ front-end. The coverage of the C SDK is about 75% (105 functions are automatically wrapped in Python out of a total of 139 functions in C). -This provides much more flexibility than the Lua scripts. - Samples -------