[theano] 01/05: strip-docs.patch: remove `NEWS` and `Download` from index

Daniel Stender stender at moszumanska.debian.org
Fri Jul 15 16:55:47 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit aaafe1ea5762f1c379cf45ec5c522364a361fcce
Author: Daniel Stender <stender at debian.org>
Date:   Tue Jul 12 17:31:00 2016 +0200

    strip-docs.patch: remove `NEWS` and `Download` from index
---
 debian/changelog                |  6 ++++
 debian/patches/strip-docs.patch | 73 +++++++++++++++++++++++++++++++++++++----
 2 files changed, 72 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4255a8a..d89f867 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+theano (0.8.2-2) UNRELEASED; urgency=medium
+
+  * strip-docs.patch: remove `NEWS` and `Download` from index.
+
+ -- Daniel Stender <stender at debian.org>  Tue, 12 Jul 2016 17:29:59 +0200
+
 theano (0.8.2-1) experimental; urgency=medium
 
   * New upstream release:
diff --git a/debian/patches/strip-docs.patch b/debian/patches/strip-docs.patch
index 04978ec..2ca5843 100644
--- a/debian/patches/strip-docs.patch
+++ b/debian/patches/strip-docs.patch
@@ -1,8 +1,10 @@
 Description: strip privacy-breach-generic stuff from docs
- and disable html_last_updated_fmt for reproducible builds.
+ and disable html_last_updated_fmt for reproducible builds,
+ and remove `NEWS` (obsolete) and `Download` (not needed)
+ from index.
 Author: Daniel Stender <stender at debian.org>
 Forwarded: not-needed
-Last-Update: 2016-07-11
+Last-Update: 2016-07-12
 
 --- a/doc/conf.py
 +++ b/doc/conf.py
@@ -18,10 +20,64 @@ Last-Update: 2016-07-11
 
 --- a/doc/index.txt
 +++ b/doc/index.txt
-@@ -72,21 +72,6 @@ installation and configuration, see :ref:`installing Theano <install>`.
- 
- .. only:: html
+@@ -18,78 +18,6 @@ scientific investigations since 2007.  But it is also approachable
+ enough to be used in the classroom (University of Montreal's `deep
+ learning/machine learning <http://www.mila.umontreal.ca/Home/courses>`_ classes).
  
+-News
+-====
+-
+-* We added support for :ref:`CuDNN v3 <libdoc_cuda_dnn>`.
+-
+-* We added support for :attr:`CNMeM <config.lib.cnmem>` to speed up
+-  the GPU memory allocation.
+-
+-* Theano 0.7 was released 26th March 2015. Everybody is encouraged to update.
+-
+-* We support `cuDNN <http://deeplearning.net/software/theano/library/sandbox/cuda/dnn.html>`_ if it is installed by the user.
+-
+-* Open Machine Learning Workshop 2014 `presentation <omlw2014/omlw_presentation.pdf>`_.
+-
+-* Colin Raffel `tutorial on Theano <http://nbviewer.ipython.org/github/craffel/theano-tutorial/blob/master/Theano%20Tutorial.ipynb>`_.
+-
+-* Ian Goodfellow did a `12h class with exercises on Theano <https://github.com/goodfeli/theano_exercises>`_.
+-
+-* New technical report on Theano: `Theano: new features and speed improvements <http://arxiv.org/abs/1211.5590>`_.
+-
+-* `HPCS 2011 Tutorial <http://www.iro.umontreal.ca/~lisa/pointeurs/tutorial_hpcs2011_fixed.pdf>`_.
+-  We included a few fixes discovered while doing the Tutorial.
+-
+-.. image:: images/talk2010.png
+-    :scale: 75%
+-    :align: left
+-
+-You can watch a quick (20 minute) introduction to Theano given as a talk at `SciPy 2010 <http://conference.scipy.org/scipy2010/>`_ via streaming (or downloaded) video:
+-
+-  `Transparent GPU Computing With Theano`_.
+-  James Bergstra, SciPy 2010, June 30, 2010.
+-
+-.. _Transparent GPU Computing With Theano: http://www.archive.org/details/Scipy2010-JamesBergstra-TransparentGpuComputingWithTheano
+-
+-Download
+-========
+-
+-Theano is now `available on PyPI`_, and can be installed via ``easy_install
+-Theano``, ``pip install Theano`` or by downloading and unpacking the tarball
+-and typing ``python setup.py install``.
+-
+-Those interested in bleeding-edge features should obtain the latest development
+-version, available via::
+-
+-    git clone git://github.com/Theano/Theano.git
+-
+-You can then place the checkout directory on your ``$PYTHONPATH`` or use
+-``python setup.py develop`` to install a ``.pth`` into your ``site-packages``
+-directory, so that when you pull updates via Git, they will be
+-automatically reflected the "installed" version. For more information about
+-installation and configuration, see :ref:`installing Theano <install>`.
+-
+-.. only:: html
+-
 -  Status
 -  ======
 -
@@ -37,8 +93,11 @@ Last-Update: 2016-07-11
 -
 -     <a href="https://crate.io/packages/Theano/"><img src="https://img.shields.io/pypi/dm/Theano.svg" alt="Number of PyPI downloads" /></a> 
 -
- .. _available on PyPI: http://pypi.python.org/pypi/Theano
- .. _Related Projects: https://github.com/Theano/Theano/wiki/Related-projects
+-.. _available on PyPI: http://pypi.python.org/pypi/Theano
+-.. _Related Projects: https://github.com/Theano/Theano/wiki/Related-projects
+-
+ Citing Theano
+ ==============
  
 --- a/doc/install.txt
 +++ b/doc/install.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/theano.git



More information about the debian-science-commits mailing list