howtos/quickstart
intro/tutorial
  intro/tutorial-why-wing
  intro/tutorial-getting-started
  intro/tutorial-getting-around
  intro/tutorial-check-python
  intro/tutorial-setup-project
  intro/tutorial-python-path
  intro/tutorial-editor
  intro/tutorial-editor-101
  intro/tutorial-navigating-code
  intro/tutorial-debugging
    intro/tutorial-debugging-io
    intro/tutorial-debugging-exceptions
    intro/tutorial-debugging-console
    intro/tutorial-debugging-launch
    intro/tutorial-debugging-shell
    intro/tutorial-debugging-remote
    intro/tutorial-debugging-other
  intro/tutorial-auto-editing
  intro/tutorial-turbo-completion
  intro/tutorial-warnings
  intro/tutorial-refactoring
  intro/tutorial-indentation
  intro/tutorial-editor-details
  intro/tutorial-testing
  intro/tutorial-vcs
  intro/tutorial-search
    intro/tutorial-search-toolbar
    intro/tutorial-minisearch
    intro/tutorial-search-tool
    intro/tutorial-search-in-files
  intro/tutorial-other
  intro/tutorial-further-reading
howtos/index
  howtos/containers
    howtos/virtualenv
    howtos/poetry
    howtos/pipenv
    howtos/anaconda
    howtos/docker
      howtos/docker-existing
      howtos/docker-new
      howtos/docker-ssh
      howtos/docker-example
      howtos/docker-notes
    howtos/docker-compose
    howtos/lxc
    howtos/aws
    howtos/vagrant
    howtos/wsl
    howtos/raspberry
    howtos/cygwin
    howtos/remote-development
  howtos/science
    howtos/matplotlib
    howtos/jupyter
    howtos/pyxll
  howtos/web
    howtos/debugging-web-remote
    howtos/django
    howtos/flask
    howtos/pyramid
    howtos/web2py
    howtos/mod_wsgi
  howtos/gui
    howtos/wxpython
    howtos/pyqt
    howtos/pygobject
  howtos/rendering
    howtos/blender
    howtos/maya
    howtos/nuke
    howtos/modo
    howtos/unreal
    howtos/sfm
    howtos/pygame
  howtos/legacy
    howtos/twisted
    howtos/plone
    howtos/turbogears
    howtos/google-app-engine
    howtos/mod_python
    howtos/py2exe
    howtos/idapython
    howtos/ironpython
