-
Notifications
You must be signed in to change notification settings - Fork 206
SG-22787: Shotgun to ShotGrid #245
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
Conversation
>>> sg.info() | ||
{'full_version': [8, 2, 1, 0], 'version': [8, 2, 1], 'user_authentication_method': 'default', ...} | ||
Tokens and values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was never rendered out to html and generated warnings. It made sense to remove as the doc is prefectly readable without it.
.. note:: | ||
Support for passing in an int representing the Attachment ``id`` is deprecated | ||
.. todo:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo
is not a valid token in sphinx.
# does not support Python 2.6 | ||
# See https://docs.travis-ci.com/user/reference/xenial/#python-support | ||
|
||
# Python 2.6, Server #1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 2.6 was deprecated on May 1rst and the build is failing, so let's get rid of it.
|
||
v3.1.1 (2019 August 29) | ||
===================== | ||
======================= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes a LOT of warnings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as we're okay with the broken links for now.
* [Installing](http://developer.shotgridsoftware.com/python-api/installation.html) | ||
* [Tutorials](http://developer.shotgridsoftware.com/python-api/cookbook/tutorials.html) | ||
* [API Reference](http://developer.shotgridsoftware.com/python-api/reference.html) | ||
* [Data Types](http://developer.shotgridsoftware.com/python-api/reference.html#data-types) | ||
* [Filter Syntax](http://developer.shotgridsoftware.com/python-api/reference.html#filter-syntax) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These links don't work right now. Are we sure they are going to be online when this is released?
Rebranded, and fixed a few warnings to make the output of the doc generation process a little cleaner.