diff --git a/docs/source/whatsnew/pr/autoreload-verbosity.rst b/docs/source/whatsnew/pr/autoreload-verbosity.rst index dc5a9aa..677c07a 100644 --- a/docs/source/whatsnew/pr/autoreload-verbosity.rst +++ b/docs/source/whatsnew/pr/autoreload-verbosity.rst @@ -4,13 +4,9 @@ Autoreload verbosity We introduce more descriptive names for the `%autoreload` parameter: - `%autoreload now` (also `%autoreload`) - perform autoreload immediately. - `%autoreload off` (also `%autoreload 0`) - turn off autoreload. -- `%autoreload explicit` (also `%autoreload 1`) - turn on autoreload only for modules - whitelisted by `%aimport` statements. -- `%autoreload all` (also `%autoreload 2`) - turn on autoreload for all modules except those - blacklisted by `%aimport` statements. -- `%autoreload complete` (also `%autoreload 3`) - all the fatures of `all` but also adding new - objects from the imported modules (see - IPython/extensions/tests/test_autoreload.py::test_autoload_newly_added_objects). +- `%autoreload explicit` (also `%autoreload 1`) - turn on autoreload only for modules whitelisted by `%aimport` statements. +- `%autoreload all` (also `%autoreload 2`) - turn on autoreload for all modules except those blacklisted by `%aimport` statements. +- `%autoreload complete` (also `%autoreload 3`) - all the fatures of `all` but also adding new objects from the imported modules (see IPython/extensions/tests/test_autoreload.py::test_autoload_newly_added_objects). The original designations (e.g. "2") still work, and these new ones are case-insensitive.