File: README.rst

package info (click to toggle)
pandas 0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 54,924 kB
  • ctags: 53,113
  • sloc: python: 130,524; ansic: 11,510; sh: 329; makefile: 118
file content (17 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sphinxext
=========

This directory contains copies of different sphinx extensions in use in the
pandas documentation. These copies originate from other projects:

- ``numpydoc`` - Numpy's Sphinx extensions: this can be found at its own
  repository: https://github.com/numpy/numpydoc
- ``ipython_directive`` and ``ipython_console_highlighting`` in the folder
  `ipython_sphinxext` - Sphinx extensions from IPython: these are included
  in IPython: https://github.com/ipython/ipython/tree/master/IPython/sphinxext

.. note::

    These copies are maintained at the respective projects, so fixes should,
    to the extent possible, be pushed upstream instead of only adapting our
    local copy to avoid divergence between the the local and upstream version.