Skip to content

Commit e7716a9

Browse files
committed
first crack at generating python docs
1 parent ed08f41 commit e7716a9

File tree

11 files changed

+61206
-4
lines changed

11 files changed

+61206
-4
lines changed

docs/v1/accounting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6000,7 +6000,7 @@
60006000
<nav id="scrollingNav">
60016001
<ul class="sidenav nav nav-list">
60026002
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6003-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.13.1</li>
6003+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>1.13.2</li>
60046004
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
60056005
<li data-group="Accounting" data-name="createAccount" class="">
60066006
<a href="#api-Accounting-createAccount">createAccount</a>

docs/v1/appstore/index.html

Lines changed: 2999 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/files/index.html

Lines changed: 5410 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/finance/index.html

Lines changed: 6326 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/payroll-au/index.html

Lines changed: 9567 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/payroll-nz/index.html

Lines changed: 15677 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/payroll-uk/index.html

Lines changed: 15628 additions & 0 deletions
Large diffs are not rendered by default.

docs/v1/projects/index.html

Lines changed: 5595 additions & 0 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def read_file(filename):
4848
keywords="xero python sdk API oAuth",
4949
name="xero_python",
5050
packages=find_packages(include=["xero_python", "xero_python.*"]),
51-
version="1.13.1",
51+
version="1.13.2",
5252
)

xero_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Xero Developer API"""
44
__email__ = "[email protected]"
5-
__version__ = "1.13.1"
5+
__version__ = "1.13.2"

0 commit comments

Comments
 (0)