113 def create(dlg): # noqa: U100 |
113 def create(dlg): # noqa: U100 |
114 """ |
114 """ |
115 Module function to create the configuration page. |
115 Module function to create the configuration page. |
116 |
116 |
117 @param dlg reference to the configuration dialog |
117 @param dlg reference to the configuration dialog |
118 @return reference to the instantiated page (ConfigurationPageBase) |
118 @type ConfigurationDialog |
|
119 @return reference to the instantiated page |
|
120 @rtype ConfigurationPageBase |
119 """ |
121 """ |
120 page = HelpDocumentationPage() |
122 page = HelpDocumentationPage() |
121 return page |
123 return page |