Fix Docs reference section __init__.py URLs (#4168)
This commit is contained in:
parent
620b726fee
commit
4aa7969e15
100 changed files with 113 additions and 107 deletions
|
|
@ -18,6 +18,7 @@ def login(api_key=''):
|
|||
Example:
|
||||
```python
|
||||
from ultralytics import hub
|
||||
|
||||
hub.login('API_KEY')
|
||||
```
|
||||
"""
|
||||
|
|
@ -31,6 +32,7 @@ def logout():
|
|||
Example:
|
||||
```python
|
||||
from ultralytics import hub
|
||||
|
||||
hub.logout()
|
||||
```
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue