Std PythonHelp/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Std_Base/fr}} {{Userdocnavi/fr}}")
(Created page with "{{GuiCommand/fr |Name=Std PythonHelp |Name/fr=Std Documentation modules Python |MenuLocation=Aide → Documentation automatique des modules Python |Workb...")
Line 1: Line 1:
<languages/>
<languages/>


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



Revision as of 19:32, 26 December 2019

Std Documentation modules Python

Emplacement du menu
Aide → Documentation automatique des modules Python
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Std Aide, Std Power user hub, Std Menu Aide

Description

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.

How to use

  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.