.. Copyright (c) 2020, QuantStack and pyls-memestra contributors Distributed under the terms of the BSD 3-Clause License. The full license is in the file LICENSE, distributed with this software. Introduction ============ ``pyls-memestra`` is a plugin developed for JupyterLSP_ an implmentation of the PYLS_ to Jupyter. ``pyls-memestra`` uses Memestra_ a static analysis tool for Python, which detects the use of deprecated APIs. Licensing ========= We use a shared copyright model that enables all contributors to maintain the copyright on their contributions. This software is licensed under the BSD-3-Clause license. See the LICENSE file for details. .. toctree:: :caption: Getting started :maxdepth: 4 installation getting_started .. toctree:: :caption: Customization :maxdepth: 4 customization .. _PYLS: https://github.com/python-lsp/python-lsp-server .. _Memestra: https://github.com/QuantStack/memestra/ .. _JupyterLSP: https://github.com/krassowski/jupyterlab-lsp