Skip to content

Commit

Permalink
updated docs and readme for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinmurali committed Nov 18, 2018
1 parent 9128867 commit 9f842fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features:

## Updates
* version [2.0.0](https://github.com/nithinmurali/pygsheets/releases/tag/2.0.0) released
* For migrating from 1.x please see the [changelog]().
* For migrating from 1.x please see the [changelog](https://pygsheets.readthedocs.io/en/staging/changelog.html#version-2-0-0).

## Installation

Expand Down Expand Up @@ -213,7 +213,7 @@ wks.get_named_range('prices')
wks.get_named_ranges() # will return a list of DataRange objects
wks.delete_named_range('prices')

# Plot a chart
# Plot a chart/graph
wks.add_chart(('A1', 'A6'), [('B1', 'B6')], 'Health Trend')

```
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Changelog
=========
Versions
========


Version 2.0.0
Expand Down
6 changes: 5 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ Features

Updates
-------
New version 2.0.0 released. Please see changelog to migrate from 1.x
New version 2.0.0 released. Please see changelog_ to migrate from 1.x.

.. _changelog: https://pygsheets.readthedocs.io/en/staging/changelog.html



Small Example
-------------
Expand Down

0 comments on commit 9f842fc

Please sign in to comment.