
    Je                     V    d Z ddlmZmZmZ ddlmZ ddlmZ ddl	m
Z
  G d de      Zy)	zHelp Plugin Configuration Page.    )	QGroupBoxQVBoxLayoutQLabel)_)PluginConfigPage)programsc                       e Zd Zd Zy)HelpConfigPagec                    t        t        d            }t        t        d            }|j                  d       | j	                  t        d      d      }| j	                  t        d      d      }t               }|j                  |       |j                  |       |j                  |       |j                  |       t        t        d            }| j	                  t        d	      d
      }t        j                  dd      }|j                  |       |sEt        j                  d      }	t        d      }
|
dt        d      |	z  z   z  }
|j                  |
       t               }|j                  |       |j                  |       t        t        d            }| j	                  t        d      d      }t               }|j                  |       |j                  |       t               }|j                  |       |j                  |       |j                  |       |j                  d       | j                  |       y )NzAutomatic connectionszThis pane can automatically show an object's help information after a left parenthesis is written next to it. Below you can decide to which plugin you want to connect it to turn on this feature.TEditorzconnect/editorzIPython Consolezconnect/ipython_consolezAdditional featureszRender mathematical equationsmathsphinxz>=1.1z-This feature requires Sphinx 1.1 or superior.
z!Sphinx %s is currently installed.zSource codez
Wrap lineswrap   )r   r   r   setWordWrapcreate_checkboxr   	addWidget	setLayoutr   is_module_installed
setEnabledget_module_version
setToolTip
addStretch)selfconnections_groupconnections_label
editor_boxipython_boxconnections_layoutfeatures_groupmath_box
req_sphinx
sphinx_ver
sphinx_tipfeatures_layoutsourcecode_groupwrap_mode_boxsourcecode_layoutvlayouts                   >/usr/lib/python3/dist-packages/spyder/plugins/help/confpage.py
setup_pagezHelpConfigPage.setup_page   s   %a(?&@A"1 &0 $1 2 	%%d+))!H+7GH
**1->+?+DF )]$$%67$$Z0$$[1##$67 #1%:#;<''*I(J(.011(GD
J'!44X>JJKJ$#F!G*!TTTJ
+%-!!(+  1 %Q}%56,,Q|_fE'M##M2""#45 -+,.)*+1w    N)__name__
__module____qualname__r,    r-   r+   r
   r
      s    3 r-   r
   N)__doc__qtpy.QtWidgetsr   r   r   spyder.config.baser   spyder.api.preferencesr   spyder.utilsr   r
   r1   r-   r+   <module>r7      s*    &
 : 9 ! 3 !4 % 4 r-   