.codecov.yml
.coveragerc
.git-blame-ignore-revs
.pep8speaks.yml
AUTHORS.txt
Announcements.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
MAINTENANCE.md
MANIFEST.in
NOTICE.txt
README.md
RELEASE.md
bootstrap.py
conftest.py
crowdin.yml
install_dev_repos.py
pytest.ini
runtests.py
setup.cfg
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/scripts/install.sh
.github/scripts/modules_test.sh
.github/scripts/run_tests.sh
.github/workflows/chatops-binder.yaml
.github/workflows/duplicates.yml
.github/workflows/installer-macos.yml
.github/workflows/installer-win.yml
.github/workflows/installers-conda.yml
.github/workflows/test-files.yml
.github/workflows/test-linux.yml
.github/workflows/test-mac.yml
.github/workflows/test-win.yml
binder/apt.txt
binder/environment.yml
binder/postBuild
binder/xfce4-panel.xml
binder/xsettings.xml
binder/Desktop/Spyder.desktop
branding/logo/spyder-logo-guidelines.md
branding/logo/spyder_readme_banner.png
branding/logo/logomark/spyder-logomark-background.png
branding/logo/logomark/spyder-logomark-background.svg
branding/logo/logomark/spyder-logomark-dark.png
branding/logo/logomark/spyder-logomark-dark.svg
branding/logo/logomark/spyder-logomark-light.png
branding/logo/logomark/spyder-logomark-light.svg
branding/logo/logomark/spyder-logomark.png
branding/logo/logomark/spyder-logomark.svg
branding/logo/primary/spyder-logo-background.png
branding/logo/primary/spyder-logo-background.svg
branding/logo/primary/spyder-logo-dark.png
branding/logo/primary/spyder-logo-dark.svg
branding/logo/primary/spyder-logo-light.png
branding/logo/primary/spyder-logo-light.svg
branding/logo/primary/spyder-logo.png
branding/logo/primary/spyder-logo.svg
changelogs/Spyder-2.md
changelogs/Spyder-3.md
changelogs/Spyder-4.md
changelogs/Spyder-5.md
external-deps/python-lsp-server/.coveragerc
external-deps/python-lsp-server/.git-blame-ignore-revs
external-deps/python-lsp-server/.gitrepo
external-deps/python-lsp-server/.policy.yml
external-deps/python-lsp-server/.pylintrc
external-deps/python-lsp-server/CHANGELOG.md
external-deps/python-lsp-server/CONFIGURATION.md
external-deps/python-lsp-server/LICENSE
external-deps/python-lsp-server/MANIFEST.in
external-deps/python-lsp-server/README.md
external-deps/python-lsp-server/RELEASE.md
external-deps/python-lsp-server/pyproject.toml
external-deps/python-lsp-server/setup.py
external-deps/python-lsp-server/.github/workflows/release.yml
external-deps/python-lsp-server/.github/workflows/static.yml
external-deps/python-lsp-server/.github/workflows/test-linux.yml
external-deps/python-lsp-server/.github/workflows/test-mac.yml
external-deps/python-lsp-server/.github/workflows/test-win.yml
external-deps/python-lsp-server/docs/autoimport.md
external-deps/python-lsp-server/pylsp/__init__.py
external-deps/python-lsp-server/pylsp/__main__.py
external-deps/python-lsp-server/pylsp/_utils.py
external-deps/python-lsp-server/pylsp/hookspecs.py
external-deps/python-lsp-server/pylsp/lsp.py
external-deps/python-lsp-server/pylsp/python_lsp.py
external-deps/python-lsp-server/pylsp/text_edit.py
external-deps/python-lsp-server/pylsp/uris.py
external-deps/python-lsp-server/pylsp/workspace.py
external-deps/python-lsp-server/pylsp/config/__init__.py
external-deps/python-lsp-server/pylsp/config/config.py
external-deps/python-lsp-server/pylsp/config/flake8_conf.py
external-deps/python-lsp-server/pylsp/config/pycodestyle_conf.py
external-deps/python-lsp-server/pylsp/config/schema.json
external-deps/python-lsp-server/pylsp/config/source.py
external-deps/python-lsp-server/pylsp/plugins/__init__.py
external-deps/python-lsp-server/pylsp/plugins/_resolvers.py
external-deps/python-lsp-server/pylsp/plugins/_rope_task_handle.py
external-deps/python-lsp-server/pylsp/plugins/autopep8_format.py
external-deps/python-lsp-server/pylsp/plugins/definition.py
external-deps/python-lsp-server/pylsp/plugins/flake8_lint.py
external-deps/python-lsp-server/pylsp/plugins/folding.py
external-deps/python-lsp-server/pylsp/plugins/highlight.py
external-deps/python-lsp-server/pylsp/plugins/hover.py
external-deps/python-lsp-server/pylsp/plugins/jedi_completion.py
external-deps/python-lsp-server/pylsp/plugins/jedi_rename.py
external-deps/python-lsp-server/pylsp/plugins/mccabe_lint.py
external-deps/python-lsp-server/pylsp/plugins/preload_imports.py
external-deps/python-lsp-server/pylsp/plugins/pycodestyle_lint.py
external-deps/python-lsp-server/pylsp/plugins/pydocstyle_lint.py
external-deps/python-lsp-server/pylsp/plugins/pyflakes_lint.py
external-deps/python-lsp-server/pylsp/plugins/pylint_lint.py
external-deps/python-lsp-server/pylsp/plugins/references.py
external-deps/python-lsp-server/pylsp/plugins/rope_autoimport.py
external-deps/python-lsp-server/pylsp/plugins/rope_completion.py
external-deps/python-lsp-server/pylsp/plugins/rope_rename.py
external-deps/python-lsp-server/pylsp/plugins/signature.py
external-deps/python-lsp-server/pylsp/plugins/symbols.py
external-deps/python-lsp-server/pylsp/plugins/yapf_format.py
external-deps/python-lsp-server/scripts/jsonschema2md.py
external-deps/python-lsp-server/scripts/circle/pypi.sh
external-deps/python-lsp-server/test/__init__.py
external-deps/python-lsp-server/test/conftest.py
external-deps/python-lsp-server/test/fixtures.py
external-deps/python-lsp-server/test/test_configuration.py
external-deps/python-lsp-server/test/test_document.py
external-deps/python-lsp-server/test/test_language_server.py
external-deps/python-lsp-server/test/test_notebook_document.py
external-deps/python-lsp-server/test/test_text_edit.py
external-deps/python-lsp-server/test/test_uris.py
external-deps/python-lsp-server/test/test_utils.py
external-deps/python-lsp-server/test/test_workspace.py
external-deps/python-lsp-server/test/data/publish_diagnostics_message_examples/example_1.json
external-deps/python-lsp-server/test/data/publish_diagnostics_message_examples/example_2.json
external-deps/python-lsp-server/test/plugins/__init__.py
external-deps/python-lsp-server/test/plugins/test_autoimport.py
external-deps/python-lsp-server/test/plugins/test_autopep8_format.py
external-deps/python-lsp-server/test/plugins/test_completion.py
external-deps/python-lsp-server/test/plugins/test_definitions.py
external-deps/python-lsp-server/test/plugins/test_flake8_lint.py
external-deps/python-lsp-server/test/plugins/test_folding.py
external-deps/python-lsp-server/test/plugins/test_highlight.py
external-deps/python-lsp-server/test/plugins/test_hover.py
external-deps/python-lsp-server/test/plugins/test_jedi_rename.py
external-deps/python-lsp-server/test/plugins/test_mccabe_lint.py
external-deps/python-lsp-server/test/plugins/test_pycodestyle_lint.py
external-deps/python-lsp-server/test/plugins/test_pydocstyle_lint.py
external-deps/python-lsp-server/test/plugins/test_pyflakes_lint.py
external-deps/python-lsp-server/test/plugins/test_pylint_lint.py
external-deps/python-lsp-server/test/plugins/test_references.py
external-deps/python-lsp-server/test/plugins/test_rope_rename.py
external-deps/python-lsp-server/test/plugins/test_signature.py
external-deps/python-lsp-server/test/plugins/test_symbols.py
external-deps/python-lsp-server/test/plugins/test_yapf_format.py
external-deps/qtconsole/.coveragerc
external-deps/qtconsole/.gitrepo
external-deps/qtconsole/.mailmap
external-deps/qtconsole/.readthedocs.yaml
external-deps/qtconsole/CONTRIBUTING.md
external-deps/qtconsole/LICENSE
external-deps/qtconsole/MANIFEST.in
external-deps/qtconsole/README.md
external-deps/qtconsole/RELEASE.md
external-deps/qtconsole/setup.py
external-deps/qtconsole/.github/workflows/linux-tests.yml
external-deps/qtconsole/.github/workflows/macos-tests.yml
external-deps/qtconsole/.github/workflows/windows-tests.yml
external-deps/qtconsole/docs/Makefile
external-deps/qtconsole/docs/autogen_config.py
external-deps/qtconsole/docs/environment.yml
external-deps/qtconsole/docs/gh-pages.py
external-deps/qtconsole/docs/source/changelog.rst
external-deps/qtconsole/docs/source/conf.py
external-deps/qtconsole/docs/source/index.rst
external-deps/qtconsole/docs/source/installation.rst
external-deps/qtconsole/docs/source/_images/qtconsole.png
external-deps/qtconsole/docs/source/figs/besselj.png
external-deps/qtconsole/docs/source/figs/colors_dark.png
external-deps/qtconsole/docs/source/figs/jn.html
external-deps/qtconsole/docs/source/figs/jn.xhtml
external-deps/qtconsole/examples/embed_qtconsole.py
external-deps/qtconsole/examples/inprocess_qtconsole.py
external-deps/qtconsole/examples/jupyter-qtconsole.desktop
external-deps/qtconsole/qtconsole/__init__.py
external-deps/qtconsole/qtconsole/__main__.py
external-deps/qtconsole/qtconsole/_version.py
external-deps/qtconsole/qtconsole/ansi_code_processor.py
external-deps/qtconsole/qtconsole/base_frontend_mixin.py
external-deps/qtconsole/qtconsole/bracket_matcher.py
external-deps/qtconsole/qtconsole/call_tip_widget.py
external-deps/qtconsole/qtconsole/client.py
external-deps/qtconsole/qtconsole/comms.py
external-deps/qtconsole/qtconsole/completion_html.py
external-deps/qtconsole/qtconsole/completion_plain.py
external-deps/qtconsole/qtconsole/completion_widget.py
external-deps/qtconsole/qtconsole/console_widget.py
external-deps/qtconsole/qtconsole/frontend_widget.py
external-deps/qtconsole/qtconsole/history_console_widget.py
external-deps/qtconsole/qtconsole/inprocess.py
external-deps/qtconsole/qtconsole/ipython_widget.py
external-deps/qtconsole/qtconsole/jupyter_widget.py
external-deps/qtconsole/qtconsole/kernel_mixins.py
external-deps/qtconsole/qtconsole/kill_ring.py
external-deps/qtconsole/qtconsole/mainwindow.py
external-deps/qtconsole/qtconsole/manager.py
external-deps/qtconsole/qtconsole/pygments_highlighter.py
external-deps/qtconsole/qtconsole/qstringhelpers.py
external-deps/qtconsole/qtconsole/qtconsoleapp.py
external-deps/qtconsole/qtconsole/rich_ipython_widget.py
external-deps/qtconsole/qtconsole/rich_jupyter_widget.py
external-deps/qtconsole/qtconsole/rich_text.py
external-deps/qtconsole/qtconsole/styles.py
external-deps/qtconsole/qtconsole/svg.py
external-deps/qtconsole/qtconsole/usage.py
external-deps/qtconsole/qtconsole/util.py
external-deps/qtconsole/qtconsole/resources/icon/JupyterConsole.svg
external-deps/qtconsole/qtconsole/tests/__init__.py
external-deps/qtconsole/qtconsole/tests/test_00_console_widget.py
external-deps/qtconsole/qtconsole/tests/test_ansi_code_processor.py
external-deps/qtconsole/qtconsole/tests/test_app.py
external-deps/qtconsole/qtconsole/tests/test_comms.py
external-deps/qtconsole/qtconsole/tests/test_completion_widget.py
external-deps/qtconsole/qtconsole/tests/test_frontend_widget.py
external-deps/qtconsole/qtconsole/tests/test_inprocess_kernel.py
external-deps/qtconsole/qtconsole/tests/test_jupyter_widget.py
external-deps/qtconsole/qtconsole/tests/test_kill_ring.py
external-deps/qtconsole/qtconsole/tests/test_styles.py
external-deps/qtconsole/requirements/environment.yml
external-deps/spyder-kernels/.codecov.yml
external-deps/spyder-kernels/.coveragerc
external-deps/spyder-kernels/.gitrepo
external-deps/spyder-kernels/AUTHORS.txt
external-deps/spyder-kernels/CHANGELOG.md
external-deps/spyder-kernels/LICENSE.txt
external-deps/spyder-kernels/MANIFEST.in
external-deps/spyder-kernels/README.md
external-deps/spyder-kernels/RELEASE.md
external-deps/spyder-kernels/setup.cfg
external-deps/spyder-kernels/setup.py
external-deps/spyder-kernels/.github/FUNDING.yml
external-deps/spyder-kernels/.github/workflows/linux-pip-tests.yml
external-deps/spyder-kernels/.github/workflows/linux-tests.yml
external-deps/spyder-kernels/.github/workflows/macos-tests.yml
external-deps/spyder-kernels/.github/workflows/windows-tests.yml
external-deps/spyder-kernels/requirements/posix.txt
external-deps/spyder-kernels/requirements/python-27.txt
external-deps/spyder-kernels/requirements/tests.txt
external-deps/spyder-kernels/requirements/windows.txt
external-deps/spyder-kernels/spyder_kernels/__init__.py
external-deps/spyder-kernels/spyder_kernels/_version.py
external-deps/spyder-kernels/spyder_kernels/py3compat.py
external-deps/spyder-kernels/spyder_kernels/comms/__init__.py
external-deps/spyder-kernels/spyder_kernels/comms/commbase.py
external-deps/spyder-kernels/spyder_kernels/comms/frontendcomm.py
external-deps/spyder-kernels/spyder_kernels/console/__init__.py
external-deps/spyder-kernels/spyder_kernels/console/__main__.py
external-deps/spyder-kernels/spyder_kernels/console/kernel.py
external-deps/spyder-kernels/spyder_kernels/console/outstream.py
external-deps/spyder-kernels/spyder_kernels/console/shell.py
external-deps/spyder-kernels/spyder_kernels/console/start.py
external-deps/spyder-kernels/spyder_kernels/console/tests/__init__.py
external-deps/spyder-kernels/spyder_kernels/console/tests/load_data.npz
external-deps/spyder-kernels/spyder_kernels/console/tests/load_data.spydata
external-deps/spyder-kernels/spyder_kernels/console/tests/test_console_kernel.py
external-deps/spyder-kernels/spyder_kernels/customize/__init__.py
external-deps/spyder-kernels/spyder_kernels/customize/namespace_manager.py
external-deps/spyder-kernels/spyder_kernels/customize/spydercustomize.py
external-deps/spyder-kernels/spyder_kernels/customize/spyderpdb.py
external-deps/spyder-kernels/spyder_kernels/customize/umr.py
external-deps/spyder-kernels/spyder_kernels/customize/utils.py
external-deps/spyder-kernels/spyder_kernels/customize/tests/__init__.py
external-deps/spyder-kernels/spyder_kernels/customize/tests/test_umr.py
external-deps/spyder-kernels/spyder_kernels/customize/tests/test_utils.py
external-deps/spyder-kernels/spyder_kernels/utils/__init__.py
external-deps/spyder-kernels/spyder_kernels/utils/dochelpers.py
external-deps/spyder-kernels/spyder_kernels/utils/iofuncs.py
external-deps/spyder-kernels/spyder_kernels/utils/lazymodules.py
external-deps/spyder-kernels/spyder_kernels/utils/misc.py
external-deps/spyder-kernels/spyder_kernels/utils/mpl.py
external-deps/spyder-kernels/spyder_kernels/utils/nsview.py
external-deps/spyder-kernels/spyder_kernels/utils/test_utils.py
external-deps/spyder-kernels/spyder_kernels/utils/tests/__init__.py
external-deps/spyder-kernels/spyder_kernels/utils/tests/data.mat
external-deps/spyder-kernels/spyder_kernels/utils/tests/export_data.spydata
external-deps/spyder-kernels/spyder_kernels/utils/tests/export_data_renamed.spydata
external-deps/spyder-kernels/spyder_kernels/utils/tests/export_data_withfunction.spydata
external-deps/spyder-kernels/spyder_kernels/utils/tests/import_data.npz
external-deps/spyder-kernels/spyder_kernels/utils/tests/numpy_data.npz
external-deps/spyder-kernels/spyder_kernels/utils/tests/test_dochelpers.py
external-deps/spyder-kernels/spyder_kernels/utils/tests/test_iofuncs.py
external-deps/spyder-kernels/spyder_kernels/utils/tests/test_lazymodules.py
external-deps/spyder-kernels/spyder_kernels/utils/tests/test_nsview.py
img_src/screenshot.png
img_src/spyder-title-horiz.svg
img_src/spyder-title-horiz_bbg.svg
img_src/spyder-title.svg
img_src/spyder-title_bbg.svg
img_src/spyder.icns
img_src/spyder.ico
img_src/spyder.png
img_src/spyder.svg
img_src/spyder_reset.ico
img_src/spyder_reset.svg
img_src/oxygen_icon_set/LICENSE.txt
img_src/oxygen_icon_set/arrow-right.svgz
img_src/oxygen_icon_set/configure.svgz
img_src/oxygen_icon_set/edit-undo.svgz
installers-conda/build-environment.yml
installers-conda/build_conda_pkgs.py
installers-conda/build_installers.py
installers-conda/certkeychain.sh
installers-conda/notarize.sh
installers-conda/resources/bundle_license.rtf
installers-conda/resources/bundle_readme.md
installers-conda/resources/osx_pkg_welcome.rtf.tmpl
installers-conda/resources/post-install.sh
installers-conda/resources/pre-install.sh
installers-conda/resources/spyder-menu.json
installers/Windows/README.md
installers/Windows/installer.py
installers/Windows/req-extras-pull-request.txt
installers/Windows/req-extras-release.txt
installers/Windows/req-pull-request.txt
installers/Windows/req-release.txt
installers/Windows/assets/.keep
installers/macOS/Readme.md
installers/macOS/certkeychain.sh
installers/macOS/codesign.sh
installers/macOS/dmg_settings.py
installers/macOS/notarize.sh
installers/macOS/packages.py
installers/macOS/qt_webengine.xml
installers/macOS/req-build.txt
installers/macOS/req-extras.txt
installers/macOS/req-plugins.txt
installers/macOS/req-scientific.txt
installers/macOS/setup.py
installers/macOS/test_app.sh
requirements/linux.yml
requirements/macos.yml
requirements/main.yml
requirements/tests.yml
requirements/windows.yml
rope_profiling/test.py
rope_profiling/src/script.py
rope_profiling/src/script2.py
scripts/org.spyder_ide.spyder.appdata.xml
scripts/spyder
scripts/spyder.bat
scripts/spyder.desktop
scripts/spyder_win_post_install.py
spyder/__init__.py
spyder/dependencies.py
spyder/otherplugins.py
spyder/pil_patch.py
spyder/py3compat.py
spyder/pyplot.py
spyder/requirements.py
spyder.egg-info/PKG-INFO
spyder.egg-info/SOURCES.txt
spyder.egg-info/dependency_links.txt
spyder.egg-info/entry_points.txt
spyder.egg-info/requires.txt
spyder.egg-info/top_level.txt
spyder/api/__init__.py
spyder/api/_version.py
spyder/api/editor.py
spyder/api/editorextension.py
spyder/api/exceptions.py
spyder/api/manager.py
spyder/api/panel.py
spyder/api/preferences.py
spyder/api/translations.py
spyder/api/utils.py
spyder/api/config/__init__.py
spyder/api/config/decorators.py
spyder/api/config/mixins.py
spyder/api/plugin_registration/__init__.py
spyder/api/plugin_registration/_confpage.py
spyder/api/plugin_registration/decorators.py
spyder/api/plugin_registration/mixins.py
spyder/api/plugin_registration/registry.py
spyder/api/plugins/__init__.py
spyder/api/plugins/enum.py
spyder/api/plugins/new_api.py
spyder/api/plugins/old_api.py
spyder/api/shellconnect/__init__.py
spyder/api/shellconnect/main_widget.py
spyder/api/shellconnect/mixins.py
spyder/api/widgets/__init__.py
spyder/api/widgets/auxiliary_widgets.py
spyder/api/widgets/main_container.py
spyder/api/widgets/main_widget.py
spyder/api/widgets/menus.py
spyder/api/widgets/mixins.py
spyder/api/widgets/status.py
spyder/api/widgets/toolbars.py
spyder/app/__init__.py
spyder/app/cli_options.py
spyder/app/find_plugins.py
spyder/app/mainwindow.py
spyder/app/restart.py
spyder/app/start.py
spyder/app/utils.py
spyder/app/tests/__init__.py
spyder/app/tests/conftest.py
spyder/app/tests/notebook.ipynb
spyder/app/tests/pyx_lib_import.py
spyder/app/tests/pyx_script.pyx
spyder/app/tests/script.py
spyder/app/tests/script_outline_1.py
spyder/app/tests/script_outline_2.py
spyder/app/tests/script_outline_3.py
spyder/app/tests/script_outline_4.py
spyder/app/tests/script_pylint.py
spyder/app/tests/script_unicode.py
spyder/app/tests/test_cli_options.py
spyder/app/tests/test_find_plugins.py
spyder/app/tests/test_mainwindow.py
spyder/app/tests/spyder-boilerplate/setup.py
spyder/app/tests/spyder-boilerplate/spyder_boilerplate/__init__.py
spyder/app/tests/spyder-boilerplate/spyder_boilerplate/spyder/__init__.py
spyder/app/tests/spyder-boilerplate/spyder_boilerplate/spyder/plugin.py
spyder/config/__init__.py
spyder/config/appearance.py
spyder/config/base.py
spyder/config/fonts.py
spyder/config/gui.py
spyder/config/lsp.py
spyder/config/main.py
spyder/config/manager.py
spyder/config/snippets.py
spyder/config/types.py
spyder/config/user.py
spyder/config/utils.py
spyder/config/tests/__init__.py
spyder/config/tests/conftest.py
spyder/config/tests/test_base.py
spyder/config/tests/test_manager.py
spyder/config/tests/test_user.py
spyder/fonts/IdeFont.sfd
spyder/fonts/spyder-charmap.json
spyder/fonts/spyder.ttf
spyder/images/LICENSE.txt
spyder/images/splash.svg
spyder/images/spyder.svg
spyder/images/windows_app_icon.ico
spyder/images/actions/1downarrow.png
spyder/images/actions/1uparrow.png
spyder/images/actions/2downarrow.png
spyder/images/actions/2uparrow.png
spyder/images/actions/arrow-continue.png
spyder/images/actions/arrow-step-in.png
spyder/images/actions/arrow-step-out.png
spyder/images/actions/arrow-step-over.png
spyder/images/actions/browse_tab.png
spyder/images/actions/check.png
spyder/images/actions/collapse.png
spyder/images/actions/collapse_selection.png
spyder/images/actions/configure.png
spyder/images/actions/copywop.png
spyder/images/actions/delete.png
spyder/images/actions/edit.png
spyder/images/actions/edit24.png
spyder/images/actions/edit_add.png
spyder/images/actions/edit_remove.png
spyder/images/actions/editcopy.png
spyder/images/actions/editcut.png
spyder/images/actions/editpaste.png
spyder/images/actions/eraser.png
spyder/images/actions/exit.png
spyder/images/actions/expand.png
spyder/images/actions/expand_selection.png
spyder/images/actions/filter.png
spyder/images/actions/find.png
spyder/images/actions/findf.png
spyder/images/actions/folder_new.png
spyder/images/actions/hide.png
spyder/images/actions/hist.png
spyder/images/actions/home.png
spyder/images/actions/imshow.png
spyder/images/actions/insert.png
spyder/images/actions/lock.png
spyder/images/actions/lock_open.png
spyder/images/actions/magnifier.png
spyder/images/actions/next.png
spyder/images/actions/options_less.png
spyder/images/actions/options_more.png
spyder/images/actions/plot.png
spyder/images/actions/previous.png
spyder/images/actions/redo.png
spyder/images/actions/rename.png
spyder/images/actions/replace.png
spyder/images/actions/restore.png
spyder/images/actions/show.png
spyder/images/actions/special_paste.png
spyder/images/actions/stop.png
spyder/images/actions/stop_debug.png
spyder/images/actions/synchronize.png
spyder/images/actions/tooloptions.png
spyder/images/actions/undo.png
spyder/images/actions/unmaximize.png
spyder/images/actions/up.png
spyder/images/actions/window_fullscreen.png
spyder/images/actions/window_nofullscreen.png
spyder/images/console/console.png
spyder/images/console/editclear.png
spyder/images/console/history.png
spyder/images/console/ipython_console.png
spyder/images/console/kill.png
spyder/images/console/loading_sprites.png
spyder/images/console/prompt.png
spyder/images/console/python.png
spyder/images/console/restart.png
spyder/images/console/run_small.png
spyder/images/dark/ArchiveFileIcon.svg
spyder/images/dark/binary.svg
spyder/images/dark/debug_cell.svg
spyder/images/dark/dock.svg
spyder/images/dark/editdelete.svg
spyder/images/dark/environ.svg
spyder/images/dark/file_type_tex.svg
spyder/images/dark/filecloseall.svg
spyder/images/dark/findnext.svg
spyder/images/dark/findprevious.svg
spyder/images/dark/genprefs.svg
spyder/images/dark/horsplit.svg
spyder/images/dark/kite.svg
spyder/images/dark/last_edit_location.svg
spyder/images/dark/maximize.png
spyder/images/dark/maximize_svg.svg
spyder/images/dark/notebook.svg
spyder/images/dark/package_new.svg
spyder/images/dark/pylint.svg
spyder/images/dark/reset_factory_defaults.svg
spyder/images/dark/run_again.svg
spyder/images/dark/run_cell.svg
spyder/images/dark/run_cell_advance.svg
spyder/images/dark/run_selection.svg
spyder/images/dark/run_settings.svg
spyder/images/dark/spyder_about.svg
spyder/images/dark/syspath.svg
spyder/images/dark/versplit.svg
spyder/images/dark/zoom_in.svg
spyder/images/dark/zoom_out.svg
spyder/images/editor/attribute.png
spyder/images/editor/blockcomment.png
spyder/images/editor/breakpoint_big.png
spyder/images/editor/breakpoint_cond_big.png
spyder/images/editor/breakpoint_cond_small.png
spyder/images/editor/breakpoint_small.png
spyder/images/editor/bug.png
spyder/images/editor/cell.png
spyder/images/editor/class.png
spyder/images/editor/close_panel.png
spyder/images/editor/comment.png
spyder/images/editor/convention.png
spyder/images/editor/debug.png
spyder/images/editor/error.png
spyder/images/editor/file.png
spyder/images/editor/filelist.png
spyder/images/editor/fromcursor.png
spyder/images/editor/function.png
spyder/images/editor/gotoline.png
spyder/images/editor/highlight.png
spyder/images/editor/indent.png
spyder/images/editor/method.png
spyder/images/editor/module.png
spyder/images/editor/newwindow.png
spyder/images/editor/next_cursor.png
spyder/images/editor/next_wng.png
spyder/images/editor/no_match.png
spyder/images/editor/outline_explorer.png
spyder/images/editor/outline_explorer_vis.png
spyder/images/editor/prev_cursor.png
spyder/images/editor/prev_wng.png
spyder/images/editor/private1.png
spyder/images/editor/private2.png
spyder/images/editor/refactor.png
spyder/images/editor/run.png
spyder/images/editor/select.png
spyder/images/editor/selectall.png
spyder/images/editor/todo.png
spyder/images/editor/todo_list.png
spyder/images/editor/uncomment.png
spyder/images/editor/unindent.png
spyder/images/editor/warning.png
spyder/images/editor/wng_list.png
spyder/images/file/fileclose.png
spyder/images/file/fileimport.png
spyder/images/file/filenew.png
spyder/images/file/fileopen.png
spyder/images/file/filesave.png
spyder/images/file/filesaveas.png
spyder/images/file/print.png
spyder/images/file/save_all.png
spyder/images/kite/kite_completions.png
spyder/images/kite/kite_copilot.png
spyder/images/light/ArchiveFileIcon.svg
spyder/images/light/binary.svg
spyder/images/light/debug_cell.svg
spyder/images/light/dock.svg
spyder/images/light/editdelete.svg
spyder/images/light/environ.svg
spyder/images/light/file_type_tex.svg
spyder/images/light/filecloseall.svg
spyder/images/light/findnext.svg
spyder/images/light/findprevious.svg
spyder/images/light/genprefs.svg
spyder/images/light/horsplit.svg
spyder/images/light/kite.svg
spyder/images/light/last_edit_location.svg
spyder/images/light/maximize.png
spyder/images/light/maximize_svg.svg
spyder/images/light/notebook.svg
spyder/images/light/package_new.svg
spyder/images/light/pylint.svg
spyder/images/light/reset_factory_defaults.svg
spyder/images/light/run_again.svg
spyder/images/light/run_cell.svg
spyder/images/light/run_cell_advance.svg
spyder/images/light/run_selection.svg
spyder/images/light/run_settings.svg
spyder/images/light/spyder_about.svg
spyder/images/light/syspath.svg
spyder/images/light/versplit.svg
spyder/images/light/zoom_in.svg
spyder/images/light/zoom_out.svg
spyder/images/mac_light_icons/close_button.png
spyder/images/old_svg/CloseButton.svg
spyder/images/old_svg/options.svg
spyder/images/projects/add_to_path.png
spyder/images/projects/folder.png
spyder/images/projects/package.png
spyder/images/projects/pp_folder.png
spyder/images/projects/pp_package.png
spyder/images/projects/pp_project.png
spyder/images/projects/project.png
spyder/images/projects/project_closed.png
spyder/images/projects/pythonpath.png
spyder/images/projects/remove_from_path.png
spyder/images/projects/show_all.png
spyder/images/spyder2_icon_theme/advanced.png
spyder/images/spyder2_icon_theme/code_fork.png
spyder/images/spyder2_icon_theme/dictedit.png
spyder/images/spyder2_icon_theme/eyedropper.png
spyder/images/spyder2_icon_theme/folding.arrow_down_off.png
spyder/images/spyder2_icon_theme/folding.arrow_down_on.png
spyder/images/spyder2_icon_theme/folding.arrow_right_off.png
spyder/images/spyder2_icon_theme/folding.arrow_right_on.png
spyder/images/spyder2_icon_theme/help.png
spyder/images/spyder2_icon_theme/italic.png
spyder/images/spyder2_icon_theme/keyboard.png
spyder/images/spyder2_icon_theme/not_found.png
spyder/images/spyder2_icon_theme/vcs_browse.png
spyder/images/spyder2_icon_theme/vcs_commit.png
spyder/images/spyder2_icon_theme/win_env.png
spyder/images/tour/tour-spyder-logo.svg
spyder/locale/spyder.pot
spyder/locale/de/LC_MESSAGES/spyder.mo
spyder/locale/de/LC_MESSAGES/spyder.po
spyder/locale/es/LC_MESSAGES/spyder.mo
spyder/locale/es/LC_MESSAGES/spyder.po
spyder/locale/fa/LC_MESSAGES/spyder.po
spyder/locale/fr/LC_MESSAGES/spyder.mo
spyder/locale/fr/LC_MESSAGES/spyder.po
spyder/locale/hr/LC_MESSAGES/spyder.po
spyder/locale/hu/LC_MESSAGES/spyder.mo
spyder/locale/hu/LC_MESSAGES/spyder.po
spyder/locale/ja/LC_MESSAGES/spyder.mo
spyder/locale/ja/LC_MESSAGES/spyder.po
spyder/locale/pl/LC_MESSAGES/spyder.mo
spyder/locale/pl/LC_MESSAGES/spyder.po
spyder/locale/pt_BR/LC_MESSAGES/spyder.mo
spyder/locale/pt_BR/LC_MESSAGES/spyder.po
spyder/locale/ru/LC_MESSAGES/spyder.mo
spyder/locale/ru/LC_MESSAGES/spyder.po
spyder/locale/te/LC_MESSAGES/spyder.po
spyder/locale/uk/LC_MESSAGES/spyder.po
spyder/locale/zh_CN/LC_MESSAGES/spyder.mo
spyder/locale/zh_CN/LC_MESSAGES/spyder.po
spyder/plugins/__init__.py
spyder/plugins/base.py
spyder/plugins/appearance/__init__.py
spyder/plugins/appearance/confpage.py
spyder/plugins/appearance/plugin.py
spyder/plugins/appearance/widgets.py
spyder/plugins/appearance/tests/__init__.py
spyder/plugins/appearance/tests/test_confpage.py
spyder/plugins/application/__init__.py
spyder/plugins/application/api.py
spyder/plugins/application/confpage.py
spyder/plugins/application/container.py
spyder/plugins/application/plugin.py
spyder/plugins/application/widgets/__init__.py
spyder/plugins/application/widgets/install.py
spyder/plugins/application/widgets/status.py
spyder/plugins/breakpoints/__init__.py
spyder/plugins/breakpoints/api.py
spyder/plugins/breakpoints/plugin.py
spyder/plugins/breakpoints/widgets/__init__.py
spyder/plugins/breakpoints/widgets/main_widget.py
spyder/plugins/completion/__init__.py
spyder/plugins/completion/api.py
spyder/plugins/completion/confpage.py
spyder/plugins/completion/container.py
spyder/plugins/completion/decorators.py
spyder/plugins/completion/plugin.py
spyder/plugins/completion/providers/__init__.py
spyder/plugins/completion/providers/fallback/__init__.py
spyder/plugins/completion/providers/fallback/actor.py
spyder/plugins/completion/providers/fallback/provider.py
spyder/plugins/completion/providers/fallback/utils.py
spyder/plugins/completion/providers/fallback/tests/__init__.py
spyder/plugins/completion/providers/fallback/tests/conftest.py
spyder/plugins/completion/providers/fallback/tests/test_fallback.py
spyder/plugins/completion/providers/fallback/tests/data/example.R
spyder/plugins/completion/providers/fallback/tests/data/example.c
spyder/plugins/completion/providers/fallback/tests/data/example.cpp
spyder/plugins/completion/providers/fallback/tests/data/example.css
spyder/plugins/completion/providers/fallback/tests/data/example.erl
spyder/plugins/completion/providers/fallback/tests/data/example.ex
spyder/plugins/completion/providers/fallback/tests/data/example.html
spyder/plugins/completion/providers/fallback/tests/data/example.java
spyder/plugins/completion/providers/fallback/tests/data/example.jl
spyder/plugins/completion/providers/fallback/tests/data/example.md
spyder/plugins/completion/providers/fallback/tests/data/example.py
spyder/plugins/completion/providers/fallback/tests/data/example_latin1.py
spyder/plugins/completion/providers/fallback/tests/data/tokens.json
spyder/plugins/completion/providers/kite/__init__.py
spyder/plugins/completion/providers/kite/client.py
spyder/plugins/completion/providers/kite/decorators.py
spyder/plugins/completion/providers/kite/provider.py
spyder/plugins/completion/providers/kite/bloomfilter/__init__.py
spyder/plugins/completion/providers/kite/bloomfilter/kite.bloom
spyder/plugins/completion/providers/kite/parsing/__init__.py
spyder/plugins/completion/providers/kite/parsing/tests/__init__.py
spyder/plugins/completion/providers/kite/parsing/tests/test_parsing.py
spyder/plugins/completion/providers/kite/providers/__init__.py
spyder/plugins/completion/providers/kite/providers/document.py
spyder/plugins/completion/providers/kite/utils/__init__.py
spyder/plugins/completion/providers/kite/utils/install.py
spyder/plugins/completion/providers/kite/utils/status.py
spyder/plugins/completion/providers/kite/utils/tests/__init__.py
spyder/plugins/completion/providers/kite/utils/tests/test_install.py
spyder/plugins/completion/providers/kite/widgets/__init__.py
spyder/plugins/completion/providers/kite/widgets/install.py
spyder/plugins/completion/providers/kite/widgets/messagebox.py
spyder/plugins/completion/providers/kite/widgets/status.py
spyder/plugins/completion/providers/languageserver/__init__.py
spyder/plugins/completion/providers/languageserver/client.py
spyder/plugins/completion/providers/languageserver/decorators.py
spyder/plugins/completion/providers/languageserver/provider.py
spyder/plugins/completion/providers/languageserver/conftabs/__init__.py
spyder/plugins/completion/providers/languageserver/conftabs/advanced.py
spyder/plugins/completion/providers/languageserver/conftabs/docstring.py
spyder/plugins/completion/providers/languageserver/conftabs/formatting.py
spyder/plugins/completion/providers/languageserver/conftabs/introspection.py
spyder/plugins/completion/providers/languageserver/conftabs/linting.py
spyder/plugins/completion/providers/languageserver/conftabs/otherlanguages.py
spyder/plugins/completion/providers/languageserver/providers/__init__.py
spyder/plugins/completion/providers/languageserver/providers/client.py
spyder/plugins/completion/providers/languageserver/providers/document.py
spyder/plugins/completion/providers/languageserver/providers/utils.py
spyder/plugins/completion/providers/languageserver/providers/window.py
spyder/plugins/completion/providers/languageserver/providers/workspace.py
spyder/plugins/completion/providers/languageserver/tests/__init__.py
spyder/plugins/completion/providers/languageserver/tests/conftest.py
spyder/plugins/completion/providers/languageserver/tests/test_client.py
spyder/plugins/completion/providers/languageserver/transport/__init__.py
spyder/plugins/completion/providers/languageserver/transport/main.py
spyder/plugins/completion/providers/languageserver/transport/common/__init__.py
spyder/plugins/completion/providers/languageserver/transport/common/consumer.py
spyder/plugins/completion/providers/languageserver/transport/common/producer.py
spyder/plugins/completion/providers/languageserver/transport/stdio/__init__.py
spyder/plugins/completion/providers/languageserver/transport/stdio/consumer.py
spyder/plugins/completion/providers/languageserver/transport/stdio/producer.py
spyder/plugins/completion/providers/languageserver/transport/tcp/__init__.py
spyder/plugins/completion/providers/languageserver/transport/tcp/consumer.py
spyder/plugins/completion/providers/languageserver/transport/tcp/producer.py
spyder/plugins/completion/providers/languageserver/widgets/__init__.py
spyder/plugins/completion/providers/languageserver/widgets/messagebox.py
spyder/plugins/completion/providers/languageserver/widgets/serversconfig.py
spyder/plugins/completion/providers/languageserver/widgets/status.py
spyder/plugins/completion/providers/snippets/__init__.py
spyder/plugins/completion/providers/snippets/actor.py
spyder/plugins/completion/providers/snippets/conftabs.py
spyder/plugins/completion/providers/snippets/provider.py
spyder/plugins/completion/providers/snippets/trie.py
spyder/plugins/completion/providers/snippets/tests/__init__.py
spyder/plugins/completion/providers/snippets/tests/conftest.py
spyder/plugins/completion/providers/snippets/tests/test_snippets.py
spyder/plugins/completion/providers/snippets/widgets/__init__.py
spyder/plugins/completion/providers/snippets/widgets/snippetsconfig.py
spyder/plugins/completion/tests/__init__.py
spyder/plugins/completion/tests/conftest.py
spyder/plugins/completion/tests/test_configdialog.py
spyder/plugins/completion/tests/test_plugin.py
spyder/plugins/completion/widgets/__init__.py
spyder/plugins/completion/widgets/status.py
spyder/plugins/completion/widgets/tests/__init__.py
spyder/plugins/completion/widgets/tests/test_status.py
spyder/plugins/console/__init__.py
spyder/plugins/console/api.py
spyder/plugins/console/plugin.py
spyder/plugins/console/tests/__init__.py
spyder/plugins/console/tests/test_plugin.py
spyder/plugins/console/utils/__init__.py
spyder/plugins/console/utils/ansihandler.py
spyder/plugins/console/utils/interpreter.py
spyder/plugins/console/widgets/__init__.py
spyder/plugins/console/widgets/console.py
spyder/plugins/console/widgets/internalshell.py
spyder/plugins/console/widgets/main_widget.py
spyder/plugins/console/widgets/shell.py
spyder/plugins/editor/__init__.py
spyder/plugins/editor/confpage.py
spyder/plugins/editor/plugin.py
spyder/plugins/editor/api/__init__.py
spyder/plugins/editor/api/decoration.py
spyder/plugins/editor/extensions/__init__.py
spyder/plugins/editor/extensions/closebrackets.py
spyder/plugins/editor/extensions/closequotes.py
spyder/plugins/editor/extensions/docstring.py
spyder/plugins/editor/extensions/manager.py
spyder/plugins/editor/extensions/snippets.py
spyder/plugins/editor/extensions/tests/__init__.py
spyder/plugins/editor/extensions/tests/test_closebrackets.py
spyder/plugins/editor/extensions/tests/test_closequotes.py
spyder/plugins/editor/extensions/tests/test_docstring.py
spyder/plugins/editor/panels/__init__.py
spyder/plugins/editor/panels/classfunctiondropdown.py
spyder/plugins/editor/panels/codefolding.py
spyder/plugins/editor/panels/debugger.py
spyder/plugins/editor/panels/edgeline.py
spyder/plugins/editor/panels/indentationguides.py
spyder/plugins/editor/panels/linenumber.py
spyder/plugins/editor/panels/manager.py
spyder/plugins/editor/panels/scrollflag.py
spyder/plugins/editor/panels/utils.py
spyder/plugins/editor/panels/tests/__init__.py
spyder/plugins/editor/panels/tests/test_scrollflag.py
spyder/plugins/editor/tests/__init__.py
spyder/plugins/editor/tests/conftest.py
spyder/plugins/editor/tests/test_editor_config_dialog.py
spyder/plugins/editor/tests/test_plugin.py
spyder/plugins/editor/utils/__init__.py
spyder/plugins/editor/utils/autosave.py
spyder/plugins/editor/utils/bookmarks.py
spyder/plugins/editor/utils/debugger.py
spyder/plugins/editor/utils/decoration.py
spyder/plugins/editor/utils/editor.py
spyder/plugins/editor/utils/findtasks.py
spyder/plugins/editor/utils/kill_ring.py
spyder/plugins/editor/utils/languages.py
spyder/plugins/editor/utils/switcher.py
spyder/plugins/editor/utils/tests/__init__.py
spyder/plugins/editor/utils/tests/test_autosave.py
spyder/plugins/editor/widgets/__init__.py
spyder/plugins/editor/widgets/autosaveerror.py
spyder/plugins/editor/widgets/base.py
spyder/plugins/editor/widgets/codeeditor.py
spyder/plugins/editor/widgets/completion.py
spyder/plugins/editor/widgets/editor.py
spyder/plugins/editor/widgets/editorstack_helpers.py
spyder/plugins/editor/widgets/gotoline.py
spyder/plugins/editor/widgets/printer.py
spyder/plugins/editor/widgets/recover.py
spyder/plugins/editor/widgets/status.py
spyder/plugins/editor/widgets/tests/__init__.py
spyder/plugins/editor/widgets/tests/conftest.py
spyder/plugins/editor/widgets/tests/test_autocolon.py
spyder/plugins/editor/widgets/tests/test_autoindent.py
spyder/plugins/editor/widgets/tests/test_autosaveerror.py
spyder/plugins/editor/widgets/tests/test_bookmarks.py
spyder/plugins/editor/widgets/tests/test_breakpoints.py
spyder/plugins/editor/widgets/tests/test_classfunc_selector.py
spyder/plugins/editor/widgets/tests/test_codeeditor.py
spyder/plugins/editor/widgets/tests/test_comments.py
spyder/plugins/editor/widgets/tests/test_completions_hide.py
spyder/plugins/editor/widgets/tests/test_decorations.py
spyder/plugins/editor/widgets/tests/test_editor.py
spyder/plugins/editor/widgets/tests/test_editor_and_outline.py
spyder/plugins/editor/widgets/tests/test_editorsplitter.py
spyder/plugins/editor/widgets/tests/test_folding.py
spyder/plugins/editor/widgets/tests/test_formatting.py
spyder/plugins/editor/widgets/tests/test_goto.py
spyder/plugins/editor/widgets/tests/test_gotoline.py
spyder/plugins/editor/widgets/tests/test_hints_and_calltips.py
spyder/plugins/editor/widgets/tests/test_indentation.py
spyder/plugins/editor/widgets/tests/test_introspection.py
spyder/plugins/editor/widgets/tests/test_panels.py
spyder/plugins/editor/widgets/tests/test_recover.py
spyder/plugins/editor/widgets/tests/test_save.py
spyder/plugins/editor/widgets/tests/test_shortcuts.py
spyder/plugins/editor/widgets/tests/test_status.py
spyder/plugins/editor/widgets/tests/test_warnings.py
spyder/plugins/editor/widgets/tests/assets/autopep8_max_line.py
spyder/plugins/editor/widgets/tests/assets/autopep8_range.py
spyder/plugins/editor/widgets/tests/assets/autopep8_result.py
spyder/plugins/editor/widgets/tests/assets/black_max_line.py
spyder/plugins/editor/widgets/tests/assets/black_range.py
spyder/plugins/editor/widgets/tests/assets/black_result.py
spyder/plugins/editor/widgets/tests/assets/braces.py
spyder/plugins/editor/widgets/tests/assets/ipython_file.ipy
spyder/plugins/editor/widgets/tests/assets/original_file.py
spyder/plugins/editor/widgets/tests/assets/text.py
spyder/plugins/editor/widgets/tests/assets/text_trees.json
spyder/plugins/editor/widgets/tests/assets/yapf_max_line.py
spyder/plugins/editor/widgets/tests/assets/yapf_range.py
spyder/plugins/editor/widgets/tests/assets/yapf_result.py
spyder/plugins/explorer/__init__.py
spyder/plugins/explorer/api.py
spyder/plugins/explorer/confpage.py
spyder/plugins/explorer/plugin.py
spyder/plugins/explorer/tests/__init__.py
spyder/plugins/explorer/tests/test_explorer_config_dialog.py
spyder/plugins/explorer/widgets/__init__.py
spyder/plugins/explorer/widgets/explorer.py
spyder/plugins/explorer/widgets/fileassociations.py
spyder/plugins/explorer/widgets/main_widget.py
spyder/plugins/explorer/widgets/utils.py
spyder/plugins/explorer/widgets/tests/__init__.py
spyder/plugins/explorer/widgets/tests/conftest.py
spyder/plugins/explorer/widgets/tests/test_explorer.py
spyder/plugins/explorer/widgets/tests/test_fileassociations.py
spyder/plugins/findinfiles/__init__.py
spyder/plugins/findinfiles/api.py
spyder/plugins/findinfiles/plugin.py
spyder/plugins/findinfiles/tests/__init__.py
spyder/plugins/findinfiles/tests/test_plugin.py
spyder/plugins/findinfiles/widgets/__init__.py
spyder/plugins/findinfiles/widgets/combobox.py
spyder/plugins/findinfiles/widgets/main_widget.py
spyder/plugins/findinfiles/widgets/results_browser.py
spyder/plugins/findinfiles/widgets/search_thread.py
spyder/plugins/findinfiles/widgets/tests/__init__.py
spyder/plugins/findinfiles/widgets/tests/test_widgets.py
spyder/plugins/findinfiles/widgets/tests/data/ham.txt
spyder/plugins/findinfiles/widgets/tests/data/spam.cpp
spyder/plugins/findinfiles/widgets/tests/data/spam.py
spyder/plugins/findinfiles/widgets/tests/data/spam.txt
spyder/plugins/help/__init__.py
spyder/plugins/help/api.py
spyder/plugins/help/confpage.py
spyder/plugins/help/plugin.py
spyder/plugins/help/widgets.py
spyder/plugins/help/tests/__init__.py
spyder/plugins/help/tests/test_plugin.py
spyder/plugins/help/tests/test_widgets.py
spyder/plugins/help/utils/LICENSE.txt
spyder/plugins/help/utils/__init__.py
spyder/plugins/help/utils/conf.py
spyder/plugins/help/utils/sphinxify.py
spyder/plugins/help/utils/sphinxthread.py
spyder/plugins/help/utils/tutorial.rst
spyder/plugins/help/utils/js/collapse_sections.js
spyder/plugins/help/utils/js/copy_button.js
spyder/plugins/help/utils/js/fix_image_paths.js
spyder/plugins/help/utils/js/jquery.js
spyder/plugins/help/utils/js/math_config.js
spyder/plugins/help/utils/js/move_outline.js
spyder/plugins/help/utils/js/utils.js
spyder/plugins/help/utils/js/mathjax/LICENSE.txt
spyder/plugins/help/utils/js/mathjax/MathJax.js
spyder/plugins/help/utils/js/mathjax/config/AM_CHTML-full.js
spyder/plugins/help/utils/js/mathjax/config/AM_CHTML.js
spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML-full.js
spyder/plugins/help/utils/js/mathjax/config/AM_HTMLorMML.js
spyder/plugins/help/utils/js/mathjax/config/AM_SVG-full.js
spyder/plugins/help/utils/js/mathjax/config/AM_SVG.js
spyder/plugins/help/utils/js/mathjax/config/Accessible-full.js
spyder/plugins/help/utils/js/mathjax/config/Accessible.js
spyder/plugins/help/utils/js/mathjax/config/MML_CHTML-full.js
spyder/plugins/help/utils/js/mathjax/config/MML_CHTML.js
spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML-full.js
spyder/plugins/help/utils/js/mathjax/config/MML_HTMLorMML.js
spyder/plugins/help/utils/js/mathjax/config/MML_SVG-full.js
spyder/plugins/help/utils/js/mathjax/config/MML_SVG.js
spyder/plugins/help/utils/js/mathjax/config/MMLorHTML.js
spyder/plugins/help/utils/js/mathjax/config/Safe.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_HTMLorMML.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS-MML_SVG.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_CHTML.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_HTML.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-AMS_SVG.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_CHTML-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_CHTML.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_HTMLorMML.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG-full.js
spyder/plugins/help/utils/js/mathjax/config/TeX-MML-AM_SVG.js
spyder/plugins/help/utils/js/mathjax/config/default.js
spyder/plugins/help/utils/js/mathjax/config/local/local.js
spyder/plugins/help/utils/js/mathjax/extensions/AssistiveMML.js
spyder/plugins/help/utils/js/mathjax/extensions/CHTML-preview.js
spyder/plugins/help/utils/js/mathjax/extensions/FontWarnings.js
spyder/plugins/help/utils/js/mathjax/extensions/HelpDialog.js
spyder/plugins/help/utils/js/mathjax/extensions/MatchWebFonts.js
spyder/plugins/help/utils/js/mathjax/extensions/MathEvents.js
spyder/plugins/help/utils/js/mathjax/extensions/MathMenu.js
spyder/plugins/help/utils/js/mathjax/extensions/MathZoom.js
spyder/plugins/help/utils/js/mathjax/extensions/Safe.js
spyder/plugins/help/utils/js/mathjax/extensions/asciimath2jax.js
spyder/plugins/help/utils/js/mathjax/extensions/fast-preview.js
spyder/plugins/help/utils/js/mathjax/extensions/jsMath2jax.js
spyder/plugins/help/utils/js/mathjax/extensions/mml2jax.js
spyder/plugins/help/utils/js/mathjax/extensions/tex2jax.js
spyder/plugins/help/utils/js/mathjax/extensions/toMathML.js
spyder/plugins/help/utils/js/mathjax/extensions/HTML-CSS/handle-floats.js
spyder/plugins/help/utils/js/mathjax/extensions/MathML/content-mathml.js
spyder/plugins/help/utils/js/mathjax/extensions/MathML/mml3.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMScd.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMSmath.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/AMSsymbols.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/HTML.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/action.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/autobold.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/autoload-all.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/bbox.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/begingroup.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/boldsymbol.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/cancel.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/color.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/enclose.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/extpfeil.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/mathchoice.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/mediawiki-texvc.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/mhchem.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/newcommand.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/noErrors.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/noUndefined.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/unicode.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/verb.js
spyder/plugins/help/utils/js/mathjax/extensions/TeX/mhchem3/mhchem.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/accessibility-menu.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/auto-collapse.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/collapsible.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/explorer.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/invalid_keypress.mp3
spyder/plugins/help/utils/js/mathjax/extensions/a11y/invalid_keypress.ogg
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathjax-sre.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/semantic-enrich.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/wgxpath.install.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/mathmaps_ie.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/algebra.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/elementary.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/hyperbolic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/functions/trigonometry.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-capital.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-small.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-rest.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_angles.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_arrows.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_characters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_digits.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_geometry.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_symbols.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/symbols/other_stars.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/energy.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/length.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/memory.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/other.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/speed.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/temperature.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/time.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/volume.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/en/units/weight.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/algebra.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/elementary.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/hyperbolic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/functions/trigonometry.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-capital.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-small.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-rest.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_angles.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_arrows.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_characters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_digits.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_geometry.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_symbols.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/symbols/other_stars.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/energy.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/length.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/memory.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/other.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/speed.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/temperature.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/time.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/volume.js
spyder/plugins/help/utils/js/mathjax/extensions/a11y/mathmaps/es/units/weight.js
spyder/plugins/help/utils/js/mathjax/images/CloseX-31.png
spyder/plugins/help/utils/js/mathjax/images/MenuArrow-15.png
spyder/plugins/help/utils/js/mathjax/jax/element/mml/jax.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Dingbats.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
spyder/plugins/help/utils/js/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
spyder/plugins/help/utils/js/mathjax/jax/input/AsciiMath/config.js
spyder/plugins/help/utils/js/mathjax/jax/input/AsciiMath/jax.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/config.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/jax.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/a.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/b.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/c.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/d.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/e.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/f.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/fr.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/g.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/h.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/i.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/j.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/k.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/l.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/m.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/n.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/o.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/opf.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/p.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/q.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/r.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/s.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/scr.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/t.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/u.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/v.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/w.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/x.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/y.js
spyder/plugins/help/utils/js/mathjax/jax/input/MathML/entities/z.js
spyder/plugins/help/utils/js/mathjax/jax/input/TeX/config.js
spyder/plugins/help/utils/js/mathjax/jax/input/TeX/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/annotation-xml.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/maction.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/menclose.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mglyph.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mmultiscripts.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/ms.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/mtable.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/autoload/multiline.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/AMS-Regular.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Caligraphic-Bold.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Bold.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Fraktur-Regular.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Main-Bold.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Math-BoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Bold.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Italic.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/SansSerif-Regular.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Script-Regular.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/Typewriter-Regular.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/CommonHTML/fonts/TeX/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/imageFonts.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/maction.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/menclose.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/ms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/mtable.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/autoload/multiline.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
spyder/plugins/help/utils/js/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/NativeMML/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/NativeMML/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/PlainSource/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/PlainSource/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/PreviewHTML/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/PreviewHTML/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/config.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/jax.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/annotation-xml.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/maction.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/menclose.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mglyph.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mmultiscripts.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/ms.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/mtable.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/autoload/multiline.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Asana-Math/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size6/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Size7/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Latin-Modern/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Normal/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/Neo-Euler/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/fontdata.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
spyder/plugins/help/utils/js/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
spyder/plugins/help/utils/static/base_css/base.css
spyder/plugins/help/utils/static/css/default.css
spyder/plugins/help/utils/static/css/pygments.css
spyder/plugins/help/utils/static/dark_css/default.css
spyder/plugins/help/utils/static/dark_css/pygments.css
spyder/plugins/help/utils/static/images/collapse_expand.png
spyder/plugins/help/utils/static/images/collapse_expand_dark.png
spyder/plugins/help/utils/static/images/debug-continue.png
spyder/plugins/help/utils/static/images/debug-step-in.png
spyder/plugins/help/utils/static/images/debug-step-out.png
spyder/plugins/help/utils/static/images/debug-step-over.png
spyder/plugins/help/utils/static/images/down_arrow.png
spyder/plugins/help/utils/static/images/down_arrow_disabled.png
spyder/plugins/help/utils/static/images/down_arrow_disabled_horizontal.png
spyder/plugins/help/utils/static/images/down_arrow_horizontal.png
spyder/plugins/help/utils/static/images/spyder-hello-docstring.png
spyder/plugins/help/utils/static/images/spyder-nice-docstring-rendering.png
spyder/plugins/help/utils/static/images/spyder-sympy-example.png
spyder/plugins/help/utils/static/images/up_arrow.png
spyder/plugins/help/utils/static/images/up_arrow_disabled.png
spyder/plugins/help/utils/static/images/up_arrow_disabled_horizontal.png
spyder/plugins/help/utils/static/images/up_arrow_horizontal.png
spyder/plugins/help/utils/templates/layout.html
spyder/plugins/help/utils/templates/loading.html
spyder/plugins/help/utils/templates/usage.html
spyder/plugins/help/utils/templates/warning.html
spyder/plugins/history/__init__.py
spyder/plugins/history/api.py
spyder/plugins/history/confpage.py
spyder/plugins/history/plugin.py
spyder/plugins/history/widgets.py
spyder/plugins/history/tests/__init__.py
spyder/plugins/history/tests/test_history_config_dialog.py
spyder/plugins/history/tests/test_plugin.py
spyder/plugins/io_dcm/__init__.py
spyder/plugins/io_dcm/plugin.py
spyder/plugins/io_hdf5/__init__.py
spyder/plugins/io_hdf5/plugin.py
spyder/plugins/ipythonconsole/__init__.py
spyder/plugins/ipythonconsole/confpage.py
spyder/plugins/ipythonconsole/plugin.py
spyder/plugins/ipythonconsole/assets/templates/blank.html
spyder/plugins/ipythonconsole/assets/templates/kernel_error.html
spyder/plugins/ipythonconsole/assets/templates/loading.html
spyder/plugins/ipythonconsole/comms/__init__.py
spyder/plugins/ipythonconsole/comms/kernelcomm.py
spyder/plugins/ipythonconsole/comms/tests/__init__.py
spyder/plugins/ipythonconsole/comms/tests/test_comms.py
spyder/plugins/ipythonconsole/scripts/conda-activate.bat
spyder/plugins/ipythonconsole/scripts/conda-activate.sh
spyder/plugins/ipythonconsole/tests/__init__.py
spyder/plugins/ipythonconsole/tests/conftest.py
spyder/plugins/ipythonconsole/tests/test_ipython_config_dialog.py
spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py
spyder/plugins/ipythonconsole/utils/__init__.py
spyder/plugins/ipythonconsole/utils/kernelspec.py
spyder/plugins/ipythonconsole/utils/manager.py
spyder/plugins/ipythonconsole/utils/ssh.py
spyder/plugins/ipythonconsole/utils/stdfile.py
spyder/plugins/ipythonconsole/utils/style.py
spyder/plugins/ipythonconsole/utils/tests/__init__.py
spyder/plugins/ipythonconsole/utils/tests/test_spyder_kernel.py
spyder/plugins/ipythonconsole/widgets/__init__.py
spyder/plugins/ipythonconsole/widgets/client.py
spyder/plugins/ipythonconsole/widgets/control.py
spyder/plugins/ipythonconsole/widgets/debugging.py
spyder/plugins/ipythonconsole/widgets/figurebrowser.py
spyder/plugins/ipythonconsole/widgets/help.py
spyder/plugins/ipythonconsole/widgets/kernelconnect.py
spyder/plugins/ipythonconsole/widgets/main_widget.py
spyder/plugins/ipythonconsole/widgets/namespacebrowser.py
spyder/plugins/ipythonconsole/widgets/restartdialog.py
spyder/plugins/ipythonconsole/widgets/shell.py
spyder/plugins/ipythonconsole/widgets/tests/__init__.py
spyder/plugins/ipythonconsole/widgets/tests/test_kernelconnect.py
spyder/plugins/layout/__init__.py
spyder/plugins/layout/api.py
spyder/plugins/layout/container.py
spyder/plugins/layout/layouts.py
spyder/plugins/layout/plugin.py
spyder/plugins/layout/widgets/__init__.py
spyder/plugins/layout/widgets/dialog.py
spyder/plugins/layout/widgets/tests/__init__.py
spyder/plugins/layout/widgets/tests/test_dialog.py
spyder/plugins/maininterpreter/__init__.py
spyder/plugins/maininterpreter/confpage.py
spyder/plugins/maininterpreter/container.py
spyder/plugins/maininterpreter/plugin.py
spyder/plugins/maininterpreter/tests/__init__.py
spyder/plugins/maininterpreter/tests/test_confpage.py
spyder/plugins/maininterpreter/widgets/__init__.py
spyder/plugins/maininterpreter/widgets/status.py
spyder/plugins/maininterpreter/widgets/tests/__init__.py
spyder/plugins/maininterpreter/widgets/tests/test_status.py
spyder/plugins/mainmenu/__init__.py
spyder/plugins/mainmenu/api.py
spyder/plugins/mainmenu/plugin.py
spyder/plugins/onlinehelp/__init__.py
spyder/plugins/onlinehelp/api.py
spyder/plugins/onlinehelp/plugin.py
spyder/plugins/onlinehelp/pydoc_patch.py
spyder/plugins/onlinehelp/widgets.py
spyder/plugins/onlinehelp/static/css/dark_pydoc.css
spyder/plugins/onlinehelp/static/css/light_pydoc.css
spyder/plugins/onlinehelp/tests/__init__.py
spyder/plugins/onlinehelp/tests/test_pydocgui.py
spyder/plugins/outlineexplorer/__init__.py
spyder/plugins/outlineexplorer/api.py
spyder/plugins/outlineexplorer/editor.py
spyder/plugins/outlineexplorer/main_widget.py
spyder/plugins/outlineexplorer/plugin.py
spyder/plugins/outlineexplorer/widgets.py
spyder/plugins/outlineexplorer/tests/__init__.py
spyder/plugins/outlineexplorer/tests/test_widgets.py
spyder/plugins/outlineexplorer/tests/assets/text_exp_test_widgets.json
spyder/plugins/outlineexplorer/tests/assets/text_test_widgets.json
spyder/plugins/outlineexplorer/tests/assets/text_test_widgets.py
spyder/plugins/plots/__init__.py
spyder/plugins/plots/api.py
spyder/plugins/plots/plugin.py
spyder/plugins/plots/widgets/__init__.py
spyder/plugins/plots/widgets/figurebrowser.py
spyder/plugins/plots/widgets/main_widget.py
spyder/plugins/plots/widgets/tests/__init__.py
spyder/plugins/plots/widgets/tests/test_plots_widgets.py
spyder/plugins/preferences/__init__.py
spyder/plugins/preferences/api.py
spyder/plugins/preferences/plugin.py
spyder/plugins/preferences/tests/__init__.py
spyder/plugins/preferences/tests/conftest.py
spyder/plugins/preferences/tests/test_config_dialog.py
spyder/plugins/preferences/widgets/__init__.py
spyder/plugins/preferences/widgets/configdialog.py
spyder/plugins/preferences/widgets/container.py
spyder/plugins/profiler/__init__.py
spyder/plugins/profiler/api.py
spyder/plugins/profiler/confpage.py
spyder/plugins/profiler/plugin.py
spyder/plugins/profiler/images/profiler.png
spyder/plugins/profiler/tests/__init__.py
spyder/plugins/profiler/tests/test_profiler.py
spyder/plugins/profiler/tests/test_profiler_config_dialog.py
spyder/plugins/profiler/widgets/__init__.py
spyder/plugins/profiler/widgets/main_widget.py
spyder/plugins/projects/__init__.py
spyder/plugins/projects/api.py
spyder/plugins/projects/plugin.py
spyder/plugins/projects/tests/__init__.py
spyder/plugins/projects/tests/test_plugin.py
spyder/plugins/projects/utils/__init__.py
spyder/plugins/projects/utils/config.py
spyder/plugins/projects/utils/cookie.py
spyder/plugins/projects/utils/watcher.py
spyder/plugins/projects/utils/tests/__init__.py
spyder/plugins/projects/utils/tests/test_cookie.py
spyder/plugins/projects/widgets/__init__.py
spyder/plugins/projects/widgets/main_widget.py
spyder/plugins/projects/widgets/projectdialog.py
spyder/plugins/projects/widgets/projectexplorer.py
spyder/plugins/projects/widgets/qcookiecutter.py
spyder/plugins/projects/widgets/tests/__init__.py
spyder/plugins/projects/widgets/tests/test_configdialog.py
spyder/plugins/projects/widgets/tests/test_project.py
spyder/plugins/projects/widgets/tests/test_project_explorer.py
spyder/plugins/projects/widgets/tests/test_projectdialog.py
spyder/plugins/projects/widgets/tests/test_qcookiecutter.py
spyder/plugins/pylint/__init__.py
spyder/plugins/pylint/api.py
spyder/plugins/pylint/confpage.py
spyder/plugins/pylint/main_widget.py
spyder/plugins/pylint/plugin.py
spyder/plugins/pylint/utils.py
spyder/plugins/pylint/images/pylint.png
spyder/plugins/pylint/tests/__init__.py
spyder/plugins/pylint/tests/test_pylint.py
spyder/plugins/pylint/tests/test_pylint_config_dialog.py
spyder/plugins/pythonpath/__init__.py
spyder/plugins/pythonpath/api.py
spyder/plugins/pythonpath/container.py
spyder/plugins/pythonpath/plugin.py
spyder/plugins/pythonpath/utils.py
spyder/plugins/pythonpath/tests/__init__.py
spyder/plugins/pythonpath/tests/test_utils.py
spyder/plugins/pythonpath/widgets/__init__.py
spyder/plugins/pythonpath/widgets/pathmanager.py
spyder/plugins/pythonpath/widgets/tests/__init__.py
spyder/plugins/pythonpath/widgets/tests/test_pathmanager.py
spyder/plugins/run/__init__.py
spyder/plugins/run/confpage.py
spyder/plugins/run/plugin.py
spyder/plugins/run/widgets.py
spyder/plugins/shortcuts/__init__.py
spyder/plugins/shortcuts/api.py
spyder/plugins/shortcuts/confpage.py
spyder/plugins/shortcuts/plugin.py
spyder/plugins/shortcuts/tests/__init__.py
spyder/plugins/shortcuts/tests/test_shortcuts.py
spyder/plugins/shortcuts/tests/test_shortcuts_config_dialog.py
spyder/plugins/shortcuts/widgets/__init__.py
spyder/plugins/shortcuts/widgets/summary.py
spyder/plugins/shortcuts/widgets/table.py
spyder/plugins/shortcuts/widgets/tests/__init__.py
spyder/plugins/shortcuts/widgets/tests/test_summary.py
spyder/plugins/statusbar/__init__.py
spyder/plugins/statusbar/confpage.py
spyder/plugins/statusbar/container.py
spyder/plugins/statusbar/plugin.py
spyder/plugins/statusbar/widgets/__init__.py
spyder/plugins/statusbar/widgets/status.py
spyder/plugins/statusbar/widgets/tests/__init__.py
spyder/plugins/statusbar/widgets/tests/test_status.py
spyder/plugins/toolbar/__init__.py
spyder/plugins/toolbar/api.py
spyder/plugins/toolbar/container.py
spyder/plugins/toolbar/plugin.py
spyder/plugins/tours/__init__.py
spyder/plugins/tours/api.py
spyder/plugins/tours/container.py
spyder/plugins/tours/plugin.py
spyder/plugins/tours/tours.py
spyder/plugins/tours/widgets.py
spyder/plugins/tours/tests/__init__.py
spyder/plugins/tours/tests/test_tour.py
spyder/plugins/variableexplorer/__init__.py
spyder/plugins/variableexplorer/api.py
spyder/plugins/variableexplorer/confpage.py
spyder/plugins/variableexplorer/plugin.py
spyder/plugins/variableexplorer/tests/__init__.py
spyder/plugins/variableexplorer/tests/test_variableexplorer_config_dialog.py
spyder/plugins/variableexplorer/widgets/__init__.py
spyder/plugins/variableexplorer/widgets/arrayeditor.py
spyder/plugins/variableexplorer/widgets/basedialog.py
spyder/plugins/variableexplorer/widgets/collectionsdelegate.py
spyder/plugins/variableexplorer/widgets/dataframeeditor.py
spyder/plugins/variableexplorer/widgets/importwizard.py
spyder/plugins/variableexplorer/widgets/main_widget.py
spyder/plugins/variableexplorer/widgets/namespacebrowser.py
spyder/plugins/variableexplorer/widgets/objecteditor.py
spyder/plugins/variableexplorer/widgets/texteditor.py
spyder/plugins/variableexplorer/widgets/objectexplorer/__init__.py
spyder/plugins/variableexplorer/widgets/objectexplorer/attribute_model.py
spyder/plugins/variableexplorer/widgets/objectexplorer/objectexplorer.py
spyder/plugins/variableexplorer/widgets/objectexplorer/toggle_column_mixin.py
spyder/plugins/variableexplorer/widgets/objectexplorer/tree_item.py
spyder/plugins/variableexplorer/widgets/objectexplorer/tree_model.py
spyder/plugins/variableexplorer/widgets/objectexplorer/utils.py
spyder/plugins/variableexplorer/widgets/objectexplorer/tests/__init__.py
spyder/plugins/variableexplorer/widgets/objectexplorer/tests/test_objectexplorer.py
spyder/plugins/variableexplorer/widgets/tests/__init__.py
spyder/plugins/variableexplorer/widgets/tests/issue_11216.mat
spyder/plugins/variableexplorer/widgets/tests/issue_2514.csv
spyder/plugins/variableexplorer/widgets/tests/issue_3896.csv
spyder/plugins/variableexplorer/widgets/tests/issue_5833.csv
spyder/plugins/variableexplorer/widgets/tests/test_arrayeditor.py
spyder/plugins/variableexplorer/widgets/tests/test_dataframeeditor.py
spyder/plugins/variableexplorer/widgets/tests/test_importwizard.py
spyder/plugins/variableexplorer/widgets/tests/test_namespacebrowser.py
spyder/plugins/variableexplorer/widgets/tests/test_texteditor.py
spyder/plugins/workingdirectory/__init__.py
spyder/plugins/workingdirectory/confpage.py
spyder/plugins/workingdirectory/container.py
spyder/plugins/workingdirectory/plugin.py
spyder/plugins/workingdirectory/tests/__init__.py
spyder/plugins/workingdirectory/tests/test_workingdirectory.py
spyder/plugins/workingdirectory/tests/test_workingdirectory_config_dialog.py
spyder/tests/__init__.py
spyder/tests/test_dependencies_in_sync.py
spyder/tests/test_dont_use.py
spyder/tests/tests_py3compat_usage.py
spyder/utils/__init__.py
spyder/utils/bsdsocket.py
spyder/utils/check-git.sh
spyder/utils/clipboard_helper.py
spyder/utils/color_system.py
spyder/utils/conda.py
spyder/utils/debug.py
spyder/utils/encoding.py
spyder/utils/environ.py
spyder/utils/fixtures.py
spyder/utils/icon_manager.py
spyder/utils/image_path_manager.py
spyder/utils/installers.py
spyder/utils/misc.py
spyder/utils/palette.py
spyder/utils/programs.py
spyder/utils/pyenv.py
spyder/utils/qstringhelpers.py
spyder/utils/qthelpers.py
spyder/utils/registries.py
spyder/utils/sourcecode.py
spyder/utils/stringmatching.py
spyder/utils/stylesheet.py
spyder/utils/switcher.py
spyder/utils/syntaxhighlighters.py
spyder/utils/system.py
spyder/utils/test.py
spyder/utils/vcs.py
spyder/utils/windows.py
spyder/utils/workers.py
spyder/utils/external/LICENSE.txt
spyder/utils/external/README.rst
spyder/utils/external/__init__.py
spyder/utils/external/github.py
spyder/utils/external/lockfile.py
spyder/utils/external/binaryornot/LICENSE.txt
spyder/utils/external/binaryornot/__init__.py
spyder/utils/external/binaryornot/check.py
spyder/utils/external/binaryornot/helpers.py
spyder/utils/external/dafsa/__init__.py
spyder/utils/external/dafsa/dafsa.py
spyder/utils/external/pybloom_pyqt/__init__.py
spyder/utils/external/pybloom_pyqt/pybloom.py
spyder/utils/external/pybloom_pyqt/utils.py
spyder/utils/introspection/__init__.py
spyder/utils/introspection/module_completion.py
spyder/utils/introspection/rope_patch.py
spyder/utils/introspection/tests/__init__.py
spyder/utils/introspection/tests/test_modulecompletion.py
spyder/utils/snippets/__init__.py
spyder/utils/snippets/ast.py
spyder/utils/snippets/lexer.py
spyder/utils/snippets/nodes.py
spyder/utils/snippets/parser.py
spyder/utils/tests/Big5.txt
spyder/utils/tests/KOI8-R.txt
spyder/utils/tests/__init__.py
spyder/utils/tests/ascii.txt
spyder/utils/tests/test_bsdsocket.py
spyder/utils/tests/test_conda.py
spyder/utils/tests/test_encoding.py
spyder/utils/tests/test_environ.py
spyder/utils/tests/test_icons.py
spyder/utils/tests/test_misc.py
spyder/utils/tests/test_programs.py
spyder/utils/tests/test_pyenv.py
spyder/utils/tests/test_sourcecode.py
spyder/utils/tests/test_stringmatching.py
spyder/utils/tests/test_syntaxhighlighters.py
spyder/utils/tests/test_system.py
spyder/utils/tests/test_vcs.py
spyder/utils/tests/utf-8.txt
spyder/utils/tests/windows-1252.txt
spyder/widgets/__init__.py
spyder/widgets/about.py
spyder/widgets/arraybuilder.py
spyder/widgets/browser.py
spyder/widgets/calltip.py
spyder/widgets/collectionseditor.py
spyder/widgets/colors.py
spyder/widgets/comboboxes.py
spyder/widgets/dependencies.py
spyder/widgets/dock.py
spyder/widgets/findreplace.py
spyder/widgets/helperwidgets.py
spyder/widgets/mixins.py
spyder/widgets/onecolumntree.py
spyder/widgets/reporterror.py
spyder/widgets/simplecodeeditor.py
spyder/widgets/switcher.py
spyder/widgets/tabs.py
spyder/widgets/waitingspinner.py
spyder/widgets/github/LICENSE.txt
spyder/widgets/github/__init__.py
spyder/widgets/github/backend.py
spyder/widgets/github/gh_login.py
spyder/widgets/github/tests/__init__.py
spyder/widgets/github/tests/test_github_backend.py
spyder/widgets/github/tests/test_github_login.py
spyder/widgets/tests/__init__.py
spyder/widgets/tests/dom_element_test.xml
spyder/widgets/tests/test_array_builder.py
spyder/widgets/tests/test_browser.py
spyder/widgets/tests/test_collectioneditor.py
spyder/widgets/tests/test_dependencies.py
spyder/widgets/tests/test_findreplace.py
spyder/widgets/tests/test_helperwidgets.py
spyder/widgets/tests/test_mixins.py
spyder/widgets/tests/test_reporterror.py
spyder/widgets/tests/test_switcher.py
spyder/windows/spyder.ico
spyder/windows/spyder_light.ico
spyder/workers/__init__.py
spyder/workers/updates.py
spyder/workers/tests/__init__.py
spyder/workers/tests/test_update.py
tools/png-convert-and-optimize.sh
tools/rm_whitespace.py