<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add parameter description for custom python tools within the script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227126#M17611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2019 15:58:24 GMT</pubDate>
    <dc:creator>deleted-user-kdRWG0FmLYqo</dc:creator>
    <dc:date>2019-02-14T15:58:24Z</dc:date>
    <item>
      <title>Add parameter description for custom python tools within the script</title>
      <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227122#M17607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed a python toolbox (.pyt) with a couple of scripts as individual tools. I would like to develop Help or tool descriptions for each of the tools, so that when a user clicks on any parameter on the tools, the right side of the tool window gives out a description/explanation of the parameter just like a default ArcGIS tool displays (shown in the picture&amp;nbsp; below).&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/382279_pastedImage_1.png" style="width: 599px; height: 197px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this same functionality in my custom toolbox scripts? I know how to do it through ArcCatalog, but I want to achieve this within the script itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 19:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227122#M17607</guid>
      <dc:creator>AnanyaBaruah</dc:creator>
      <dc:date>2017-11-01T19:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add parameter description for custom python tools within the script</title>
      <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227123#M17608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are aware about the Catalog approach and the differences between the 2 tool types obviously.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/comparing-custom-and-python-toolboxes.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/comparing-custom-and-python-toolboxes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;little information in either discusses the all-important help information (other than the cryptic at the end reference to compiled help files... but fail to mention how to create those.. except to fob you off to here&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/referencing-a-compiled-help-file.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/referencing-a-compiled-help-file.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then there is this link...&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/documenting-a-tool-in-a-python-toolbox.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/documenting-a-tool-in-a-python-toolbox.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which states...&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;For Python toolboxes, the documentation for the toolbox and tools are stored in &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; color: #4d4d4d; font-family: &amp;amp;quot; consolas&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;monaco&amp;amp;quot;,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;.xml&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; files that are associated with the toolbox and tools by name. The help for each tool will be stored in a separate &lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; color: #4d4d4d; font-family: &amp;amp;quot; consolas&amp;amp;quot;,&amp;amp;quot;andale mono&amp;amp;quot;,&amp;amp;quot;lucida console&amp;amp;quot;,&amp;amp;quot;monaco&amp;amp;quot;,&amp;amp;quot;courier new&amp;amp;quot;,courier,monospace; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;.xml&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #4d4d4d; font-family: 'Lucida Grande','Segoe UI','Arial',sans-serif; font-size: 13.93px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: 23.82px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; file.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the link above which sends you back to here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-documenting-tools-and-toolboxes.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/analyze/creating-tools/a-quick-tour-of-documenting-tools-and-toolboxes.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you are not at all confused... help doesn't appear to be a topic that has been addressed explicitly in creating either type of toolbox.&amp;nbsp; You are in the same boat as the rest of us and your desire to do this solely within python might involve opening a *.pdf document from a tool in a toolbox as a standalone&lt;/P&gt;&lt;P&gt;....'read this first, before using any of the remaining toolbox tools';&amp;nbsp;&lt;/P&gt;&lt;P&gt;at least you will have done due diligence to forewarn the uninitiated to your toolbox's and tool purpose and functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 20:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227123#M17608</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-11-01T20:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add parameter description for custom python tools within the script</title>
      <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227124#M17609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did anyone ever get an answer?&amp;nbsp; I too would love to add help to my toolbox but am confused.&amp;nbsp; And have no idea how to do it even through catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/436941_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 22:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227124#M17609</guid>
      <dc:creator>deleted-user-kdRWG0FmLYqo</dc:creator>
      <dc:date>2019-02-08T22:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add parameter description for custom python tools within the script</title>
      <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227125#M17610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcCatlog, to add a help description for each parameter, you have to edit the metadata.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Select the tool you want to add descriptions in ArcCatalog and switch to Description then click Edit.&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437061_Capture.PNG" /&gt;&lt;/LI&gt;&lt;LI&gt;Click a parameter in &lt;STRONG&gt;Syntax&lt;/STRONG&gt; under &lt;STRONG&gt;Item Description&lt;/STRONG&gt; and type the description in the &lt;STRONG&gt;Dialog Explanation&lt;/STRONG&gt; box.&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437062_Capture.PNG" /&gt;&lt;/LI&gt;&lt;LI&gt;Save.&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/437069_Capture.PNG" /&gt;&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227125#M17610</guid>
      <dc:creator>SanghongYoo1</dc:creator>
      <dc:date>2019-02-11T18:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add parameter description for custom python tools within the script</title>
      <link>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227126#M17611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 15:58:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-parameter-description-for-custom-python-tools/m-p/227126#M17611</guid>
      <dc:creator>deleted-user-kdRWG0FmLYqo</dc:creator>
      <dc:date>2019-02-14T15:58:24Z</dc:date>
    </item>
  </channel>
</rss>