manual
  install/index
    install/product-levels
    install/licenses
    install/supported-platforms
    install/supported-python-versions
    install/technical-support
    install/prerequisites
    install/installing
    install/running-the-ide
    install/installing-your-license
    install/user-settings-dir
    install/upgrading
      install/migrating
      install/trouble-upgrade
    install/advanced
      install/linux-installation-detail
      install/linux-remote-display
      install/source-code-installation
    install/backing-up-and-sharing-settings
    install/removing-wing-ide
    install/command-line-usage
  custom/index
    custom/high-level
    custom/gui-options
      custom/qt-styles
      custom/gui-windowing-policy
      custom/gui-layout
      custom/gui-display-text
    custom/keyboard-personalities
      custom/key-equivalents
      custom/key-maps
      custom/key-names
    custom/preferences
      custom/preferences-file-layers
      custom/preferences-file-format
    custom/syntax
    custom/perspectives
    custom/file-filters
  proj/index
    proj/creating-a-project
      proj/creating-python-envs
      proj/about-config
    proj/moving-the-project
    proj/view-options
    proj/navigating-to-source
    proj/file-operations
    proj/file-management
    proj/project-properties
      proj/variable-expansion
    proj/file-properties
    proj/project-types
    proj/launch-configs
  packages/intro
    packages/operations
    packages/options
    packages/conda
    packages/pipenv
    packages/poetry
    packages/uv
    packages/security
  edit/index
    edit/opening-closing-files
    edit/status-indicator
    edit/transient
    edit/right-click-editor-menu
    edit/navigating-source
    edit/source-assistant
    edit/folding
    edit/bookmarks
    edit/syntax-colors
    edit/selecting
      edit/multiple-selections
    edit/copy-paste
    edit/auto-completion
      edit/turbo-completion
      edit/completion-icons
      edit/how-completion-works
    edit/auto-editing
    edit/auto-reformatting
      edit/pep8
      edit/black
      edit/ruff
      edit/yapf
      edit/other-reformatters
    edit/snippets
      edit/snippet-syntax
      edit/snippet-directory
    edit/indentation
      edit/how-indent-style-is-determined
      edit/indent-guides
      edit/auto-indent
      edit/the-tab-key
      edit/changing-block-indentation
      edit/indentation-manager
    edit/keyboard-macros
    edit/auto-reloading
    edit/auto-save
    edit/file-sets
    edit/other
  edit/search-replace
    edit/toolbar-quick-search
    edit/mini-search
    edit/search-tool
    edit/search-in-files
    edit/points-of-use
    edit/search-wildcard
  warnings/index
    warnings/code-warnings-tool
    warnings/warnings-on-editor
    warnings/warning-types
    warnings/advanced-configuration
    warnings/external-checkers
  refactoring/index
    refactoring/rename-symbol
    refactoring/move-symbol
    refactoring/delete-symbol
    refactoring/extract-def
    refactoring/introduce-variable
    refactoring/add-import
    refactoring/rename-current-module
    refactoring/symbol-to
    refactoring/imports-tool
  ai/index
    ai/quickstart
    ai/suggest
    ai/coder
    ai/chat
    ai/provider
      ai/local
    ai/context
    ai/requests
    ai/tips
    ai/cost
    ai/privacy
  diff/index
  browser/index
    browser/display-choices
    browser/symbol-types
    browser/display-filters
    browser/sorting
    browser/navigating
  debug/python-shell
    debug/shell-environment
    debug/shell-active-range
    debug/shell-debugging
    debug/shell-options
  oscommands/index
    oscommands/properties
    oscommands/sharing
  testing/index
    testing/proj
    testing/running
    testing/coverage
      testing/coverage-config
      testing/coverage-envs
      testing/coverage-data
      testing/coverage-details
    testing/run-from-cmd-line
  debug/index
    debug/quick-start
    debug/debug-properties
    debug/named-entry-points
    debug/main-entry-point
    debug/setting-breakpoints
    debug/starting-debug
    debug/status
    debug/flow-control
    debug/viewing-the-stack
    debug/viewing-data
      debug/stack-data-view
        debug/details-view
        debug/stack-data-options-menu
        debug/popup-menu-options
        debug/filtering-value-display
        debug/advanced-data-display
      debug/editor-data
      debug/tracking-values
      debug/evaluating-expressions
      debug/problems-handling-values
    debug/debug-process-i-o
      debug/external-i-o-consoles
      debug/debug-i-o-multiplexing
    debug/debug-console
      debug/debug-console-state
      debug/debug-console-debugging
      debug/debug-console-options
      debug/debug-console-limitations
    debug/multiprocess
      debug/child-processes
      debug/process-control
    debug/threading
    debug/managing-exceptions
    debug/running-without-debug
  debug/advanced
    debug/debugging-externally-launched-code
      debug/remote-debugging
      debug/external-launch-notes
      debug/debugging-embedded-code
      debug/debug-server-configuration
      debug/debug-with-sitecustomize
      debug/debugger-api
    debug/manual-remote-debugging
      debug/ssh-tunnels
      debug/file-location-maps
        debug/file-location-maps-manual
        debug/file-location-map-example
      debug/remote-debugging-example
      debug/installing-debugger-core
    debug/wingdb
    debug/attaching-and-detaching
    debug/debug-c-cpp
      debug/debugging-extension-modules-on-linux
    debug/non-python-mainloops
    debug/debug-x-grab
    debug/debugger-limitations
  versioncontrol/index
    versioncontrol/setup
    versioncontrol/operation-tools
    versioncontrol/common-operations
    versioncontrol/cvs
    versioncontrol/git
    versioncontrol/hg
    versioncontrol/perforce
    versioncontrol/svn
  edit/source-code-analysis
    edit/how-analysis-works
    edit/helping-wing-analyze-code
      edit/analysis-helping-env
      edit/analysis-helping-runtime
      edit/analysis-helping-type-hints
      edit/analysis-helping-pyi-files
      edit/analysis-helping-cython
    edit/analysis-disk-cache
  proj/container-intro
    proj/containers
    proj/clusters
    proj/containers-tool
  proj/remote-hosts
    proj/remote-ssh
    proj/remote-config
    proj/remote-projects
    proj/remote-features
    proj/remote-user-settings
    proj/remote-python-env
    proj/manual-remote-install
    proj/ssh-setup-details
      proj/ssh-setup-details-openssh
      proj/ssh-setup-details-putty
      proj/ssh-setup-details-builtin
      proj/ssh-win10-install
    proj/remote-trouble
  scripting/index
    scripting/example
    scripting/overview
    scripting/api
    scripting/syntax
      scripting/attribs
      scripting/gui-contexts
      scripting/arginfo
      scripting/importing
      scripting/i18n
      scripting/plugins
    scripting/debugging
    scripting/advanced
    scripting/api-reference
      scripting/api-utilities
      scripting/api-application
      scripting/api-editor
      scripting/api-project
      scripting/api-debugger
      scripting/api-search
      scripting/api-analysis
  plugins/index
    plugins/container
    plugins/cluster
  install/trouble
    install/trouble-start
    install/trouble-slow
    install/trouble-debug
      install/trouble-debug-start
      install/trouble-debug-nostop-breakpoints
      install/trouble-debug-nostop-exceptions
      install/trouble-debug-extra-exceptions
    install/trouble-other
    install/trouble-diagnostic
  preferences/index
  commands/index
    commands/toplevel
    commands/proj
    commands/edit
    commands/search
    commands/refactoring
    commands/testing
    commands/versioncontrol
    commands/debug
    commands/scripts
  keymaps/index
    keymaps/normal
    keymaps/emacs
    keymaps/vi
    keymaps/visualstudio
    keymaps/osx
    keymaps/eclipse
    keymaps/brief
  legal/index
    legal/software-license
    legal/other-licenses
    legal/privacy
