Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/package-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ A tool to analyze client and API code written in Python.
# Step 1:
parse-package api -p sklearn -o out
```
2. Analyze client code of this API:
2. Analyze client code that uses this API:
```shell
parse-package usages -p sklearn -s "Kaggle Kernels" -o out
parse-package usages -p sklearn -c "Kaggle Kernels" -o out
```
3. Generate annotations for the API:
```shell
Expand Down