Skip to content

Commit 3687d0b

Browse files
authored
Merge branch 'main' into backlog/do-not-expose-restricted-projections-as-properties
2 parents 88dcbb1 + 87f22f4 commit 3687d0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+64
-7409
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
poetry install --only=dev --no-interaction
6868
poetry build --format=wheel
6969
poetry run twine check dist/*
70-
- uses: actions/upload-artifact@v2
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: dist
7373
path: dist
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
python-version: "3.x"
8989
- name: Download package
90-
uses: actions/download-artifact@v2
90+
uses: actions/download-artifact@v4
9191
with:
9292
name: dist
9393
path: dist
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
python-version: "3.x"
114114
- name: Download package
115-
uses: actions/download-artifact@v2
115+
uses: actions/download-artifact@v4
116116
with:
117117
name: dist
118118
path: dist

README.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ ftrack Python API
44

55
Python API for ftrack.
66

7-
.. important::
8-
9-
This is the new Python client for the ftrack API. If you are migrating from
10-
the old client then please read the dedicated `migration guide <http://ftrack-python-api.rtd.ftrack.com/en/stable/release/migrating_from_old_api.html>`_.
11-
127
*************
138
Documentation
149
*************
1510

1611
Full documentation, including installation and setup guides, can be found at
17-
http://ftrack-python-api.rtd.ftrack.com/en/stable/
12+
https://developer.ftrack.com/api-clients/python/
13+
14+
API reference can be found at
15+
16+
https://ftrack-python-api.readthedocs.io/en/stable/api_reference/index.html
1817

1918
*********************
2019
Copyright and license

doc/404.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
:orphan: metadata
2+
3+
#################
4+
Page not found
5+
#################
6+
7+
This is the old documentation that will be removed in the future. Visit `new docs page <https://developer.ftrack.com/api-clients/python/>`_ to keep reading.
8+
API reference section is still available here.

doc/caching.rst

Lines changed: 0 additions & 175 deletions
This file was deleted.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"sphinx.ext.todo",
1818
"sphinx.ext.viewcode",
1919
"lowdown",
20+
"notfound.extension",
2021
]
2122

22-
2323
# The suffix of source filenames.
2424
source_suffix = ".rst"
2525

doc/environment_variables.rst

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)