Skip to content

Commit 67170bc

Browse files
committed
link to tool documentation
1 parent 1a3f388 commit 67170bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@
288288
<a href="https://github.com/annotation/stam-python">Python Library</a> |
289289
<a href="https://stam-python.readthedocs.io">Python API Docs</a> |
290290
<a href="https://github.com/annotation/stam-tools">STAM Tools</a>
291+
<a href="https://annotation.github.io/stam/specs/tools/">Tools Docs</a>
291292
<a href="https://github.com/annotation/stamd">Webservice</a>
292293
</nav>
293294
</div>
@@ -352,7 +353,7 @@ <h2>Practical Tooling</h2>
352353
<ul>
353354
<li><a href="https://github.com/annotation/stam-rust">stam-rust</a> is the main library written in Rust with a focus on performance (<a href="https://docs.rs/stam">Rust API</a>).</li>
354355
<li><a href="https://github.com/annotation/stam-python">stam-python</a> is a Python library built on-top of the Rust library (<a href="https://stam-python.readthedocs.io/">Python API</a>).<br/> A <a href="https://nbviewer.org/github/annotation/stam-python/blob/master/tutorial.ipynb">tutorial "Standoff Text Annotation for Pythonistas"</a> is available as a jupyter notebook. <pre class="inline"><strong>$</strong> pip install stam</pre></li>
355-
<li><a href="https://github.com/annotation/stam-tools">stam-tools</a> is a set of command-line tools to work with STAM.
356+
<li><a href="https://github.com/annotation/stam-tools">stam-tools</a> is a set of command-line tools to work with STAM. (<a href="/specs/tools/">Documentation</a>)
356357
<pre class="inline"><strong>$</strong> cargo install stam-tools</pre>
357358
</li>
358359
<li><a href="https://github.com/annotation/stamd">stamd</a> is a webservice that allow working with STAM via a RESTful Web API.

0 commit comments

Comments
 (0)