-
Notifications
You must be signed in to change notification settings - Fork 21
Simple docs update #1178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Simple docs update #1178
Conversation
…s from the CLI, common CLI flags, and clarified error messages related to module-root and benchmarks. Updated VS Code extension setup instructions for better clarity.
|
@mashraf-222 The docs used to create a staging link for review earlier. Not sure why it doesnt create in PR reviews now. |
| 3. **Optimize Button** — Click the **Optimize** button (with lightning bolt icon) to queue the selected function for optimization | ||
| 1. **FILE** — pick a Python file from your workspace. | ||
| 2. **FUNCTION/METHOD** — pick a specific function or method in that file. | ||
| 3. **Optimize** — click the lightning button to queue that function for optimization. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add a lightning button emoji here
|
|
||
| 3. **Optimize Button** — Click the **Optimize** button (with lightning bolt icon) to queue the selected function for optimization | ||
| 1. **FILE** — pick a Python file from your workspace. | ||
| 2. **FUNCTION/METHOD** — pick a specific function or method in that file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here the file which user is looking if its not part of the module path that can cause them strangled.
| - **`--file PATH`**: Optimize only this file. | ||
| - **`--function NAME`**: Optimize only this function (requires `--file`). | ||
| - **`--all [PATH]`**: Optimize all functions, optionally under a path. | ||
| - **`--no-pr`**: Apply changes locally instead of creating a pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Adding examples for each would be helpful with placeholder I guess.
No description provided.