-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2308da3
commit e141932
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ The user authenticated to interact with the |company| platform. | |
The user has access to the resources and capabilities that are also available on the |platform|. | ||
For a |platform| specific description of capabilities, please refer to the :xref:`docs_main_entry`. | ||
|
||
> 👍 Tip | ||
>For collaborative teams using our SDK, we recommend creating shared service accounts and creating SSH keys for those shared accounts. For example, to have several people create ontologies, datasets, and projects programatically, create an email account for use with Encord (for example, [email protected]) and generate an SSH for that email account. | ||
|
||
Dataset | ||
======= | ||
The space where the data itself lives. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,6 +122,9 @@ Users can be added to an existing project using their emails. | |
You can specify the role of the users being added using the :class:`.ProjectUserRole` enum. | ||
You can find more details of the different roles in the :class:`doc-strings <.ProjectUserRole>`. | ||
|
||
> 👍 Tip | ||
>For collaborative teams using our SDK, we recommend creating shared service accounts and creating SSH keys for those shared accounts. For example, to have several people create ontologies, datasets, and projects programatically, create an email account for use with Encord (for example, [email protected]) and generate an SSH for that email account. | ||
|
||
Below is an example of how to add two new annotators to the project. | ||
Note how all users get assigned the same role. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters