Mercurial > hg > orthanc-book
changeset 349:60080d792f25
rephrasing
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 27 Mar 2020 18:21:55 +0100 |
parents | d8359cecdc89 |
children | c238865e7538 |
files | Sphinx/source/plugins/python.rst |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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>`__ @@ -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 -------