<?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: Create a Help file for a new geoprocessing tool in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425019#M33392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of what you're seeing when trying to modify the documentation of a tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 17:41:58 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2015-09-08T17:41:58Z</dc:date>
    <item>
      <title>Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425001#M33374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I'm trying to create a simple Help file in ArcGIS 10 for a new geoprocessing tool created by a developer with whom I work. Here's all I can find from Esri on this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN&gt;There are many sources of information on creating and compiling HTML help or .chm files. A good starting point is the "Microsoft HTML Help 1.4 SDK" topic available from the Microsoft library (&lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/"&gt;http://msdn.microsoft.com&lt;/A&gt;&lt;SPAN&gt;). In the library, you'll also find information on creating and compiling .chm files listed under Visual Tools and Languages, HTML Help.?&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not a developer and I don't relish the idea of having to download, install, and learn how to use another software package just to create a few help pages. Also, I can't find a "Microsoft HTML Help 1.4 SDK" topic from the link Esri provides and the most recent version of HTML Help, downloadable from Microsoft, seems to be from 2003. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone know of a workaround? Has anyone worked with HTML Help? Any quick start tutorials? Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Curtis Price  (reformatting to Geonet)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425001#M33374</guid>
      <dc:creator>ehallisey</dc:creator>
      <dc:date>2012-03-29T13:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425002#M33375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this a custom tool (.NET) or a script tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's a script tool, documentation is added by right clicking the tool, selecting Item Description and editing the metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For GP tools built using .NET (called a &lt;/SPAN&gt;&lt;A href="http://edndoc.esri.com/arcobjects/9.2/net/e7d06ae9-a6d1-4248-a7a3-9d5f375f088c.htm"&gt;"custom geoprocessing tool"&lt;/A&gt;&lt;SPAN&gt; instead of the more common "script tool" built in Python or another scripting language) you do indeed need to create a .chm file and set the tools HelpFile property to point to it. Although the &lt;/SPAN&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms670169(v=vs.85).aspx"&gt;Microsoft Windows HTML Help SDK&lt;/A&gt;&lt;SPAN&gt; is still supported (in Windows 7), it's very difficult to use. This is usually handled using third-party help authoring applications (Esri uses one obviously) that create documentation in various formats (including .chm) from a single source. &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/products/robohelp.html"&gt;Robohelp &lt;/A&gt;&lt;SPAN&gt;is one of the most popular ones out there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:01:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425002#M33375</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-03-29T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425003#M33376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know about all the Microsoft html help, but you can add help to the tool itself. Click on the tool in ArcCatalog, click on the Description tab in the large pane, click Edit, and you can add the help text that displays when you run the tool, or you can see it in the Description tab. It will also show up in the Catalog tab in ArcMap and Arc Toolbox by right clicking and selecting either Help or Item Description. Help just displays the help while Item Description allows editing it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 14:06:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425003#M33376</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2012-03-29T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425004#M33377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to install a help authoring tool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These are easy to use, and will compile the help file in CHM and web help formats, plus my chosen one will also output a Word Document or PDF. I used to use HelpBreeze, but it has fallen behind so I switched to HelpSmith which could import all my old help files. HelpBreeze is cheaper but a security upgrade in Windows prevents saving edits and HB have not fixed it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HelpSmith cost $200 but since I purchased it I now write a proper integrated help file for every project I am involved with. I now start early with a specification and mockup of the screens right into the help file and then use it to keep track of specification changes. I find it easy to link the geoprocessing tools to topics in the help files. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new default help editing tool at 10.x are now so difficult to use I now just get on with a HelpSmith project at the start. It has many other benefits, the files can be stand-alone, incorporated in other web resources and are easy to maintain in a single document, whereas the ArcGIS help is separate for each tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.helpsmith.com"&gt;www.helpsmith.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 00:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425004#M33377</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2012-03-30T00:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425005#M33378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Greg - this simple solution does exactly what I need. I'm surprised Esri doesn't have a description of this when you search Help on "create help."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 12:58:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425005#M33378</guid>
      <dc:creator>ehallisey</dc:creator>
      <dc:date>2012-04-02T12:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425006#M33379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess not for "create help"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But "document tool" finds it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000014000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000014000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Help" is such a generic word through the whole help/doc system &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 14:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425006#M33379</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2012-04-02T14:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425007#M33380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I guess not for "create help"&lt;BR /&gt;But "document tool" finds it.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000014000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001500000014000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Help" is such a generic word through the whole help/doc system &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Khibma,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to add help to some of the scripts I've created at work using the methodology laid out in the above link, "documenting tools and toolboxes." After I get done editing in the item description window and then click on the tool I get a Script Error and ArcMap proceeds to crash :(. This error happens when editing the script in the catalog menu, I have also tried editing tool item descriptions from ArcCatalog and remember getting script errors there as well. I'm just not sure at what process the program crashes out. Just wanted to know if this was on my end or if other people are having this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was also curious about how to add pictures to the tool's side-panel help like some of the Arc Tools have in their help descriptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13185[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 16:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425007#M33380</guid>
      <dc:creator>Jasonvan_Warmerdam</dc:creator>
      <dc:date>2012-04-02T16:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425008#M33381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp; After I get done editing in the item description window and then click on the tool I get a Script Error and ArcMap proceeds to crash :(. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not seen this script error crash myself. The first thing I suggest when people get unexpected crashes like this is to reset your application profile. (I do this on every update and service pack.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was also curious about how to add pictures to the item description like some of the Arc Tools have in their help descriptions.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the Arc 10 script documentation is using the same metadata schema as metadata elsewhere in the system, this is no longer supported (it was in 9.3). They may eventually allow this by adding bitmap attachments to the metadata model but it would be kind of kludgy. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option to consider is to create a web site and have your help link to it. This has the advantage of providing users the most current documentation, since you can update the web site at any time after they download your tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 16:43:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425008#M33381</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-02T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425009#M33382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've searched our internal database and asked a couple people - we dont have any known issues logged for a crash in this regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm you're using 10.0?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is the crash consistently reproducible? If it is, can you write out the steps you do where it crashes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If we can reproduce the crash, we can fix it (and of course want to fix it)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 18:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425009#M33382</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2012-04-02T18:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425010#M33383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've searched our internal database and asked a couple people - we dont have any known issues logged for a crash in this regards.&lt;BR /&gt;&lt;BR /&gt;Can you confirm you're using 10.0?&lt;BR /&gt;Also, is the crash consistently reproducible? If it is, can you write out the steps you do where it crashes?&lt;BR /&gt;If we can reproduce the crash, we can fix it (and of course want to fix it)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using ArcGIS 10 service pack 3:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Open ArcMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. From within ArcToolbox navigate to the script you would like to edit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Right click on the tool and Select Item Description&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Do something (I've found you can make it crash just by opening Item Description).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Close Item Description&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Click on the script, or any script and watch the program crash out :(..... Script Error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can create Item descriptions for my geoprocessing tools from within ArcCatalog though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 17:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425010#M33383</guid>
      <dc:creator>Jasonvan_Warmerdam</dc:creator>
      <dc:date>2012-04-17T17:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425011#M33384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the follow up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot reproduce the problem as you describe on my 10.0 spX machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a guess, if you re-name your profile and re-start ArcMap, does it still happen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Navigate to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\&amp;lt;user&amp;gt;\AppData\Roaming\esri&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rename the Desktop10.0 folder to something else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open ArcMap, and try your steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you're done if you can re-name the folder back if you want to regain the settings of ArcMap&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 20:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425011#M33384</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2012-04-17T20:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425012#M33385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI, if you open your tools parameters in &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;ArcToolbox&lt;/SPAN&gt;&lt;SPAN&gt; and go to the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;General&lt;/SPAN&gt;&lt;SPAN&gt; tab, you can enter valid HTML code in the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Description&lt;/SPAN&gt;&lt;SPAN&gt; box which is a simple way to create nice looking help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 20:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425012#M33385</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2012-04-26T20:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425013#M33386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Curtis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a script tool with Python and am trying to add documentation to it. I was able to enter a general description of the tool that appears in the tool help when it is first opened, but when I click on one of the specific input parameters, the description in the tool help is blank and I can't figure out where to edit it. I've also tried right clicking on the script tool itself in ArcCatalog (10.2.1) but do not get an "Item Description" button. Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]34950[/ATTACH][ATTACH=CONFIG]34951[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is this a custom tool (.NET) or a script tool?&lt;BR /&gt;&lt;BR /&gt;If it's a script tool, documentation is added by right clicking the tool, selecting Item Description and editing the metadata.&lt;BR /&gt;&lt;BR /&gt;For GP tools built using .NET (called a &lt;A href="http://edndoc.esri.com/arcobjects/9.2/net/e7d06ae9-a6d1-4248-a7a3-9d5f375f088c.htm"&gt;"custom geoprocessing tool"&lt;/A&gt; instead of the more common "script tool" built in Python or another scripting language) you do indeed need to create a .chm file and set the tools HelpFile property to point to it. Although the &lt;A href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms670169(v=vs.85).aspx"&gt;Microsoft Windows HTML Help SDK&lt;/A&gt; is still supported (in Windows 7), it's very difficult to use. This is usually handled using third-party help authoring applications (Esri uses one obviously) that create documentation in various formats (including .chm) from a single source. &lt;A href="http://www.adobe.com/products/robohelp.html"&gt;Robohelp &lt;/A&gt;is one of the most popular ones out there.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 13:27:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425013#M33386</guid>
      <dc:creator>JonathanCusick</dc:creator>
      <dc:date>2014-06-27T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425014#M33387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The right click thing is in ArcMap. In ArcCatalog, select the script, click the description button and click edit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When editing script tools, it's best to have your Customize/Options/Metadata set to "Item Description" style.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:28:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425014#M33387</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-06-27T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425015#M33388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The right click thing is in ArcMap. In ArcCatalog, select the script, click the description button and click edit.&lt;BR /&gt;&lt;BR /&gt;When editing script tools, it's best to have your Customize/Options/Metadata set to "Item Description" style.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 18:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425015#M33388</guid>
      <dc:creator>JonathanCusick</dc:creator>
      <dc:date>2014-07-02T18:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425016#M33389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some alternatives ....&amp;nbsp; I will not say they are easier or better only cheaper if you are on a tight budget some of these are free or opensource.... At some point in time I have used all of the below.... ( I currently use Robohelp since now I have a software budget &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandcastle -- &lt;A href="http://shfb.codeplex.com/" title="http://shfb.codeplex.com/"&gt;http://shfb.codeplex.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.helpandmanual.com/index.html" title="http://www.helpandmanual.com/index.html"&gt;Help &amp;amp; Manual - The most popular help authoring and documentation tool&lt;/A&gt; &lt;A href="http://shfb.codeplex.com/" title="http://shfb.codeplex.com/"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.microsoft.com/en-us/download/details.aspx?id=21138" title="http://www.microsoft.com/en-us/download/details.aspx?id=21138"&gt;HTML Help Workshop and Documentation from Official Microsoft Download Center&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dumah7.wordpress.com/2009/02/17/kel-chm-creator-v-1-4-0-0/" title="https://dumah7.wordpress.com/2009/02/17/kel-chm-creator-v-1-4-0-0/"&gt;KEL CHM Creator v.1.4.0.0 | Dumah's blog&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.helpscribble.com/index.html" title="http://www.helpscribble.com/index.html"&gt;HelpScribble - Complete Help Authoring Tool - WinHelp hlp, HTML Help chm, Printed Manual and Web Help&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://www.helpndoc.com/" title="http://www.helpndoc.com/"&gt;HelpNDoc | HTML help authoring tool, Word, PDF and eBook documentation generator&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps for those on a tight budget......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 15:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425016#M33389</guid>
      <dc:creator>TedKowal</dc:creator>
      <dc:date>2015-01-13T15:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425017#M33390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you can use HTML tags to format the item description for a nicer looking tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:48:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425017#M33390</guid>
      <dc:creator>GerryGabrisch</dc:creator>
      <dc:date>2015-01-15T15:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425018#M33391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed a script tool. Now I will edit the documentation by clicking the item description. However after I press the edit button, only generic information are available for editing. Some specific parameters (such as usage, input parameters ) are not shown up for editing. Anyone has suggestions on how to edit these specific parameters? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 15:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425018#M33391</guid>
      <dc:creator>tinaYang</dc:creator>
      <dc:date>2015-09-02T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425019#M33392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of what you're seeing when trying to modify the documentation of a tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 17:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425019#M33392</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2015-09-08T17:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Help file for a new geoprocessing tool</title>
      <link>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425020#M33393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your app options, metadata tab are set to Item Description before trying to edit tool documentation. This will turn on a more appropriate stylesheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 23:50:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/create-a-help-file-for-a-new-geoprocessing-tool/m-p/425020#M33393</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-09-25T23:50:04Z</dc:date>
    </item>
  </channel>
</rss>

