You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,6 @@ For more information, see the documentation:
7
7
8
8
<http://tableau.github.io/document-api-python>
9
9
10
-
For more information, see the documentation:
11
-
12
-
<http://tableau.github.io/document-api-python>
13
-
14
10
Document API
15
11
---------------
16
12
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 :)
@@ -33,3 +29,6 @@ Features include:
33
29
- Get all fields in use by certain sheets in a workbook
34
30
35
31
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information
Copy file name to clipboardExpand all lines: docs/docs/contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ anyone can add to an issue:
51
51
52
52
## Fixes, Implementations, and Documentation
53
53
54
-
For all other things, please submit a PR that includes the fix, documentation, or new code that you are trying to contribute. More information on submitting a PR can be found in the[developer guide](dev-guide.md)
54
+
For all other things, please submit a PR that includes the fix, documentation, or new code that you are trying to contribute. More information on this can be found in our[developer guide](http://tableau.github.io/document-api-python/docs/dev-guide)
55
55
56
56
If the feature is complex or has multiple solutions that could be equally appropriate approaches, it would be helpful to file an issue to discuss the
57
57
design trade-offs of each solution before implementing, to allow us to collectively arrive at the best solution, which most likely exists in the middle
0 commit comments