From 78308c72096e5ba84bf57c828111c4ab1656366d Mon Sep 17 00:00:00 2001 From: Itay Cohen Date: Sun, 24 Mar 2019 18:51:52 +0200 Subject: [PATCH] Make "note" a Note (#1388) --- docs/source/plugins.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index 2ba79794..d6d34ddb 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -20,9 +20,10 @@ To get the location of this directory and a list of currently loaded plugins, na The plugins directory contains two subdirectories, ``native`` and ``python`` for C++ and Python plugins respectively, which will be created automatically by Cutter. -Note that support for Python plugins is only available if Cutter was built with the options ``CUTTER_ENABLE_PYTHON`` -and ``CUTTER_ENABLE_PYTHON_BINDINGS`` enabled. -This is the case for all official builds from GitHub Releases starting with version 1.8.0. +.. note:: + The support for Python plugins is only available if Cutter was built with the options ``CUTTER_ENABLE_PYTHON`` + and ``CUTTER_ENABLE_PYTHON_BINDINGS`` enabled. + This is the case for all official builds from GitHub Releases starting with version 1.8.0. Creating Plugins