comparison Sphinx/source/developers/creating-plugins.rst @ 56:24eb034d0322

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 12:24:55 +0100
parents a52f1dc48ebc
children fc8af28a8eea
comparison
equal deleted inserted replaced
55:de283c29c92f 56:24eb034d0322
1 .. _creating-plugins: 1 .. _creating-plugins:
2 2
3 Creating new plugins 3 Creating new plugins
4 ==================== 4 ====================
5 5
6 The recommended way of :ref:`contributing to the Orthanc code <contributing>` 6 The recommended way of :ref:`contributing to the Orthanc code
7 is by extending it by :ref:`creating new plugins <plugins>`. 7 <contributing>` consists in extending it by creating new :ref:`plugins
8 <plugins>`.
8 9
9 Overview 10 Overview
10 -------- 11 --------
11 12
12 Orthanc plugins must use the `plugin SDK 13 Orthanc plugins must use the `plugin SDK