-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CommonServerPython reference docs (#476)
* csp doc initial commit * add docspec package * use pipenv * run * escape gt and lt chars * html escape * run html escape on line * use pydocmd escaping, rm class def and add csp overview * add api ref category * rm escaping and trailing whitespaces * mv demistomock rename to the py script * rm trailing whitespace * extend sidebar * add filter processor and test for csp * revert gitignore * rm trailing whitespace * exclude csp test data * add cwd class test helper * fix md csp link * rm readline from test * push api ref before content rn * use get instead of direct key access * skip none return type * rm init rendering * improve enum rendering * add signature class prefix * sort alphabetically * add py formatting to examples * add comment about removing first lines from csp
- Loading branch information
Showing
5 changed files
with
6,517 additions
and
56 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
CommonServerPython.py | ||
demistomock.py | ||
!test_data/demistomock.py | ||
!test_data/CommonServerPython.py | ||
approved_tags.json | ||
approved_usecases.json | ||
.content-bucket |
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
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
Oops, something went wrong.