Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Hoover committed May 14, 2020
1 parent 983c6b8 commit f63e6ae
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Enable robust atom mapping on valid reaction SMILES. The atom-mapping informatio

This software is accompanied by a [demo](http://rxnmapper.ai/demo.html) and a writeup, all accesible at http://rxnmapper.ai.

[Documentation](https://rxn4chemistry.github.io/rxnmapper/).

## Installation
For all installations, we recommend using `conda` to get the necessary `rdkit` dependency:

Expand Down
2 changes: 0 additions & 2 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Welcome to RXNMapper's documentation!
:maxdepth: 2
:caption: Contents:

_modules/*

Indices and tables
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h1>Welcome to RXNMapper’s documentation!<a class="headerlink" href="#welcome-
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><span class="xref std std-ref">genindex</span></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs_source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Welcome to RXNMapper's documentation!
:maxdepth: 2
:caption: Contents:

_modules/*

Indices and tables
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='rxnmapper',
version='0.1.1',
version='0.1.2',
author='RXNMapper team',
author_email='[email protected], [email protected]',
py_modules=['rxnmapper'],
Expand Down

0 comments on commit f63e6ae

Please sign in to comment.