-
Notifications
You must be signed in to change notification settings - Fork 124
Generating output docs #847
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3470018
Work on Generating Output docs for #765
kotfu f587720
Merge branch 'master' into generating_output_docs
kotfu 8b2b537
Documentation for colored output #765
kotfu 7175181
Fix minor errors in docstrings
kotfu 5058d7a
Remove unused variable
kotfu 633074e
Fix flake8 error
kotfu 965d46b
Write details for two sections
kotfu 029afe4
Show various options for documenting attributes
kotfu 6102c0a
Show usage of colorama for ansi text styling
kotfu 51851b8
Merge branch 'master' into generating_output_docs
kotfu de9e778
Show various attribute documentation approaches for #821
kotfu 69b108a
Finish generating_output and document output related settings
kotfu 309f542
Minor formatting cleanups
kotfu 4bc02bb
Clean out some unused cruft
kotfu 52f4275
Finish documenting settings and add new builtin_commands document
kotfu f22129e
Spacing fix
kotfu 10da731
Reorganize doc conventions
kotfu 10b8448
Merge branch 'master' into generating_output_docs
kotfu 591bd29
Merge branch 'master' into generating_output_docs
tleonhardt e156d1b
Remove attribute documentation for #821
kotfu 8247446
Updates for allow_ansi -> allow_style
kotfu dadf6c8
Add documentation for default_error
kotfu c845d33
Add shell command, and show how to remove builtin commands
kotfu e56d191
Move settable documentation from source code to api docs
kotfu 6331e81
Clean up function documentation so it renders properly
kotfu ec8e743
Add comment for broken_pipe_warning
kotfu 1d47c09
Revise allow_style and colored output documentation
kotfu 4082e2f
Fix document rendering error
kotfu 9a899dc
Clarify how to document instance attributes
kotfu e7a4505
Clarify comment style for module data members and class attributes
kotfu 8914dd5
Fix doc8 error
kotfu dcf83a3
Updating docs for default style functions
kmvanbrunt 37b8bca
Updating some doc text
kmvanbrunt fa2de84
Updating some doc text
kmvanbrunt 6ef3b08
Updating some doc text
kmvanbrunt 64c05ab
Updating some doc text
kmvanbrunt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| cmd2.ansi | ||
| ========= | ||
|
|
||
| .. automodule:: cmd2.ansi | ||
| :members: |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,5 +7,6 @@ API Reference | |
| cmd | ||
| decorators | ||
| exceptions | ||
| ansi | ||
| utility_classes | ||
| utility_functions | ||
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.