[Python-modules-commits] [numpydoc] branch upstream updated (f2defef -> bde5951)

Denis Laxalde dlax-guest at moszumanska.debian.org
Sun Oct 25 10:30:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

dlax-guest pushed a change to branch upstream
in repository numpydoc.

      from  f2defef   Imported Upstream version 0.4
       new  bde5951   Import numpydoc_0.5.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt                                        |   7 +-
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   7 +-
 README.txt => README.rst                           |  12 ++
 __init__.py                                        |   1 -
 numpydoc.egg-info/PKG-INFO                         |   7 +-
 numpydoc.egg-info/SOURCES.txt                      |  30 +--
 numpydoc.egg-info/entry_points.txt                 |   3 -
 numpydoc.egg-info/not-zip-safe                     |   1 -
 numpydoc.egg-info/requires.txt                     |   1 -
 numpydoc/__init__.py                               |   3 +
 comment_eater.py => numpydoc/comment_eater.py      |  19 +-
 .../compiler_unparse.py                            |  27 +--
 docscrape.py => numpydoc/docscrape.py              |  77 +++++---
 .../docscrape_sphinx.py                            |  97 +++++++---
 numpydoc/linkcode.py                               |  83 +++++++++
 numpydoc.py => numpydoc/numpydoc.py                |  73 +++++---
 phantom_import.py => numpydoc/phantom_import.py    |   9 +-
 plot_directive.py => numpydoc/plot_directive.py    | 117 +++++++-----
 {tests => numpydoc/tests}/test_docscrape.py        | 204 ++++++++++++++++++---
 numpydoc/tests/test_linkcode.py                    |   5 +
 numpydoc/tests/test_phantom_import.py              |  12 ++
 numpydoc/tests/test_plot_directive.py              |  11 ++
 numpydoc/tests/test_traitsdoc.py                   |  11 ++
 traitsdoc.py => numpydoc/traitsdoc.py              |  14 +-
 setup.py                                           |  25 ++-
 26 files changed, 644 insertions(+), 214 deletions(-)
 rename README.txt => README.rst (73%)
 delete mode 100644 __init__.py
 delete mode 100644 numpydoc.egg-info/entry_points.txt
 delete mode 100644 numpydoc.egg-info/not-zip-safe
 delete mode 100644 numpydoc.egg-info/requires.txt
 create mode 100644 numpydoc/__init__.py
 rename comment_eater.py => numpydoc/comment_eater.py (93%)
 rename compiler_unparse.py => numpydoc/compiler_unparse.py (99%)
 rename docscrape.py => numpydoc/docscrape.py (86%)
 rename docscrape_sphinx.py => numpydoc/docscrape_sphinx.py (68%)
 create mode 100644 numpydoc/linkcode.py
 rename numpydoc.py => numpydoc/numpydoc.py (66%)
 rename phantom_import.py => numpydoc/phantom_import.py (95%)
 rename plot_directive.py => numpydoc/plot_directive.py (85%)
 rename {tests => numpydoc/tests}/test_docscrape.py (79%)
 create mode 100644 numpydoc/tests/test_linkcode.py
 create mode 100644 numpydoc/tests/test_phantom_import.py
 create mode 100644 numpydoc/tests/test_plot_directive.py
 create mode 100644 numpydoc/tests/test_traitsdoc.py
 rename traitsdoc.py => numpydoc/traitsdoc.py (92%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/numpydoc.git



More information about the Python-modules-commits mailing list