From b0048033b870f799531a6540882bad316093b039 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Thu, 25 Nov 2021 12:10:02 +0000 Subject: doc: Include input file requirement for slope.py. * doc/fullswof-utils.texi (Invoking slope.py): Add description of input. --- doc/fullswof-utils.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/fullswof-utils.texi b/doc/fullswof-utils.texi index aaca87e..eee21e9 100644 --- a/doc/fullswof-utils.texi +++ b/doc/fullswof-utils.texi @@ -312,8 +312,10 @@ start with the @samp{#} character are treated as comments. @section Invoking slope.py @command{slope.py} is an interactive program that is able to derive -local gradient information from elevation data and user input. To start -the program the command is: +local gradient information from elevation data and user input. The +program reads the elevation data from the file @file{topography.txt}, +which must be located in the working directory. To start the program +the command is: @example ./slope.py -- cgit