-
Notifications
You must be signed in to change notification settings - Fork 421
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
Merge gh-pages into development #1533
base: development
Are you sure you want to change the base?
Conversation
Merge comments were added when content was updated on master.
* Updating dev guide with gh-pages info for docs * Moving the Dev Guide up in the TOC pane * Update dev-guide.md Added Tyler's correction for pycodestyle.
* Updating dev guide with gh-pages info for docs * Moving the Dev Guide up in the TOC pane * Update dev-guide.md Added Tyler's correction for pycodestyle. * Updating ref pages from v4.1 to v6.1 * Update dev-guide.md Updated command to: pycodestyle tableauserverclient test samples * Update versions.md updated example to use the more compact and elegant: `use_server_version=True`
Update copyright date in footer.html
The download button on the page was linked to the oldest version, v0.1. Updated link to point to the latest version, v0.7.
fixed typo in link from *server*.auth to Authentication.
The API versions from 2018.2 and 2018.3 are taken from the REST API XML Schema doc: https://onlinehelp.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_schema.htm - Version 3.2 (Tableau Server 2018.3): ts-api_3_2.xsd - Version 3.1 (Tableau Server 2018.2): ts-api_3_1.xsd
Addressing PR tableau#410: Fix the projects anchor under the Server resource page. Also fixed schedules and serverinfoitem-class anchors that were misspelled.
gh-pages-dzucker: fix links to REST API reference + "http:" to "https:"
Https link to save redirect
Updating datasource.update to be an update to ownerID instead of name as data sources can't be renamed. Also added a note that name cannot be changed in teh description.
Update api-ref.md
Fix site.get() code sample - remove extraneous ")" ```for site in all_sites):``` to ```for site in all_sites:```
Revised page to address Issue tableau#355 (add site specification on sign in)
small improvements
typo fix
* Update index.md Added *Install on an offline machine* in response to tableau#365 Also added `SITENAME` and descriptive text to sign in of get started example per tableau#355 * Update index.md (tableau#482) Removed test dependencies in anticipation of @t8y8 's package with those dependencies unwired.
- Clarified and cleaned up some existing instructions - Added a new section explaining how maintainers do a release on PyPI
Developer guide updates
…name Update public-facing company name to Salesforce
docs: reflect deprecated removals and updates
docs: workbook publish hidden views
Update api-ref.md
docs: django page_size
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
Add notes about supported endpoints and being able to use multiple filters at a time.
…_details docs: clarify django style filters
docs: environment variables supported by v0.33
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
Add 'description' to workbook tableau#548
* Update samples list to match current file set * Remove workbook data acceleration; feature was removed in 2022
Closes tableau#1241 The docs were incorrect as to what arguments delete_*_default_permissions accepted. This corrects the docs to show that the methods accept an object and not an iterable of objects. Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
Thanks for the contribution! Before we can merge this, we need @coliff @jsonhuff @mbren @graysonarts @jdomingu to sign the Salesforce Inc. Contributor License Agreement. |
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Chris Shin <c***@t***.com> Irwin Dolobowsky <i***@t***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
Required its own branch and merge due to unrelated git histories