[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-65-gf1141d
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-65-gf1141d2 |
Date: |
Sat, 10 Oct 2020 15:13:52 -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 PSPP".
The branch, master has been updated
via f1141d27ca616a8c8edc2a1f18067085ceaaf448 (commit)
via fe0d6e3c0c9b7d326db7051ad7ba72d44e102672 (commit)
from 77e2017715a58c01d3e63ad90fb28b5e39eb2a31 (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 f1141d27ca616a8c8edc2a1f18067085ceaaf448
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Oct 10 20:59:08 2020 +0200
Add extra code examples to the documentation
Add some examples of code to the manual and autogenerate
the results of running that code. Addresses bug #51079
commit fe0d6e3c0c9b7d326db7051ad7ba72d44e102672
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Oct 10 20:16:27 2020 +0200
Update to a more modern version of texinfo.tex
-----------------------------------------------------------------------
Summary of changes:
build-aux/texinfo.tex | 6008 ++++++++++++++++++++------------
configure.ac | 2 +-
doc/automake.mk | 78 +-
doc/data-selection.texi | 58 +
doc/examples/autorecode.sps | 20 +
doc/examples/chisquare.sps | 4 +
doc/examples/compute.sps | 7 +
doc/examples/count.sps | 5 +
doc/examples/descriptives.sps | 8 +
doc/examples/flip.sps | 16 +
doc/examples/frequencies.sps | 4 +
doc/examples/independent-samples-t.sps | 6 +
doc/examples/means.sps | 4 +
doc/examples/one-sample-t.sps | 6 +
doc/examples/reliability.sps | 9 +
doc/examples/split.sps | 9 +
doc/examples/weight.sps | 15 +
doc/pspp-manual.css | 50 +
doc/pspp.texi | 40 +-
doc/statistics.texi | 255 +-
doc/transformation.texi | 176 +-
doc/tutorial.texi | 80 +-
examples/automake.mk | 4 +-
examples/horticulture.sav | Bin 0 -> 2892 bytes
examples/personnel.sav | Bin 0 -> 4209 bytes
examples/repairs.sav | Bin 1216 -> 1850 bytes
tests/language/stats/examine.at | 49 +-
tests/language/stats/regression.at | 31 +-
28 files changed, 4626 insertions(+), 2318 deletions(-)
create mode 100644 doc/examples/autorecode.sps
create mode 100644 doc/examples/chisquare.sps
create mode 100644 doc/examples/compute.sps
create mode 100644 doc/examples/count.sps
create mode 100644 doc/examples/descriptives.sps
create mode 100644 doc/examples/flip.sps
create mode 100644 doc/examples/frequencies.sps
create mode 100644 doc/examples/independent-samples-t.sps
create mode 100644 doc/examples/means.sps
create mode 100644 doc/examples/one-sample-t.sps
create mode 100644 doc/examples/reliability.sps
create mode 100644 doc/examples/split.sps
create mode 100644 doc/examples/weight.sps
create mode 100644 doc/pspp-manual.css
create mode 100644 examples/horticulture.sav
create mode 100644 examples/personnel.sav
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-65-gf1141d2,
John Darrington <=