wingtips/index
  wingtips/welcome
  wingtips/configurable-gui
  wingtips/create-project
  wingtips/splits-and-views
  wingtips/using-side-notebook
  wingtips/right-click-menus
  wingtips/keyboard-accel
  wingtips/navigating-code
  wingtips/properties
  wingtips/goto-definition
  wingtips/find-uses
  wingtips/source-assistant
  wingtips/code-warnings
  wingtips/refactoring
  wingtips/multi-select
  wingtips/block-select
  wingtips/auto-editing
  wingtips/reformatting
  wingtips/type-hints
  wingtips/error-indicators
  wingtips/interactive-shells
  wingtips/active-ranges
  wingtips/rect-copy-paste
  wingtips/folding
  wingtips/search
  wingtips/quick-navigation
  wingtips/revision-control
  wingtips/building
  wingtips/testing
  wingtips/snippets
  wingtips/bookmarks
  wingtips/package-management
  wingtips/browser
  wingtips/remote
  wingtips/containers
  wingtips/debugging
  wingtips/stack-data
  wingtips/debug-console
  wingtips/debug-environment
  wingtips/data-tips
  wingtips/watch
  wingtips/move-program-counter
  wingtips/debug-modify
  wingtips/debug-shells
  wingtips/debug-external
  wingtips/adjust-indenting
  wingtips/auto-wrap-source
  wingtips/macros
  wingtips/scripting
