Skip to content

Commit c9334af

Browse files
doc improvements (#24)
* Prefer "paramters" over "args" for function documentation. * working on improving the docs * change stats badge * split up the API docs into two pages. * fix broken link to readthedocs * link checkers for docs * reorder secetions * link to multiple sources of download stats * adjust nav * improve CLI example * small fixes * fix double docs
1 parent 6c97fd4 commit c9334af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/configuration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ Configuration:
2828
Profile Usage:
2929
```python linenums="1"
3030
{% include 'snippets/auth-client-context-from-saved-profile.py' %}
31-
32-
from planet_auth import Auth
33-
34-
auth_ctx = Auth.initialize_from_profile(profile="_profile_name_")
3531
```
3632

3733
Direct Usage:

0 commit comments

Comments
 (0)