Commit 9244a4d
authored
Merge pull request spyder-ide#14 from CAM-Gerlach/revise-top-level-docstrings
Revise docstrings for modules, fix ref errors, hide private modules & add env varFile tree
4 files changed
+74
-8
lines changed- docs
- _templates
4 files changed
+74
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
108 | 137 | | |
109 | 138 | | |
110 | 139 | | |
| |||
134 | 163 | | |
135 | 164 | | |
136 | 165 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 166 | | |
141 | 167 | | |
142 | 168 | | |
| |||
246 | 272 | | |
247 | 273 | | |
248 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
249 | 278 | | |
250 | 279 | | |
251 | 280 | | |
| |||
256 | 285 | | |
257 | 286 | | |
258 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
259 | 321 | | |
260 | 322 | | |
261 | 323 | | |
262 | 324 | | |
| 325 | + | |
| 326 | + | |
263 | 327 | | |
264 | 328 | | |
265 | | - | |
266 | 329 | | |
| 330 | + | |
267 | 331 | | |
268 | 332 | | |
269 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| 4 | + | |
- .github/workflows/installers-conda.yml+1-1
- spyder/api/__init__.py+24-8
- spyder/api/_version.py-26
- spyder/api/asyncdispatcher.py+118-78
- spyder/api/config/__init__.py+1-1
- spyder/api/exceptions.py+2-1
- spyder/api/fonts.py+35-19
- spyder/api/plugin_registration/__init__.py+10
- spyder/api/plugins/__init__.py+9-8
- spyder/api/preferences.py+135-41
- spyder/api/shortcuts.py+40-24
- spyder/api/translations.py+1-1
- spyder/api/utils.py+57-13
- spyder/api/widgets/__init__.py+18
- spyder/app/mainwindow.py+2-1
- spyder/app/tests/test_mainwindow.py+53-29
- spyder/config/base.py+56-5
- spyder/config/main.py+1
- spyder/plugins/application/confpage.py+3-2
- spyder/plugins/explorer/widgets/explorer.py+81-9
- spyder/plugins/help/utils/sphinxify.py+2-2
- spyder/plugins/ipythonconsole/utils/kernelspec.py+13
- spyder/plugins/plots/widgets/figurebrowser.py+38-2
- spyder/plugins/plots/widgets/main_widget.py+65-5
- spyder/plugins/profiler/widgets/main_widget.py+1-1
- spyder/utils/environ.py+4-1
- spyder/utils/tests/test_environ.py+10-4
0 commit comments