forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to previously-vendored Sphinx extensions (pandas-de…
- Loading branch information
1 parent
03a7dfe
commit 6618ab1
Showing
2 changed files
with
3 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
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. | ||
This directory contains custom sphinx extensions in use in the pandas | ||
documentation. |