X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-dev.texi;h=dddfeb3b6a9dd8f4900380f558c2edc345dd1f05;hb=312c1f22e9740afa6b6d2eff88fb49826917f35f;hp=846d5f4c46d8e168fe2494d7ecbf76e071006f33;hpb=0a18cc59b123294641d8e2bafc3d579be1f59e77;p=pspp diff --git a/doc/pspp-dev.texi b/doc/pspp-dev.texi index 846d5f4c46..dddfeb3b6a 100644 --- a/doc/pspp-dev.texi +++ b/doc/pspp-dev.texi @@ -39,7 +39,7 @@ @dircategory Math @direntry -* PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers. +* PSPP Developers Guide: (pspp-dev). Reference for PSPP developers. @end direntry @copying @@ -79,45 +79,25 @@ Free Documentation License". @insertcopying @end ifnottex -@menu -* Introduction:: Introduction to PSPP development. -* Basic Concepts:: Data structures and concepts. -* Parsing Command Syntax:: How to parse command syntax. -* Processing Data:: Data input, output, and processing. -* Presenting Output:: Producing machine- and human-readable output. -* Internationalisation:: Dealing with locale issues. -* Graphic User Interface:: Hacking the GUI - -* Function Index:: Index of PSPP functions. -* Concept Index:: Index of concepts. +This manual describes the file formats that PSPP supports. -* Portable File Format:: Format of PSPP portable files. +@menu * System File Format:: Format of PSPP system files. -* SPSS/PC+ System File Format:: Format of SPSS/PC+ system files. * SPSS Viewer File Format:: Format of SPSS Viewer (SPV) files. * SPSS TableLook File Formats:: Formats of .stt and .tlo files. * Encrypted File Wrappers:: Common wrapper for encrypted SPSS files. +* Portable File Format:: Format of PSPP portable files. +* SPSS/PC+ System File Format:: Format of SPSS/PC+ system files. * GNU Free Documentation License:: License for copying this manual. @end menu -@include dev/intro.texi -@include dev/concepts.texi -@include dev/syntax.texi -@include dev/data.texi -@include dev/output.texi -@include dev/i18n.texi -@include dev/gui.texi - -@include function-index.texi -@include concept-index.texi - -@include dev/portable-file-format.texi @include dev/system-file-format.texi -@include dev/pc+-file-format.texi @include dev/spv-file-format.texi @include dev/tlo-file-format.texi @include dev/encrypted-file-wrappers.texi +@include dev/portable-file-format.texi +@include dev/pc+-file-format.texi @include fdl.texi