-
Notifications
You must be signed in to change notification settings - Fork 234
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 CLI documentation page #271
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tgerdesnv
reviewed
Mar 20, 2023
matthewkotila
force-pushed
the
matthewkotila-cli
branch
from
March 21, 2023 00:15
0399ef7
to
d0423e5
Compare
matthewkotila
force-pushed
the
matthewkotila-cli
branch
from
March 21, 2023 18:16
d0423e5
to
e435c01
Compare
debermudez
reviewed
Mar 21, 2023
Tabrizian
reviewed
Mar 21, 2023
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.
One minor comment, otherwise looks good.
debermudez
reviewed
Mar 21, 2023
debermudez
approved these changes
Mar 21, 2023
tgerdesnv
reviewed
Mar 22, 2023
Tabrizian
approved these changes
Mar 22, 2023
matthewkotila
force-pushed
the
matthewkotila-cli
branch
from
March 22, 2023 15:53
55035ed
to
c07c6ed
Compare
matthewkotila
force-pushed
the
matthewkotila-cli
branch
from
March 22, 2023 16:41
362295d
to
3359ed2
Compare
matthewkotila
force-pushed
the
matthewkotila-cli
branch
from
March 22, 2023 16:56
68a0de1
to
340c197
Compare
tgerdesnv
approved these changes
Mar 22, 2023
matthewkotila
added a commit
that referenced
this pull request
Apr 12, 2023
* Add CLI documentation page * Addressed comments * Addressed comments * Clean up * Clean up
matthewkotila
added a commit
that referenced
this pull request
Apr 13, 2023
* Add CLI documentation page * Addressed comments * Addressed comments * Clean up * Clean up
matthewkotila
added a commit
that referenced
this pull request
Apr 18, 2023
* Add CLI documentation page * Addressed comments * Addressed comments * Clean up * Clean up
matthewkotila
added a commit
that referenced
this pull request
Apr 20, 2023
* Add quick start documentation page (#261) * Add quick start documentation page * Addressed comments * Addressed comments * Fixed typo * Addressed comments * Add installation documentation page (#266) * Add installation documentation page * Add quick start to docs readme * Add CLI documentation page (#271) * Add CLI documentation page * Addressed comments * Addressed comments * Clean up * Clean up * Rewrite top-level readme (#273) * Rewrite top-level readme * Addressed comments * Add input data, measurements, benchmarking documentation (#274) * Add data guide documentation * Add measurement doc * Add benchmarking doc * Add more to measurements and metrics doc and new link in readme * Fix some comments and add more to metrics * Move data_guide to input_data * Adjusted header size * Update all links * Add back communication protocol docs, fix links, add bls composing models option (#287) * Fix various things in docs (#288) * Fix various things in docs * Addressed comments * Proof-read all docs (#290) * Proof-read all docs * Addressed comments * Fix docs --------- Co-authored-by: Matthew Kotila <matthew.r.kotila@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mainly just copy-and-paste of the CLI help message for each option. I fix some types and change some wording. I can eventually forward these changes to the help message.