-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Current State: docs currently describe login as part of create a new project tutorial, but not on its own (i.e., in a easily linkable way).
Preferred State: we add a login-specific anchor in the docs with various login methods described.
Three login options for new documentation section:
- use
Panoptes.connect(username='example', password='example') - use
Panoptes.connect(login='interactive') - set PANOPTES_USERNAME and PANOPTES_PASSWORD env variables, then use
Panoptes.connect()(env variables are checked as fallback)
Metadata
Metadata
Assignees
Labels
No labels