Skip to content

Commit c6d7d28

Browse files
committed
Minor doc cleanups
- fix header link to new forums location - point Download button to the Releases page instead of a specific zip file
1 parent cff1e58 commit c6d7d28

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<ul class="nav navbar-nav">
1616
<li><a href="{{ site.baseurl }}/docs/">Docs</a></li>
1717
<li><a href="{{ site.baseurl }}/docs/api-ref">API Reference</a></li>
18-
<li><a target="_blank" href="https://community.tableau.com/community/developers/content">Forum</a></li>
18+
<li><a target="_blank" href="https://community.tableau.com/s/topic/0TO4T000000QF8eWAG/developers-apis">Forum</a></li>
1919
<!-- <li><a href="{{ site.baseurl }}/news/">What's New?</a></li> -->
2020
</ul>
2121
<ul class="nav navbar-nav navbar-right">

docs/docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a feature do not require the CLA.
1919

2020
## Issues and Feature Requests
2121

22-
To submit an issue/bug report, or to request a feature, please submit a [github issue](https://github.com/tableau/document-api-python/issues) to the repo.
22+
To submit an issue/bug report, or to request a feature, please submit a [GitHub issue](https://github.com/tableau/document-api-python/issues) to the repo.
2323

2424
If you are submitting a bug report, please provide as much information as you can, including clear and concise repro steps, attaching any necessary
2525
files to assist in the repro. **Be sure to scrub the files of any potentially sensitive information. Issues are public.**

docs/index.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,30 @@ layout: home
77
<p>This site will get you up and running with the Python version of the Tableau Document API. The Document API, including the samples and documentation, are all open source.</p>
88
<br />
99
<a class="btn btn-primary btn-lg" href="{{ site.baseurl }}/docs" role="button">Get Started</a>&nbsp;&nbsp;
10-
<a class="btn btn-primary btn-lg" href="https://github.com/tableau/document-api-python/archive/v0.4.0.zip" role="button">Download</a>
10+
<a class="btn btn-primary btn-lg" href="https://github.com/tableau/document-api-python/releases" role="button">Download</a>
1111
</header>
1212

1313
# Document API Overview
1414
This repo contains Python source and example files for the Tableau Document API. We're just getting started and have plans to expand what you find here. Help us by submitting feedback, issues, and pull requests!
1515

16-
1716
The Document API provides a supported way to programmatically make updates to Tableau workbook and data source files. If you've been making changes to these file types by directly updating the XML--that is, by XML hacking--this SDK is for you.
1817

18+
Features include:
1919

20-
>Features include:
21-
>
22-
>- Support for 9.X, and 10.X workbook and data source files
23-
> - Including TDSX and TWBX files
24-
>- Getting connection information from data sources and workbooks
25-
> - Server Name
26-
> - Username
27-
> - Database Name
28-
> - Authentication Type
29-
> - Connection Type
30-
>- Updating connection information in workbooks and data sources
31-
> - Server Name
32-
> - Username
33-
> - Database Name
34-
>- Getting Field information from data sources and workbooks
35-
> - Get all fields in a data source
36-
> - Get all fields in use by certain sheets in a workbook
20+
- Support for 9.X, and 10.X workbook and data source files
21+
- Including TDSX and TWBX files
22+
- Getting connection information from data sources and workbooks
23+
- Server Name
24+
- Username
25+
- Database Name
26+
- Authentication Type
27+
- Connection Type
28+
- Updating connection information in workbooks and data sources
29+
- Server Name
30+
- Username
31+
- Database Name
32+
- Getting Field information from data sources and workbooks
33+
- Get all fields in a data source
34+
- Get all fields in use by certain sheets in a workbook
3735

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

0 commit comments

Comments
 (0)