[med-svn] [python-multipletau] branch master updated (dc6ea1a -> db7831b)
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Tue Dec 15 17:11:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a change to branch master
in repository python-multipletau.
from dc6ea1a d/copyright: update copyright year
new d7b7d95 d/copyright: exclude tests/runtests.py d/watch: add +ds suffix, as we delete tests/runtests.py
new 566e0a1 Imported Upstream version 0.1.5+ds
new 6f151fb Merge tag 'upstream/0.1.5+ds'
new d5cb290 d/changelog: imported new upstream version d/control: add python{3}-numpydoc d/rules: build the documentation with sphinxdoc/numpydoc
new e727d4f d/control: add python-nose to run tests d/rules: add stanza for tests
new 443876b d/control: make the short descr a bit different d/watch: fix typo
new fefa7a1 d/control: add libjs-mathjax
new 0f0d080 d/patches/packaged-mathjax.path: use packaged copy of MathJax d/control: add libjs-mathjax to -doc package only
new 62763ff d/rules: workaround for the lintian's privacy-breach-generic warning for external link for mathjax, see #739300 for details d/python-multipletau-doc.install: install examples
new db7831b d/changelog: upload to unstable
The 10 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:
.gitignore | 11 +-
.travis.yml | 24 +
CHANGELOG.md | 4 +-
MANIFEST.in | 8 +-
README.md | 28 +-
README.txt | 2 +-
debian/changelog | 20 +
debian/control | 27 +-
debian/copyright | 4 +
debian/patches/packaged-mathjax.path | 13 +
debian/patches/series | 1 +
debian/python-multipletau-doc.install | 1 +
debian/rules | 20 +-
debian/watch | 4 +-
doc/Makefile | 177 -----
doc/README.md | 28 +-
doc/_extensions/apigen.py | 427 ------------
doc/_extensions/copybutton.js | 51 --
doc/_extensions/docscrape.py | 497 --------------
doc/_extensions/docscrape_sphinx.py | 136 ----
doc/_extensions/github.py | 714 ---------------------
doc/_extensions/hidden_code_block.py | 128 ----
doc/_extensions/inheritance_diagram.py | 407 ------------
doc/_extensions/ipython_console_highlighting.py | 114 ----
doc/_extensions/ipython_directive.py | 0
doc/_extensions/numpydoc.py | 116 ----
doc/conf.py | 59 +-
doc/deploy_ghpages.py | 83 +++
doc/extensions/myviewcode.py | 240 +++++++
doc/index.rst | 35 +-
doc/make.bat | 242 -------
doc/make.py | 14 -
doc/testing_multipletau.png | Bin 77102 -> 0 bytes
examples/compare_correlation_methods.png | Bin 0 -> 80520 bytes
.../compare_correlation_methods.py | 48 +-
test/__init__.py => examples/noise_generator.py | 20 +-
multipletau/__init__.py | 99 ++-
multipletau/_multipletau.py | 300 ++++-----
multipletau/_version.py | 2 +
setup.py | 97 ++-
tests/README.md | 16 +
tests/test_basic.py | 37 ++
42 files changed, 944 insertions(+), 3310 deletions(-)
create mode 100644 .travis.yml
create mode 100644 debian/patches/packaged-mathjax.path
create mode 100644 debian/patches/series
create mode 100644 debian/python-multipletau-doc.install
delete mode 100644 doc/Makefile
delete mode 100644 doc/_extensions/apigen.py
delete mode 100644 doc/_extensions/copybutton.js
delete mode 100644 doc/_extensions/docscrape.py
delete mode 100644 doc/_extensions/docscrape_sphinx.py
delete mode 100644 doc/_extensions/github.py
delete mode 100644 doc/_extensions/hidden_code_block.py
delete mode 100644 doc/_extensions/inheritance_diagram.py
delete mode 100644 doc/_extensions/ipython_console_highlighting.py
delete mode 100644 doc/_extensions/ipython_directive.py
delete mode 100644 doc/_extensions/numpydoc.py
create mode 100644 doc/deploy_ghpages.py
create mode 100644 doc/extensions/myviewcode.py
delete mode 100644 doc/make.bat
delete mode 100644 doc/make.py
delete mode 100644 doc/testing_multipletau.png
create mode 100644 examples/compare_correlation_methods.png
rename test/__main__.py => examples/compare_correlation_methods.py (74%)
rename test/__init__.py => examples/noise_generator.py (87%)
create mode 100644 multipletau/_version.py
create mode 100644 tests/README.md
create mode 100644 tests/test_basic.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-multipletau.git
More information about the debian-med-commit
mailing list