Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #71

Merged
merged 1 commit into from
Aug 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Features include:
- Database Name
- Getting Field information from data sources and workbooks
- Get all fields in a data source
- Get all feilds in use by certain sheets in a workbook
- Get all fields in use by certain sheets in a workbook

We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information

Expand All @@ -45,7 +45,7 @@ Download the `.zip` file that contains the SDK. Unzip the file and then run the
pip install -e <directory containing setup.py>
```

#### Installing the Development Version From Git
#### Installing the Development Version from Git

*Only do this if you know you want the development version, no guarantee that we won't break APIs during development*

Expand Down Expand Up @@ -74,7 +74,7 @@ sourceWB.datasources[0].connections[0].username = "benl"
sourceWB.save()
```

With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources
With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources.

```python
from tableaudocumentapi import Workbook
Expand Down Expand Up @@ -104,6 +104,6 @@ sourceWB.save()



###Examples
###[Examples](Examples)

The downloadable package contains several example scripts that show more detailed usage of the Document API
The downloadable package contains several example scripts that show more detailed usage of the Document API.