diff --git a/README b/README deleted file mode 120000 index 42061c0..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.md \ No newline at end of file diff --git a/README.md b/README.md index c142b13..5a0d279 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,14 @@ This repo contains Python source and example files for the Tableau Document API. For more information, see the documentation: - + Document API --------------- 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 :) Features include: -- Support for 9.X, 10.X and 202x.x workbook and data source files - - Including TDSX and TWBX files +- Support for TWB, TWBX, TDE and TDSX files starting roughly back to Tableau 9.x - Getting connection information from data sources and workbooks - Server Name - Username @@ -28,6 +27,8 @@ Features include: - Get all fields in a data source - Get all fields in use by certain sheets in a workbook +For Hyper files, take a look a the [Tableau Hyper API](https://help.tableau.com/current/api/hyper_api/en-us/index.html). + We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information As of 2021, this SDK no longer supports Python 2. diff --git a/docs/_includes/header.html b/docs/_includes/header.html index cad2487..6e8e763 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -15,7 +15,7 @@