Skip to content

Commit

Permalink
Improving section title per @emlys 's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Oct 23, 2024
1 parent bcf88fc commit 0287cb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/api-docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions doc/api-docs/scripting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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.
Expand Down

0 comments on commit 0287cb7

Please sign in to comment.