From 0287cb7e24e9feaed554b513c032f6bea3dbf4df Mon Sep 17 00:00:00 2001 From: James Douglass Date: Wed, 23 Oct 2024 13:09:25 -0700 Subject: [PATCH] Improving section title per @emlys 's suggestion. RE:#1660 --- doc/api-docs/conf.py | 2 +- doc/api-docs/scripting.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api-docs/conf.py b/doc/api-docs/conf.py index 52205cf614..46b1e83993 100644 --- a/doc/api-docs/conf.py +++ b/doc/api-docs/conf.py @@ -187,7 +187,7 @@ natcap.invest.carbon.execute(args) For examples of scripting a model run, or multiple successive model runs, -see :ref:`CreatingSamplePythonScripts`. +see :ref:`CreatingPythonScripts`. .. contents:: Available Models and Tools: diff --git a/doc/api-docs/scripting.rst b/doc/api-docs/scripting.rst index 0669c9f28f..442a63375a 100644 --- a/doc/api-docs/scripting.rst +++ b/doc/api-docs/scripting.rst @@ -33,11 +33,11 @@ Alternate installation methods are available. Please see the :ref:`installing` guide for further instructions on setting up your python environment and installing the ``natcap.invest`` package. -.. _CreatingSamplePythonScripts: +.. _CreatingPythonScripts: -============================== -Creating Sample Python Scripts -============================== +======================= +Creating Python Scripts +======================= 1. **Launch InVEST Workbench and Open the Selected Model** @@ -53,7 +53,7 @@ Creating Sample Python Scripts several InVEST model runs in sequence, it would be reasonable to populate the user interface with data for the first run in the sequence. -3. **Generate a sample Python Script from the User Interface** +3. **Generate a Python Script from the User Interface** In the model interface, select *"Save as..."* in the left-hand menu bar, *"Python script"* in the dialog box, and then save the file to a known location.