.. image:: _static/pyqode-banner.png
    :alt: pyQode

Welcome to pyqode.python documentation!
=======================================

pyqode.python is an official extension to pyqode that adds a set of additional
modes and panels dedicated to python source code editing.

This documentation is a simple API reference for the new modes and panels. You
should have read the `pyqode.core documentation`_  that covers the core concepts
of pyQode.


.. _`pyqode.core documentation`: http://pyqodecore.readthedocs.org/en/latest/


Parts of the documentation:
===========================

.. toctree::
    :maxdepth: 1
    :hidden:

    whats_new
    download
    api/index
    changelog
    bugs
    contribute
    license
    credits


.. hlist::
   :columns: 2

   * .. glossary::

      :doc:`whats_new`
         What's new since the last release, and what is planned for the next one.

   * .. glossary::

      :doc:`download`
         Instructions on where and how to install pyQode.

   * .. glossary::

      :doc:`api/index`
         The api reference documentation


Meta information:
=================

.. hlist::
   :columns: 2

   * .. glossary::

      :doc:`bugs`
        How to report bugs

   * .. glossary::

      :doc:`contribute`
        How to contribute

   * .. glossary::

      :doc:`license`
        pyQode license

   * .. glossary::

      :doc:`credits`
        Credits to contributors and external libraries


Indices and tables:
===================

* :ref:`genindex`

* :ref:`search`


.. _pyqode.core: https://github.com/pyQode/pyqode.core
.. _pyqode.python: https://github.com/pyQode/pyqode.python
.. _pyqode.widgets: https://github.com/pyQode/pyqode.widgets
.. _pyqode.designer: https://github.com/pyQode/pyqode.designer
