File: README.rst

package info (click to toggle)
pandas 0.23.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 167,704 kB
  • sloc: python: 230,826; ansic: 11,317; sh: 682; makefile: 133
file content (17 lines) | stat: -rw-r--r-- 754 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 local and upstream version.