Std PythonHelp/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Описание==")
 
(Created page with "{{GuiCommand/ru |Name=Std PythonHelp |Name/ru=Std PythonHelp |MenuLocation={{StdMenu|Help}} → Automatic Python modules documentation |Workbenches=All |S...")
Line 1: Line 1:
<languages/>
<languages/>


{{GuiCommand
{{GuiCommand/ru
|Name=Std PythonHelp
|Name=Std PythonHelp
|Name/ru=Std PythonHelp
|MenuLocation={{StdMenu|[[Std Help Menu|Help]]}} → Automatic Python modules documentation
|MenuLocation={{StdMenu|[[Std Help Menu/ru|Help]]}} → Automatic Python modules documentation
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std_OnlineHelp|Online help]], [[Std_FreeCADPowerUserHub|Power user hub]], [[Std_Help_Menu|Help menu]]
|SeeAlso=[[Std_OnlineHelp/ru|Online help]], [[Std_FreeCADPowerUserHub/ru|Power user hub]], [[Std_Help_Menu/ru|Help menu]]
}}
}}



Revision as of 23:11, 7 May 2020

Std PythonHelp

Системное название
Std PythonHelp
Расположение в меню
Help → Automatic Python modules documentation
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Online help, Power user hub, Help menu

Описание

Std PythonHelp starts a web server that communicates with your default browser over a local socket. The page that opens displays the available Python modules, classes and functions of FreeCAD; the different pages are generated in the background automatically.

This web server is based on Python's pydoc module, and thus it extracts the docstrings of Python files (.py), and textual documentation defined in the Python wrappers (.xml) which expose the underlying C++ code.

Usage

  1. Open the menu Help Automatic Python modules documentation
  2. Click on any of the links to go to the specific class or function documentation.