Skip to content

Commit

Permalink
Edit docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Jan 26, 2022
1 parent b6a8b35 commit 21e3e3a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## How to use

See [the documentation](https://wragge.github.io/omeka_s_tools/).
[See the documentation](https://wragge.github.io/omeka_s_tools/api.html) for full details of the Omeka API Client.

```python
omeka = OmekaAPIClient('http://timsherratt.org/collections/api')
Expand Down Expand Up @@ -72,4 +72,7 @@ items['results'][0]



See [the documentation](https://wragge.github.io/omeka_s_tools/) for more examples.
See [the documentation](https://wragge.github.io/omeka_s_tools/api.html) for more examples.

----
Created by [Tim Sherratt](https://timsherratt.org) ([@wragge](https://twitter.com/wragge)) for the [GLAM Workbench](https://glam-workbench.net/).
12 changes: 10 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h2 id="How-to-use">How to use<a class="anchor-link" href="#How-to-use"> </a></h2><p>See <a href="https://wragge.github.io/omeka_s_tools/">the documentation</a>.</p>
<h2 id="How-to-use">How to use<a class="anchor-link" href="#How-to-use"> </a></h2><p><a href="https://wragge.github.io/omeka_s_tools/api.html">See the documentation</a> for full details of the Omeka API Client.</p>

</div>
</div>
Expand Down Expand Up @@ -170,7 +170,15 @@ <h2 id="How-to-use">How to use<a class="anchor-link" href="#How-to-use"> </a></h

<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>See <a href="https://wragge.github.io/omeka_s_tools/">the documentation</a> for more examples.</p>
<p>See <a href="https://wragge.github.io/omeka_s_tools/api.html">the documentation</a> for more examples.</p>

</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<hr>
<p>Created by <a href="https://timsherratt.org">Tim Sherratt</a> (<a href="https://twitter.com/wragge">@wragge</a>) for the <a href="https://glam-workbench.net/">GLAM Workbench</a>.</p>

</div>
</div>
Expand Down
13 changes: 7 additions & 6 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"source": [
"## How to use\n",
"\n",
"See [the documentation](https://wragge.github.io/omeka_s_tools/)."
"[See the documentation](https://wragge.github.io/omeka_s_tools/api.html) for full details of the Omeka API Client."
]
},
{
Expand Down Expand Up @@ -131,15 +131,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"See [the documentation](https://wragge.github.io/omeka_s_tools/) for more examples."
"See [the documentation](https://wragge.github.io/omeka_s_tools/api.html) for more examples."
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"----\n",
"Created by [Tim Sherratt](https://timsherratt.org) ([@wragge](https://twitter.com/wragge)) for the [GLAM Workbench](https://glam-workbench.net/)."
]
}
],
"metadata": {
Expand Down

0 comments on commit 21e3e3a

Please sign in to comment.