Skip to content

Commit

Permalink
Add Pypi link
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Jan 26, 2022
1 parent d636eef commit b6a8b35
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 27 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
> Tools for working with data in an instance of Omeka S

This file will become your README and also the index of your documentation.

## Install

`pip install your_project_name`
`pip install omeka-s-tools`

## How to use

See [the documentation](https://wragge.github.io/omeka_s_tools/).

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



See the documentation for more examples.
See [the documentation](https://wragge.github.io/omeka_s_tools/) for more examples.
14 changes: 4 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
</div>
{% endraw %}

<div class="cell border-box-sizing text_cell rendered"><div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>This file will become your README and also the index of your documentation.</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">
<h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2>
Expand All @@ -44,14 +37,15 @@ <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">
<p><code>pip install your_project_name</code></p>
<p><code>pip install omeka-s-tools</code></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">
<h2 id="How-to-use">How to use<a class="anchor-link" href="#How-to-use"> </a></h2>
<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>

</div>
</div>
</div>
Expand Down Expand Up @@ -176,7 +170,7 @@ <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 the documentation for more examples.</p>
<p>See <a href="https://wragge.github.io/omeka_s_tools/">the documentation</a> for more examples.</p>

</div>
</div>
Expand Down
15 changes: 5 additions & 10 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
"> Tools for working with data in an instance of Omeka S"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This file will become your README and also the index of your documentation."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand All @@ -37,14 +30,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`pip install your_project_name`"
"`pip install omeka-s-tools`"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## How to use"
"## How to use\n",
"\n",
"See [the documentation](https://wragge.github.io/omeka_s_tools/)."
]
},
{
Expand Down Expand Up @@ -136,7 +131,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"See the documentation for more examples."
"See [the documentation](https://wragge.github.io/omeka_s_tools/) for more examples."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion omeka_s_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1a"
__version__ = "0.0.2"
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
host = github
lib_name = omeka_s_tools
# For Enterprise Git add variable repo_name and company name
repo_name = omeka_s_tools
# repo_name = omeka_s_tools
# company_name = nike

user = wragge
Expand All @@ -13,7 +13,7 @@ author = Tim Sherratt
author_email = [email protected]
copyright = Tim Sherratt
branch = master
version = 0.0.1a
version = 0.0.2
min_python = 3.6
audience = Developers
language = English
Expand Down

0 comments on commit b6a8b35

Please sign in to comment.