gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, doc_sphinx, updated. rele


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, doc_sphinx, updated. release-1-0-2609-g3c649a3
Date: Thu, 13 Apr 2017 05:09:16 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, doc_sphinx has been updated
       via  3c649a34e0ce6d0b39accdac34aff34a8396ae84 (commit)
       via  cbfa5a41b651940bc413e8ca7c07161335431b15 (commit)
      from  a306cc2453a336540ef74a48488a8941660d4f7b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c649a34e0ce6d0b39accdac34aff34a8396ae84
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 13 11:08:53 2017 +0200

    some more chapters for sphinx

commit cbfa5a41b651940bc413e8ca7c07161335431b15
Author: Patrick Alken <address@hidden>
Date:   Thu Apr 13 09:10:46 2017 +0200

    add doc/interp to sphinx

-----------------------------------------------------------------------

Summary of changes:
 doc_sphinx/cheb.rst                                | 180 ++++++
 doc_sphinx/dht.rst                                 | 166 ++++++
 doc_sphinx/diff.rst                                |  95 ++++
 doc_sphinx/dwt.rst                                 | 377 +++++++++++++
 doc_sphinx/examples/dwt.c                          |   7 +-
 doc_sphinx/examples/dwt.txt                        | 512 ++++++++---------
 {doc => doc_sphinx}/examples/ecg.dat               |   0
 doc_sphinx/examples/interp.c                       |   2 +-
 doc_sphinx/examples/interp.txt                     |   2 +-
 doc_sphinx/examples/interp_compare.gp              |  17 -
 doc_sphinx/images/cheb.png                         | Bin 0 -> 25059 bytes
 doc_sphinx/images/dwt.png                          | Bin 0 -> 29055 bytes
 doc_sphinx/images/fft-complex-radix2.png           | Bin 14914 -> 16671 bytes
 doc_sphinx/images/fft-real-mixedradix.png          | Bin 22599 -> 23801 bytes
 doc_sphinx/images/interp.png                       | Bin 0 -> 1648 bytes
 doc_sphinx/images/interp2d.png                     | Bin 0 -> 47856 bytes
 doc_sphinx/images/interp_compare.png               | Bin 0 -> 26702 bytes
 doc_sphinx/images/interpp.png                      | Bin 0 -> 2128 bytes
 doc_sphinx/images/qrng.png                         | Bin 26929 -> 28701 bytes
 doc_sphinx/images/rand-bernoulli.png               | Bin 6787 -> 7684 bytes
 doc_sphinx/images/rand-beta.png                    | Bin 21669 -> 23513 bytes
 doc_sphinx/images/rand-binomial.png                | Bin 12106 -> 13765 bytes
 doc_sphinx/images/rand-bivariate-gaussian.png      | Bin 23022 -> 24340 bytes
 doc_sphinx/images/rand-cauchy.png                  | Bin 20529 -> 22222 bytes
 doc_sphinx/images/rand-chisq.png                   | Bin 19288 -> 20873 bytes
 doc_sphinx/images/rand-erlang.png                  | Bin 20632 -> 22152 bytes
 doc_sphinx/images/rand-exponential.png             | Bin 17140 -> 18537 bytes
 doc_sphinx/images/rand-exppow.png                  | Bin 19496 -> 21654 bytes
 doc_sphinx/images/rand-fdist.png                   | Bin 16994 -> 18338 bytes
 doc_sphinx/images/rand-flat.png                    | Bin 10312 -> 12016 bytes
 doc_sphinx/images/rand-gamma.png                   | Bin 21006 -> 22449 bytes
 doc_sphinx/images/rand-gaussian-tail.png           | Bin 14486 -> 16090 bytes
 doc_sphinx/images/rand-gaussian.png                | Bin 20507 -> 22252 bytes
 doc_sphinx/images/rand-geometric.png               | Bin 12384 -> 14011 bytes
 doc_sphinx/images/rand-gumbel1.png                 | Bin 18910 -> 20935 bytes
 doc_sphinx/images/rand-gumbel2.png                 | Bin 19179 -> 21223 bytes
 doc_sphinx/images/rand-hypergeometric.png          | Bin 13219 -> 15665 bytes
 doc_sphinx/images/rand-landau.png                  | Bin 17134 -> 18430 bytes
 doc_sphinx/images/rand-laplace.png                 | Bin 22467 -> 24666 bytes
 doc_sphinx/images/rand-levy.png                    | Bin 21609 -> 23331 bytes
 doc_sphinx/images/rand-levyskew.png                | Bin 19777 -> 21960 bytes
 doc_sphinx/images/rand-logarithmic.png             | Bin 13788 -> 15840 bytes
 doc_sphinx/images/rand-logistic.png                | Bin 20778 -> 22274 bytes
 doc_sphinx/images/rand-lognormal.png               | Bin 20664 -> 22142 bytes
 doc_sphinx/images/rand-nbinomial.png               | Bin 12173 -> 14040 bytes
 doc_sphinx/images/rand-pareto.png                  | Bin 17104 -> 18704 bytes
 doc_sphinx/images/rand-pascal.png                  | Bin 11300 -> 12944 bytes
 doc_sphinx/images/rand-poisson.png                 | Bin 11129 -> 12653 bytes
 doc_sphinx/images/rand-rayleigh-tail.png           | Bin 19026 -> 20720 bytes
 doc_sphinx/images/rand-rayleigh.png                | Bin 22660 -> 24525 bytes
 doc_sphinx/images/rand-tdist.png                   | Bin 21189 -> 22984 bytes
 doc_sphinx/images/rand-weibull.png                 | Bin 20909 -> 22649 bytes
 doc_sphinx/images/random-walk.png                  | Bin 21646 -> 22777 bytes
 doc_sphinx/index.rst                               |   6 +
 doc_sphinx/interp.rst                              | 611 +++++++++++++++++++++
 doc_sphinx/plots/genplots.sh                       |  12 +
 doc_sphinx/plots/plot_cheb.gp                      |  13 +
 doc_sphinx/plots/plot_dwt.gp                       |  21 +
 .../interp2d.gp => plots/plot_interp2d.gp}         |  13 +-
 doc_sphinx/plots/plot_interp_compare.gp            |  20 +
 doc_sphinx/sum.rst                                 | 163 ++++++
 61 files changed, 1933 insertions(+), 284 deletions(-)
 create mode 100644 doc_sphinx/cheb.rst
 create mode 100644 doc_sphinx/dht.rst
 create mode 100644 doc_sphinx/diff.rst
 create mode 100644 doc_sphinx/dwt.rst
 copy {doc => doc_sphinx}/examples/ecg.dat (100%)
 delete mode 100755 doc_sphinx/examples/interp_compare.gp
 create mode 100644 doc_sphinx/images/cheb.png
 create mode 100644 doc_sphinx/images/dwt.png
 create mode 100644 doc_sphinx/images/interp.png
 create mode 100644 doc_sphinx/images/interp2d.png
 create mode 100644 doc_sphinx/images/interp_compare.png
 create mode 100644 doc_sphinx/images/interpp.png
 create mode 100644 doc_sphinx/interp.rst
 create mode 100755 doc_sphinx/plots/plot_cheb.gp
 create mode 100755 doc_sphinx/plots/plot_dwt.gp
 rename doc_sphinx/{examples/interp2d.gp => plots/plot_interp2d.gp} (55%)
 create mode 100755 doc_sphinx/plots/plot_interp_compare.gp
 create mode 100644 doc_sphinx/sum.rst


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]