|
71 | 71 | QgsMapLayerProxyModel.WritableLayer.__doc__ = ""
|
72 | 72 | QgsMapLayerProxyModel.MeshLayer = Qgis.LayerFilter.MeshLayer
|
73 | 73 | QgsMapLayerProxyModel.MeshLayer.is_monkey_patched = True
|
74 |
| -QgsMapLayerProxyModel.MeshLayer.__doc__ = "QgsMeshLayer \since QGIS 3.6" |
| 74 | +QgsMapLayerProxyModel.MeshLayer.__doc__ = "QgsMeshLayer \n.. versionadded:: 3.6\n" |
75 | 75 | QgsMapLayerProxyModel.VectorTileLayer = Qgis.LayerFilter.VectorTileLayer
|
76 | 76 | QgsMapLayerProxyModel.VectorTileLayer.is_monkey_patched = True
|
77 |
| -QgsMapLayerProxyModel.VectorTileLayer.__doc__ = "QgsVectorTileLayer \since QGIS 3.14" |
| 77 | +QgsMapLayerProxyModel.VectorTileLayer.__doc__ = "QgsVectorTileLayer \n.. versionadded:: 3.14\n" |
78 | 78 | QgsMapLayerProxyModel.PointCloudLayer = Qgis.LayerFilter.PointCloudLayer
|
79 | 79 | QgsMapLayerProxyModel.PointCloudLayer.is_monkey_patched = True
|
80 |
| -QgsMapLayerProxyModel.PointCloudLayer.__doc__ = "QgsPointCloudLayer \since QGIS 3.18" |
| 80 | +QgsMapLayerProxyModel.PointCloudLayer.__doc__ = "QgsPointCloudLayer \n.. versionadded:: 3.18\n" |
81 | 81 | QgsMapLayerProxyModel.AnnotationLayer = Qgis.LayerFilter.AnnotationLayer
|
82 | 82 | QgsMapLayerProxyModel.AnnotationLayer.is_monkey_patched = True
|
83 |
| -QgsMapLayerProxyModel.AnnotationLayer.__doc__ = "QgsAnnotationLayer \since QGIS 3.22" |
| 83 | +QgsMapLayerProxyModel.AnnotationLayer.__doc__ = "QgsAnnotationLayer \n.. versionadded:: 3.22\n" |
84 | 84 | QgsMapLayerProxyModel.TiledSceneLayer = Qgis.LayerFilter.TiledSceneLayer
|
85 | 85 | QgsMapLayerProxyModel.TiledSceneLayer.is_monkey_patched = True
|
86 |
| -QgsMapLayerProxyModel.TiledSceneLayer.__doc__ = "QgsTiledSceneLayer \since QGIS 3.34" |
| 86 | +QgsMapLayerProxyModel.TiledSceneLayer.__doc__ = "QgsTiledSceneLayer \n.. versionadded:: 3.34\n" |
87 | 87 | QgsMapLayerProxyModel.All = Qgis.LayerFilter.All
|
88 | 88 | QgsMapLayerProxyModel.All.is_monkey_patched = True
|
89 | 89 | QgsMapLayerProxyModel.All.__doc__ = ""
|
90 | 90 | QgsMapLayerProxyModel.SpatialLayer = Qgis.LayerFilter.SpatialLayer
|
91 | 91 | QgsMapLayerProxyModel.SpatialLayer.is_monkey_patched = True
|
92 |
| -QgsMapLayerProxyModel.SpatialLayer.__doc__ = "\since QGIS 3.24" |
| 92 | +QgsMapLayerProxyModel.SpatialLayer.__doc__ = "\n.. versionadded:: 3.24\n" |
93 | 93 | Qgis.LayerFilter.__doc__ = "Filter for layers\n\n.. versionadded:: 3.34.\n\n" + '* ``RasterLayer``: ' + Qgis.LayerFilter.RasterLayer.__doc__ + '\n' + '* ``NoGeometry``: ' + Qgis.LayerFilter.NoGeometry.__doc__ + '\n' + '* ``PointLayer``: ' + Qgis.LayerFilter.PointLayer.__doc__ + '\n' + '* ``LineLayer``: ' + Qgis.LayerFilter.LineLayer.__doc__ + '\n' + '* ``PolygonLayer``: ' + Qgis.LayerFilter.PolygonLayer.__doc__ + '\n' + '* ``HasGeometry``: ' + Qgis.LayerFilter.HasGeometry.__doc__ + '\n' + '* ``VectorLayer``: ' + Qgis.LayerFilter.VectorLayer.__doc__ + '\n' + '* ``PluginLayer``: ' + Qgis.LayerFilter.PluginLayer.__doc__ + '\n' + '* ``WritableLayer``: ' + Qgis.LayerFilter.WritableLayer.__doc__ + '\n' + '* ``MeshLayer``: ' + Qgis.LayerFilter.MeshLayer.__doc__ + '\n' + '* ``VectorTileLayer``: ' + Qgis.LayerFilter.VectorTileLayer.__doc__ + '\n' + '* ``PointCloudLayer``: ' + Qgis.LayerFilter.PointCloudLayer.__doc__ + '\n' + '* ``AnnotationLayer``: ' + Qgis.LayerFilter.AnnotationLayer.__doc__ + '\n' + '* ``TiledSceneLayer``: ' + Qgis.LayerFilter.TiledSceneLayer.__doc__ + '\n' + '* ``All``: ' + Qgis.LayerFilter.All.__doc__ + '\n' + '* ``SpatialLayer``: ' + Qgis.LayerFilter.SpatialLayer.__doc__
|
94 | 94 | # --
|
95 | 95 | Qgis.LayerFilters.baseClass = Qgis
|
|
2973 | 2973 | QgsAction.OpenUrl.__doc__ = "Open URL action"
|
2974 | 2974 | QgsAction.SubmitUrlEncoded = Qgis.AttributeActionType.SubmitUrlEncoded
|
2975 | 2975 | QgsAction.SubmitUrlEncoded.is_monkey_patched = True
|
2976 |
| -QgsAction.SubmitUrlEncoded.__doc__ = "POST data to an URL, using \"application/x-www-form-urlencoded\" or \"application/json\" if the body is valid JSON \since QGIS 3.24" |
| 2976 | +QgsAction.SubmitUrlEncoded.__doc__ = "POST data to an URL, using \"application/x-www-form-urlencoded\" or \"application/json\" if the body is valid JSON \n.. versionadded:: 3.24\n" |
2977 | 2977 | QgsAction.SubmitUrlMultipart = Qgis.AttributeActionType.SubmitUrlMultipart
|
2978 | 2978 | QgsAction.SubmitUrlMultipart.is_monkey_patched = True
|
2979 |
| -QgsAction.SubmitUrlMultipart.__doc__ = "POST data to an URL using \"multipart/form-data\" \since QGIS 3.24" |
| 2979 | +QgsAction.SubmitUrlMultipart.__doc__ = "POST data to an URL using \"multipart/form-data\" \n.. versionadded:: 3.24\n" |
2980 | 2980 | Qgis.AttributeActionType.__doc__ = "Attribute action types.\n\nPrior to QGIS 3.30 this was available as :py:class:`QgsAction`.ActionType\n\n.. versionadded:: 3.30\n\n" + '* ``Generic``: ' + Qgis.AttributeActionType.Generic.__doc__ + '\n' + '* ``GenericPython``: ' + Qgis.AttributeActionType.GenericPython.__doc__ + '\n' + '* ``Mac``: ' + Qgis.AttributeActionType.Mac.__doc__ + '\n' + '* ``Windows``: ' + Qgis.AttributeActionType.Windows.__doc__ + '\n' + '* ``Unix``: ' + Qgis.AttributeActionType.Unix.__doc__ + '\n' + '* ``OpenUrl``: ' + Qgis.AttributeActionType.OpenUrl.__doc__ + '\n' + '* ``SubmitUrlEncoded``: ' + Qgis.AttributeActionType.SubmitUrlEncoded.__doc__ + '\n' + '* ``SubmitUrlMultipart``: ' + Qgis.AttributeActionType.SubmitUrlMultipart.__doc__
|
2981 | 2981 | # --
|
2982 | 2982 | Qgis.AttributeActionType.baseClass = Qgis
|
|
0 commit comments