classref: Sync with current master branch

Also fixes Sphinx warnings and missing classes thanks to deefc2a63d
This commit is contained in:
Rémi Verschelde
2017-10-14 15:24:00 +02:00
parent 63e17da1ce
commit a02c0d3111
93 changed files with 554 additions and 257 deletions

View File

@@ -29,9 +29,11 @@ Signals
-------
- **editor_script_changed** **(** :ref:`Object<class_object>` script **)**
Emitted when user changed active script. Argument is a freshly activated :ref:`Script<class_script>`.
- **script_close** **(** :ref:`Object<class_object>` script **)**
Emitted when editor is about to close the active script. Argument is a :ref:`Script<class_script>` that is going to be closed.