Skip to content

Commit

Permalink
nnanno 0.0.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
davanstrien authored Sep 29, 2021
1 parent 9ddf2d4 commit ecb631f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Is evaluated as Python code. This also means all of the documentation and exampl

## Install

You can install `nnanno` via GitHub:
You can install `nnanno` via `PyPI`:

`pip install git+https://github.com/Living-with-machines/nnanno`
`pip install nnanno`

This will install all of the code for sampling from Newspaper Navigator data.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ <h2 id="nbdev-notes">nbdev notes<a class="anchor-link" href="#nbdev-notes"> </a>
</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><p>You can install <code>nnanno</code> via GitHub:</p>
<p><code>pip install git+https://github.com/Living-with-machines/nnanno</code></p>
<h2 id="Install">Install<a class="anchor-link" href="#Install"> </a></h2><p>You can install <code>nnanno</code> via <code>PyPI</code>:</p>
<p><code>pip install nnanno</code></p>
<p>This will install all of the code for sampling from Newspaper Navigator data.</p>

</div>
Expand Down
18 changes: 15 additions & 3 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
"source": [
"## Install\n",
"\n",
"You can install `nnanno` via GitHub:\n",
"You can install `nnanno` via `PyPI`:\n",
"\n",
"`pip install git+https://github.com/Living-with-machines/nnanno`\n",
"`pip install nnanno`\n",
"\n",
"This will install all of the code for sampling from Newspaper Navigator data. "
]
Expand Down Expand Up @@ -514,9 +514,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion nnanno/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author = Daniel van Strien
author_email = [email protected]
copyright = The Alan Turing Institute, British Library Board, Queen Mary University of London, University of Exeter, University of East Anglia and University of Cambridge
branch = master
version = 0.0.1
version = 0.0.2
min_python = 3.6
audience = Developers
language = English
Expand Down

0 comments on commit ecb631f

Please sign in to comment.