Elpy
1.33.0

Contents

  • Introduction
  • Quickstart
  • Editing
  • IDE Features
  • Concepts
  • Extending Elpy
  • Customization tips
  • FAQ
Elpy
  • Docs »
  • Elpy
  • View page source

Elpy¶

Elpy is the Emacs Python Development Environment. It aims to provide an easy to install, fully-featured environment for Python development.

Contents

  • Introduction
    • Overview
    • Installation
    • Configuration
  • Quickstart
    • Useful keybindings
    • Go further
  • Editing
    • Emacs Basics
    • Moving By Indentation
    • Moving the Current Region
  • IDE Features
    • Projects
    • Completion
    • Navigation
    • Interactive Python
    • Syntax Checking
    • Folding
    • Documentation
    • Snippets
    • Debugging
    • Testing
    • Refactoring
    • Profiling
    • Django
  • Concepts
    • The RPC Process
    • Backends
    • Virtual Envs
    • Modules
  • Extending Elpy
    • Writing Modules
    • Writing Test Runners
    • Running Tests:
  • Customization tips
    • Use flycheck instead of flymake
    • Enable emacs 26 flymake indicators in an otherwise light modeline
    • Auto-format code on save
    • An alternative to elpy-goto-definition
    • Enable full font locking of inputs in the python shell
  • FAQ
    • Q: Can I tell elpy not to load one of the minor modes it enables by default?
    • Q: How do I make Elpy work well with org-mode?
    • Q: Can I get documentation as pop-ups next to the completion pop-up?
    • Q: How to solve company, yasnippet conflicts?
    • Q: How do I install development version of elpy?

Indices and tables¶

  • Index
  • Search Page
Next

© Copyright 2020, Jorgen Schäfer

Built with Sphinx using a theme provided by Read the Docs.