From 7c66d4c1f79220bc138b28ed7007839db3b1adf9 Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Wed, 14 Sep 2022 20:55:12 +0000 Subject: [PATCH] Try to work better with Param in formatting doctsrings --- doc/api.rst | 4 ++-- doc/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 52cdd07..4c4eb1f 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -1,9 +1,9 @@ TNT API Guide ============= -TNT Provides a number of different Pane classes that can be combined and +TNT Provides a number of different Pane adn Widget classes that can be combined and linked in various ways. The core Panes are the Plot Panes, with various -associated other panes. +associated other panes and widgets. .. currentmodule:: thisnotthat diff --git a/doc/conf.py b/doc/conf.py index e401551..1506b42 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,7 +34,7 @@ def setup(app): - app.connect("autodoc-process-docstring", param_format_basic, priority=-100) + app.connect("autodoc-process-docstring", param_format_basic, priority=-200) # -- General configuration ---------------------------------------------------