-
Notifications
You must be signed in to change notification settings - Fork 19
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
add section for command line operations #58
Comments
@glotzerlab/signac-committers - thoughts on if CLI documentation should be under "Getting Started" or "User Guide"? I think it should be its own section |
Once the CLI section is created, we should make sure to link it to the Tutorial section (and anywhere else it may be relevant). |
@atravitz I think as per our discussion yesterday I agree with the sectioning suggested in #85 (a separate command line section that falls under the User Guides, whether or not we keep that User Guides header). However, I also think it would be worth updating the tutorial to have more (and more clearly delineated) examples of command line usage. Right now I see only three mentions of the command line interface in the signac (not flow) part of the tutorial, and only two actually show code (for My suggestion would be to change all the existing lines in the tutorial into pure Python interface (except the creation of the project folder), but then add little info bubbles next to some subset of the Python snippets in the tutorial showing how you'd achieve the equivalent on the command line. For example, next to where we currently have |
@vyasr I think this is a good idea. We just need to be careful that the info bubbles don't overwhelm the rest of the tutorial. |
For reference, here is how this was done in the signac project.
After adding it to extensions, we invoke it with:
We can use this method to insert relevant command line commands into the documentation? |
signac command line operations need to be highlighted, especially
signac shell
The text was updated successfully, but these errors were encountered: