Skip to content

Commit

Permalink
Merge pull request #28 from astrochun/feature/27_readme_rtds
Browse files Browse the repository at this point in the history
Add RTDs to information to README.md
  • Loading branch information
astrochun committed Jan 29, 2021
2 parents 4c394bc + 0337db1 commit a06617d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
![PyPI - Downloads](https://img.shields.io/pypi/dm/academic-ads-bibtex?color=light%20green&label=PyPI-download&style=flat-square)
![Hits](https://hitcounter.pythonanywhere.com/count/tag.svg?url=https%3A%2F%2Fgithub.com%2Fastrochun%2Facademic-ads-bibtex)

API documentation is available at: [ReadTheDocs](https://academic-ads-bibtex.readthedocs.io)

- [Overview](#overview)
- [Installation](#installation)
- [From PyPi](#from-pypi)
Expand Down Expand Up @@ -62,7 +64,7 @@ But first, we recommend creating a separate (virtual) environment to avoid any
possible conflicts with existing software that you used. Instructions are
provided for `conda` and `virtualenv`.

### From PyPi
### From PyPi:

Using `conda`:

Expand Down
2 changes: 1 addition & 1 deletion academic_ads_bibtex/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
4 changes: 2 additions & 2 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Documentation
=============
API Documentation
=================

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

setup(
name='academic-ads-bibtex',
version='0.2.0',
version='0.2.1',
packages=['academic_ads_bibtex'],
scripts=['bin/academic_ads_bibtex'],
url='https://github.com/astrochun/academic-ads-bibtex',
Expand Down

0 comments on commit a06617d

Please sign in to comment.