From d89745e7614df7f8486e63e3b93fca0db4cdfc1b Mon Sep 17 00:00:00 2001 From: wernerfb Date: Mon, 13 Apr 2015 18:42:45 +0200 Subject: [PATCH] fix doc links in wx.lib --- wx/lib/colourselect.py | 2 +- wx/lib/expando.py | 2 +- wx/lib/imagebrowser.py | 2 +- wx/lib/inspection.py | 2 +- wx/lib/scrolledpanel.py | 2 +- wx/lib/splitter.py | 4 ++-- wx/lib/statbmp.py | 2 +- wx/lib/stattext.py | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wx/lib/colourselect.py b/wx/lib/colourselect.py index e9de9589..39c0228d 100644 --- a/wx/lib/colourselect.py +++ b/wx/lib/colourselect.py @@ -34,7 +34,7 @@ # """ -Provides a :class:`ColourSelect` button that, when clicked, will display a +Provides a :class:`~lib.colourselect.ColourSelect` button that, when clicked, will display a colour selection dialog. diff --git a/wx/lib/expando.py b/wx/lib/expando.py index 07a063e4..a778d437 100644 --- a/wx/lib/expando.py +++ b/wx/lib/expando.py @@ -13,7 +13,7 @@ #--------------------------------------------------------------------------- """ -This module contains the :class:`ExpandoTextCtrl`, which is a multi-line +This module contains the :class:`~lib.expando.ExpandoTextCtrl`, which is a multi-line text control that will expand its height on the fly to be able to show all the lines of the content of the control. diff --git a/wx/lib/imagebrowser.py b/wx/lib/imagebrowser.py index 2d029d19..e0fb1d6d 100644 --- a/wx/lib/imagebrowser.py +++ b/wx/lib/imagebrowser.py @@ -44,7 +44,7 @@ # Tags: phoenix-port, documented, unittest #--------------------------------------------------------------------------- """ -This module provides the :class:`ImageDialog` which allows to view and select +This module provides the :class:`~lib.imagebrowser.ImageDialog` which allows to view and select an image. diff --git a/wx/lib/inspection.py b/wx/lib/inspection.py index aa8bf75a..20194129 100644 --- a/wx/lib/inspection.py +++ b/wx/lib/inspection.py @@ -18,7 +18,7 @@ # to provide Hot-Key access to the inspection tool. """ -This modules provides the :class:`InspectionTool` and everything else needed to +This modules provides the :class:`~lib.inspection.InspectionTool` and everything else needed to provide the Widget Inspection Tool (WIT). """ diff --git a/wx/lib/scrolledpanel.py b/wx/lib/scrolledpanel.py index 8b8870af..7f5c31f5 100644 --- a/wx/lib/scrolledpanel.py +++ b/wx/lib/scrolledpanel.py @@ -20,7 +20,7 @@ # """ -:class:`ScrolledPanel` extends :class:`ScrolledWindow`, adding all +:class:`~lib.scrolledpanel.ScrolledPanel` extends :class:`ScrolledWindow`, adding all the necessary bits to set up scroll handling for you. Description diff --git a/wx/lib/splitter.py b/wx/lib/splitter.py index 765592d2..3938a5d3 100644 --- a/wx/lib/splitter.py +++ b/wx/lib/splitter.py @@ -11,8 +11,8 @@ # Tags: phoenix-port, unittest, documentation, py3-port #---------------------------------------------------------------------- """ -This module provides the `MultiSplitterWindow` class, which is very -similar to the standard `wx.SplitterWindow` except it can be split +This module provides the :class:`~lib.splitter.MultiSplitterWindow` class, which is very +similar to the standard :class:`SplitterWindow` except it can be split more than once. """ diff --git a/wx/lib/statbmp.py b/wx/lib/statbmp.py index 1163a8b2..33ec80c2 100644 --- a/wx/lib/statbmp.py +++ b/wx/lib/statbmp.py @@ -11,7 +11,7 @@ #---------------------------------------------------------------------- """ -:class:`GenStaticBitmap` is a generic implementation of :class:`StaticBitmap`. +:class:`~lib.statbmp.GenStaticBitmap` is a generic implementation of :class:`StaticBitmap`. Description diff --git a/wx/lib/stattext.py b/wx/lib/stattext.py index db409cf9..410d536d 100644 --- a/wx/lib/stattext.py +++ b/wx/lib/stattext.py @@ -18,7 +18,7 @@ # """ -:class:`GenStaticText` is a generic implementation of :class:`StaticText`. +:class:`~lib.stattext.GenStaticText` is a generic implementation of :class:`StaticText`. Description