We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# get workspace workspace = geo.get_workspaces(workspace='workspace_name')
Above line should be just geo.get_workspace(workspace='workspace_name') Other examples also have errors:
geo.get_workspace(workspace='workspace_name')
# get default workspace dw = geo.get_default_wokspace(workspace='workspace_name')
Above line should be geo.get_default_workspace() There are other typos like this in the same docs/source/how_to_use.rst document.
geo.get_default_workspace()
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. It is the error on documentation. I will fix it soon.
Sorry, something went wrong.
4963287
Merge pull request #122 from gicait/docs
ea01707
close #121
iamtekson
No branches or pull requests
Above line should be just
geo.get_workspace(workspace='workspace_name')
Other examples also have errors:
Above line should be
geo.get_default_workspace()
There are other typos like this in the same docs/source/how_to_use.rst document.
The text was updated successfully, but these errors were encountered: