Skip to content

Commit

Permalink
Adding troubleshooting section and reworked the toc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lefebvre committed Aug 16, 2017
1 parent 058d14d commit 3061196
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 11 deletions.
3 changes: 3 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.. ENVI Py for ArcGIS API
*****************
API Documentation
*****************

ENVI GPToolbox
==============
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
master_doc = 'toc'

# General information about the project.
project = u'ENVI Py for ArcGIS'
Expand Down
Binary file added doc/source/images/arcgispro_template_version.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

.. _envipyarc:

******************
Expand All @@ -18,6 +19,8 @@ To operate, ENVI Py for Arcgis requires the following:
* ENVI 5.3SP2 or later
* ArcMap 10.4 or later and/or ArcGIS Pro 1.3 or later

.. _envipyarc-installation-and-configuration:

Installation and Configuration
==============================

Expand Down Expand Up @@ -182,14 +185,4 @@ Run the toolbox.
>>> print(result)


API Documentation
=================

.. toctree::
:maxdepth: 2

api




7 changes: 7 additions & 0 deletions doc/source/toc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

.. toctree::
:maxdepth: 2

index
api
troubleshooting
22 changes: 22 additions & 0 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

***************
Troubleshooting
***************


No option engine in section: envipyengine
=========================================

This error means the ENVI Py installation has not been configured to point to your ENVI/IDL taskengine executable. Before running any task or GPTool, make sure you have completed the steps in the :ref:`envipyarc-installation-and-configuration` section which sets the path to the ENVI taskengine.



This document was created using a newer version of ArcGIS Pro
=============================================================

when opening the project template in ArcGIS Pro version 1.3 or earlier, you will get this warning message about dropping unsupported features.

.. image:: images/arcgispro_template_version.png

The project templates provided are built with ArcGIS Pro 1.4 and package the python toolboxes so they are easily accessible. The templates are supported for ArcGIS 1.2 or newer and no features will be downgraded or dropped.

0 comments on commit 3061196

Please sign in to comment.