Skip to content

Commit

Permalink
Merge pull request #126 from scholarly-python-package/develop
Browse files Browse the repository at this point in the history
Very minor changes in links to documentation
  • Loading branch information
silvavn committed May 23, 2020
2 parents 545da16 + 683301a commit a31004f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
matrix:
python-version: [3.8]
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[![Python package](https://https://github.com/scholarly-python-package/scholarly/workflows/Python%20package/badge.svg?branch=master)](https://https://github.com/scholarly-python-package/scholarly/actions?query=branch%3Amaster)
[![Python package](https://github.com/scholarly-python-package/scholarly/workflows/Python%20package/badge.svg?branch=master)](https://https://github.com/scholarly-python-package/scholarly/actions?query=branch%3Amaster)

[![Documentation Status](https://readthedocs.org/projects/scholarly/badge/?version=latest)](https://scholarly.readthedocs.io/en/latest/?badge=latest)


# scholarly
scholarly is a module that allows you to retrieve author and publication information from [Google Scholar](https://scholar.google.com) in a friendly, Pythonic way.

Check the [documentation]() for a complete reference!
## Documentation

Check the [documentation](https://scholarly.readthedocs.io/en/latest/?badge=latest) for a complete reference!

## Installation
Use `pip` to install from pypi:
Expand Down

0 comments on commit a31004f

Please sign in to comment.