Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/python.rst @ 350:c238865e7538
test
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 27 Mar 2020 18:25:17 +0100 |
parents | 60080d792f25 |
children | e2863083fa30 |
comparison
equal
deleted
inserted
replaced
349:60080d792f25 | 350:c238865e7538 |
---|---|
7 .. contents:: | 7 .. contents:: |
8 | 8 |
9 Work-in-progress. | 9 Work-in-progress. |
10 | 10 |
11 Being a plugin, the Python API has access to more features than | 11 Being a plugin, the Python API has access to more features than |
12 :ref:`Lua scripts <lua>`. | 12 :ref:`Lua scripts <lua>`. |
13 | 13 |
14 The Python API is automatically generated from the `Orthanc plugin SDK | 14 The Python API is automatically generated from the `Orthanc plugin SDK |
15 in C | 15 in C |
16 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.5.7/Plugins/Include/orthanc/OrthancCPlugin.h>`__ | 16 <https://hg.orthanc-server.com/orthanc/file/Orthanc-1.5.7/Plugins/Include/orthanc/OrthancCPlugin.h>`__ |
17 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler | 17 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler |