From 90aaf4fdb7a745ee2da4c1f720536f5d53fdf9ca Mon Sep 17 00:00:00 2001 From: Dugal Harris Date: Sun, 15 Oct 2023 11:45:38 +0200 Subject: [PATCH] minor doc updates --- README.md | 2 +- simple_ortho/cli.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a691c4d..ed5670a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Camera position and orientation for an image is specified in a space-separated t ``` ``` -Where `` is the source file name with or without extension. +Where `` is the source file name without extension. For [`simple-ortho`](#simple-ortho), there should be a row with an `` corresponding to each image specified by `src_im_file` argument(s). diff --git a/simple_ortho/cli.py b/simple_ortho/cli.py index b299ce6..79ebd58 100644 --- a/simple_ortho/cli.py +++ b/simple_ortho/cli.py @@ -626,11 +626,11 @@ def check_args(src_im_file, dem_file, pos_ori_file, ortho_dir=None): logger.warning(f'Creating ortho directory {ortho_dir}') ortho_dir.mkdir() - # TODO: insert link to docs in all deprecation warnings - logger.warning( - "This command is deprecated and will be removed in version 0.4.0. Please switch to 'oty' and its " - "sub-commands." - ) + # TODO: add deprecation warning with link to docs + # logger.warning( + # "This command is deprecated and will be removed in version 0.4.0. Please switch to 'oty' and its " + # "sub-commands." + # ) try: # set logging level