rust: Move all command documentation into a single directory.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Sep 2025 22:37:42 +0000 (15:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 2 Sep 2025 22:37:42 +0000 (15:37 -0700)
commita59f08035a1775d115fb808ac64f0326767da919
tree022567e824d6e798b6ef4ca4f9a2636a9d9b32f0
parent22731daece46e848324b02d45e4743b708a5160f
rust: Move all command documentation into a single directory.

This makes it much easier to find the documentation for a command, or to
reference a command's documentation, because it's not necessary to guess
which chapter it is documented in.
273 files changed:
rust/doc/src/SUMMARY.md
rust/doc/src/commands/add-document.md [new file with mode: 0644]
rust/doc/src/commands/add-files.md [new file with mode: 0644]
rust/doc/src/commands/add-value-labels.md [new file with mode: 0644]
rust/doc/src/commands/aggregate.md [new file with mode: 0644]
rust/doc/src/commands/apply-dictionary.md [new file with mode: 0644]
rust/doc/src/commands/autorecode.md [new file with mode: 0644]
rust/doc/src/commands/begin-data.md [new file with mode: 0644]
rust/doc/src/commands/break.md [new file with mode: 0644]
rust/doc/src/commands/cache.md [new file with mode: 0644]
rust/doc/src/commands/cd.md [new file with mode: 0644]
rust/doc/src/commands/close-file-handle.md [new file with mode: 0644]
rust/doc/src/commands/combining.md [new file with mode: 0644]
rust/doc/src/commands/combining/add-files.md [deleted file]
rust/doc/src/commands/combining/index.md [deleted file]
rust/doc/src/commands/combining/match-files.md [deleted file]
rust/doc/src/commands/combining/update.md [deleted file]
rust/doc/src/commands/comment.md [new file with mode: 0644]
rust/doc/src/commands/compute.md [new file with mode: 0644]
rust/doc/src/commands/control.md [new file with mode: 0644]
rust/doc/src/commands/control/break.md [deleted file]
rust/doc/src/commands/control/define.md [deleted file]
rust/doc/src/commands/control/do-if.md [deleted file]
rust/doc/src/commands/control/do-repeat.md [deleted file]
rust/doc/src/commands/control/index.md [deleted file]
rust/doc/src/commands/control/loop.md [deleted file]
rust/doc/src/commands/correlations.md [new file with mode: 0644]
rust/doc/src/commands/crosstabs.md [new file with mode: 0644]
rust/doc/src/commands/ctables.md [new file with mode: 0644]
rust/doc/src/commands/data-io.md [new file with mode: 0644]
rust/doc/src/commands/data-io/begin-data.md [deleted file]
rust/doc/src/commands/data-io/close-file-handle.md [deleted file]
rust/doc/src/commands/data-io/data-list.md [deleted file]
rust/doc/src/commands/data-io/datafile-attribute.md [deleted file]
rust/doc/src/commands/data-io/dataset.md [deleted file]
rust/doc/src/commands/data-io/end-case.md [deleted file]
rust/doc/src/commands/data-io/end-file.md [deleted file]
rust/doc/src/commands/data-io/file-handle.md [deleted file]
rust/doc/src/commands/data-io/index.md [deleted file]
rust/doc/src/commands/data-io/input-program.md [deleted file]
rust/doc/src/commands/data-io/list.md [deleted file]
rust/doc/src/commands/data-io/new-file.md [deleted file]
rust/doc/src/commands/data-io/print-eject.md [deleted file]
rust/doc/src/commands/data-io/print-space.md [deleted file]
rust/doc/src/commands/data-io/print.md [deleted file]
rust/doc/src/commands/data-io/repeating-data.md [deleted file]
rust/doc/src/commands/data-io/reread.md [deleted file]
rust/doc/src/commands/data-io/write.md [deleted file]
rust/doc/src/commands/data-list.md [new file with mode: 0644]
rust/doc/src/commands/data.md [new file with mode: 0644]
rust/doc/src/commands/data/aggregate.md [deleted file]
rust/doc/src/commands/data/autorecode.md [deleted file]
rust/doc/src/commands/data/compute.md [deleted file]
rust/doc/src/commands/data/flip.md [deleted file]
rust/doc/src/commands/data/if.md [deleted file]
rust/doc/src/commands/data/index.md [deleted file]
rust/doc/src/commands/data/recode.md [deleted file]
rust/doc/src/commands/data/sort-cases.md [deleted file]
rust/doc/src/commands/datafile-attribute.md [new file with mode: 0644]
rust/doc/src/commands/dataset.md [new file with mode: 0644]
rust/doc/src/commands/define.md [new file with mode: 0644]
rust/doc/src/commands/delete-variables.md [new file with mode: 0644]
rust/doc/src/commands/descriptives.md [new file with mode: 0644]
rust/doc/src/commands/display-documents.md [new file with mode: 0644]
rust/doc/src/commands/display-file-label.md [new file with mode: 0644]
rust/doc/src/commands/display.md [new file with mode: 0644]
rust/doc/src/commands/do-if.md [new file with mode: 0644]
rust/doc/src/commands/do-repeat.md [new file with mode: 0644]
rust/doc/src/commands/document.md [new file with mode: 0644]
rust/doc/src/commands/drop-documents.md [new file with mode: 0644]
rust/doc/src/commands/echo.md [new file with mode: 0644]
rust/doc/src/commands/end-case.md [new file with mode: 0644]
rust/doc/src/commands/end-file.md [new file with mode: 0644]
rust/doc/src/commands/erase.md [new file with mode: 0644]
rust/doc/src/commands/examine.md [new file with mode: 0644]
rust/doc/src/commands/execute.md [new file with mode: 0644]
rust/doc/src/commands/export.md [new file with mode: 0644]
rust/doc/src/commands/factor.md [new file with mode: 0644]
rust/doc/src/commands/file-handle.md [new file with mode: 0644]
rust/doc/src/commands/file-label.md [new file with mode: 0644]
rust/doc/src/commands/filter.md [new file with mode: 0644]
rust/doc/src/commands/finish.md [new file with mode: 0644]
rust/doc/src/commands/flip.md [new file with mode: 0644]
rust/doc/src/commands/formats.md [new file with mode: 0644]
rust/doc/src/commands/frequencies.md [new file with mode: 0644]
rust/doc/src/commands/get-data.md [new file with mode: 0644]
rust/doc/src/commands/get.md [new file with mode: 0644]
rust/doc/src/commands/glm.md [new file with mode: 0644]
rust/doc/src/commands/graph.md [new file with mode: 0644]
rust/doc/src/commands/host.md [new file with mode: 0644]
rust/doc/src/commands/if.md [new file with mode: 0644]
rust/doc/src/commands/import.md [new file with mode: 0644]
rust/doc/src/commands/include.md [new file with mode: 0644]
rust/doc/src/commands/input-program.md [new file with mode: 0644]
rust/doc/src/commands/insert.md [new file with mode: 0644]
rust/doc/src/commands/leave.md [new file with mode: 0644]
rust/doc/src/commands/list.md [new file with mode: 0644]
rust/doc/src/commands/logistic-regression.md [new file with mode: 0644]
rust/doc/src/commands/loop.md [new file with mode: 0644]
rust/doc/src/commands/match-files.md [new file with mode: 0644]
rust/doc/src/commands/matrices.md [new file with mode: 0644]
rust/doc/src/commands/matrix-data.md [new file with mode: 0644]
rust/doc/src/commands/matrix.md [new file with mode: 0644]
rust/doc/src/commands/matrix/index.md [deleted file]
rust/doc/src/commands/matrix/matrix-data.md [deleted file]
rust/doc/src/commands/matrix/matrix.md [deleted file]
rust/doc/src/commands/matrix/mconvert.md [deleted file]
rust/doc/src/commands/mconvert.md [new file with mode: 0644]
rust/doc/src/commands/means.md [new file with mode: 0644]
rust/doc/src/commands/missing-values.md [new file with mode: 0644]
rust/doc/src/commands/mrsets.md [new file with mode: 0644]
rust/doc/src/commands/n.md [new file with mode: 0644]
rust/doc/src/commands/new-file.md [new file with mode: 0644]
rust/doc/src/commands/npar-tests.md [new file with mode: 0644]
rust/doc/src/commands/numeric.md [new file with mode: 0644]
rust/doc/src/commands/oneway.md [new file with mode: 0644]
rust/doc/src/commands/output.md [new file with mode: 0644]
rust/doc/src/commands/permissions.md [new file with mode: 0644]
rust/doc/src/commands/preserve.md [new file with mode: 0644]
rust/doc/src/commands/print-eject.md [new file with mode: 0644]
rust/doc/src/commands/print-formats.md [new file with mode: 0644]
rust/doc/src/commands/print-space.md [new file with mode: 0644]
rust/doc/src/commands/print.md [new file with mode: 0644]
rust/doc/src/commands/quick-cluster.md [new file with mode: 0644]
rust/doc/src/commands/rank.md [new file with mode: 0644]
rust/doc/src/commands/recode.md [new file with mode: 0644]
rust/doc/src/commands/regression.md [new file with mode: 0644]
rust/doc/src/commands/reliability.md [new file with mode: 0644]
rust/doc/src/commands/rename-variables.md [new file with mode: 0644]
rust/doc/src/commands/repeating-data.md [new file with mode: 0644]
rust/doc/src/commands/reread.md [new file with mode: 0644]
rust/doc/src/commands/roc.md [new file with mode: 0644]
rust/doc/src/commands/sample.md [new file with mode: 0644]
rust/doc/src/commands/save-data-collection.md [new file with mode: 0644]
rust/doc/src/commands/save-translate.md [new file with mode: 0644]
rust/doc/src/commands/save.md [new file with mode: 0644]
rust/doc/src/commands/select-if.md [new file with mode: 0644]
rust/doc/src/commands/selection.md [new file with mode: 0644]
rust/doc/src/commands/selection/filter.md [deleted file]
rust/doc/src/commands/selection/index.md [deleted file]
rust/doc/src/commands/selection/n.md [deleted file]
rust/doc/src/commands/selection/sample.md [deleted file]
rust/doc/src/commands/selection/select-if.md [deleted file]
rust/doc/src/commands/selection/split-file.md [deleted file]
rust/doc/src/commands/selection/temporary.md [deleted file]
rust/doc/src/commands/selection/weight.md [deleted file]
rust/doc/src/commands/set.md [new file with mode: 0644]
rust/doc/src/commands/show.md [new file with mode: 0644]
rust/doc/src/commands/sort-cases.md [new file with mode: 0644]
rust/doc/src/commands/sort-variables.md [new file with mode: 0644]
rust/doc/src/commands/split-file.md [new file with mode: 0644]
rust/doc/src/commands/spss-io.md [new file with mode: 0644]
rust/doc/src/commands/spss-io/apply-dictionary.md [deleted file]
rust/doc/src/commands/spss-io/export.md [deleted file]
rust/doc/src/commands/spss-io/get-data.md [deleted file]
rust/doc/src/commands/spss-io/get.md [deleted file]
rust/doc/src/commands/spss-io/import.md [deleted file]
rust/doc/src/commands/spss-io/index.md [deleted file]
rust/doc/src/commands/spss-io/save-data-collection.md [deleted file]
rust/doc/src/commands/spss-io/save-translate.md [deleted file]
rust/doc/src/commands/spss-io/save.md [deleted file]
rust/doc/src/commands/spss-io/sysfile-info.md [deleted file]
rust/doc/src/commands/spss-io/xexport.md [deleted file]
rust/doc/src/commands/spss-io/xsave.md [deleted file]
rust/doc/src/commands/statistics.md [new file with mode: 0644]
rust/doc/src/commands/statistics/correlations.md [deleted file]
rust/doc/src/commands/statistics/crosstabs.md [deleted file]
rust/doc/src/commands/statistics/ctables.md [deleted file]
rust/doc/src/commands/statistics/descriptives.md [deleted file]
rust/doc/src/commands/statistics/examine.md [deleted file]
rust/doc/src/commands/statistics/factor.md [deleted file]
rust/doc/src/commands/statistics/frequencies.md [deleted file]
rust/doc/src/commands/statistics/glm.md [deleted file]
rust/doc/src/commands/statistics/graph.md [deleted file]
rust/doc/src/commands/statistics/index.md [deleted file]
rust/doc/src/commands/statistics/logistic-regression.md [deleted file]
rust/doc/src/commands/statistics/means.md [deleted file]
rust/doc/src/commands/statistics/npar-tests.md [deleted file]
rust/doc/src/commands/statistics/oneway.md [deleted file]
rust/doc/src/commands/statistics/quick-cluster.md [deleted file]
rust/doc/src/commands/statistics/rank.md [deleted file]
rust/doc/src/commands/statistics/regression.md [deleted file]
rust/doc/src/commands/statistics/reliability.md [deleted file]
rust/doc/src/commands/statistics/roc.md [deleted file]
rust/doc/src/commands/statistics/t-test.md [deleted file]
rust/doc/src/commands/string.md [new file with mode: 0644]
rust/doc/src/commands/subtitle.md [new file with mode: 0644]
rust/doc/src/commands/sysfile-info.md [new file with mode: 0644]
rust/doc/src/commands/t-test.md [new file with mode: 0644]
rust/doc/src/commands/temporary.md [new file with mode: 0644]
rust/doc/src/commands/title.md [new file with mode: 0644]
rust/doc/src/commands/update.md [new file with mode: 0644]
rust/doc/src/commands/utilities.md [new file with mode: 0644]
rust/doc/src/commands/utilities/add-document.md [deleted file]
rust/doc/src/commands/utilities/cache.md [deleted file]
rust/doc/src/commands/utilities/cd.md [deleted file]
rust/doc/src/commands/utilities/comment.md [deleted file]
rust/doc/src/commands/utilities/display-documents.md [deleted file]
rust/doc/src/commands/utilities/display-file-label.md [deleted file]
rust/doc/src/commands/utilities/document.md [deleted file]
rust/doc/src/commands/utilities/drop-documents.md [deleted file]
rust/doc/src/commands/utilities/echo.md [deleted file]
rust/doc/src/commands/utilities/erase.md [deleted file]
rust/doc/src/commands/utilities/execute.md [deleted file]
rust/doc/src/commands/utilities/file-label.md [deleted file]
rust/doc/src/commands/utilities/finish.md [deleted file]
rust/doc/src/commands/utilities/host.md [deleted file]
rust/doc/src/commands/utilities/include.md [deleted file]
rust/doc/src/commands/utilities/index.md [deleted file]
rust/doc/src/commands/utilities/insert.md [deleted file]
rust/doc/src/commands/utilities/output.md [deleted file]
rust/doc/src/commands/utilities/permissions.md [deleted file]
rust/doc/src/commands/utilities/preserve.md [deleted file]
rust/doc/src/commands/utilities/set.md [deleted file]
rust/doc/src/commands/utilities/show.md [deleted file]
rust/doc/src/commands/utilities/subtitle.md [deleted file]
rust/doc/src/commands/utilities/title.md [deleted file]
rust/doc/src/commands/value-labels.md [new file with mode: 0644]
rust/doc/src/commands/variable-alignment.md [new file with mode: 0644]
rust/doc/src/commands/variable-attribute.md [new file with mode: 0644]
rust/doc/src/commands/variable-labels.md [new file with mode: 0644]
rust/doc/src/commands/variable-level.md [new file with mode: 0644]
rust/doc/src/commands/variable-role.md [new file with mode: 0644]
rust/doc/src/commands/variable-width.md [new file with mode: 0644]
rust/doc/src/commands/variables.md [new file with mode: 0644]
rust/doc/src/commands/variables/add-value-labels.md [deleted file]
rust/doc/src/commands/variables/delete-variables.md [deleted file]
rust/doc/src/commands/variables/display.md [deleted file]
rust/doc/src/commands/variables/formats.md [deleted file]
rust/doc/src/commands/variables/index.md [deleted file]
rust/doc/src/commands/variables/leave.md [deleted file]
rust/doc/src/commands/variables/missing-values.md [deleted file]
rust/doc/src/commands/variables/mrsets.md [deleted file]
rust/doc/src/commands/variables/numeric.md [deleted file]
rust/doc/src/commands/variables/print-formats.md [deleted file]
rust/doc/src/commands/variables/rename-variables.md [deleted file]
rust/doc/src/commands/variables/sort-variables.md [deleted file]
rust/doc/src/commands/variables/string.md [deleted file]
rust/doc/src/commands/variables/value-labels.md [deleted file]
rust/doc/src/commands/variables/variable-alignment.md [deleted file]
rust/doc/src/commands/variables/variable-attribute.md [deleted file]
rust/doc/src/commands/variables/variable-labels.md [deleted file]
rust/doc/src/commands/variables/variable-level.md [deleted file]
rust/doc/src/commands/variables/variable-role.md [deleted file]
rust/doc/src/commands/variables/variable-width.md [deleted file]
rust/doc/src/commands/variables/vector.md [deleted file]
rust/doc/src/commands/variables/write-formats.md [deleted file]
rust/doc/src/commands/vector.md [new file with mode: 0644]
rust/doc/src/commands/weight.md [new file with mode: 0644]
rust/doc/src/commands/write-formats.md [new file with mode: 0644]
rust/doc/src/commands/write.md [new file with mode: 0644]
rust/doc/src/commands/xexport.md [new file with mode: 0644]
rust/doc/src/commands/xsave.md [new file with mode: 0644]
rust/doc/src/data/aggregate.md
rust/doc/src/invoking/pspp-show.md
rust/doc/src/language/datasets/formats/basic.md
rust/doc/src/language/datasets/formats/binary-and-hex.md
rust/doc/src/language/datasets/formats/index.md
rust/doc/src/language/datasets/formats/legacy-numeric.md
rust/doc/src/language/datasets/formats/time-and-date.md
rust/doc/src/language/datasets/index.md
rust/doc/src/language/datasets/scratch-variables.md
rust/doc/src/language/datasets/variables.md
rust/doc/src/language/expressions/functions/mathematical.md
rust/doc/src/language/expressions/functions/statistical.md
rust/doc/src/language/expressions/functions/time-and-date.md
rust/doc/src/language/files/file-handles.md
rust/doc/src/language/files/index.md
rust/doc/src/language/tutorial/hypotheses.md
rust/doc/src/language/tutorial/preparation.md
rust/doc/src/language/tutorial/transformations.md
rust/doc/src/pc+.md
rust/doc/src/spv/light-detail.md