Skip to content

Commit

Permalink
Attempt to fix tutorial in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SamLau95 committed Sep 26, 2016
1 parent e1fb4b1 commit e36bb23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[ ] Wrote test for feature
[ ] Added note about PR in CHANGELOG.md
[ ] Added changes in the Changelog section in README.md
[ ] Bumped version number (delete if unneeded)

**Changes proposed:**
Expand Down
2 changes: 2 additions & 0 deletions docs/tables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Creation
:toctree: _autosummary

Table.__init__
Table.empty
Table.from_records
Table.from_columns_dict
Table.read_table
Table.from_df
Table.from_array
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ From the text:

.. ipython:: python
baby = Table.read_table('http://data8.org/textbook/notebooks/baby.csv')
baby = Table.read_table('https://github.com/data-8/textbook/raw/9aa0a167bc514749338cd7754f2b339fd095ee9b/notebooks/baby.csv')
baby # Let's take a peek at the table
# Select out columns we want.
Expand Down

0 comments on commit e36bb23

Please sign in to comment.