-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix up markdownlint warnings * Fix up docs build warnings * Update ToC * Ensure all the util docs are complete * Use sphinx_autodoc_typehints and update intersphinx mapping * Update all sphinx-related tooling to the latest * Fix up spelling problems * Improve the documentation of the types module * Add missing Union import * Improve the scanner docstrings * Finish up the types docstrings * Fix docstrings for util * Shift more configuration options from features -> config * Update config docs * Add "Upgrading" documentation This basically expands the CHANGELOG content from 3.x into a few sets of * What will I see different? * What do I do about it? topics that should get users over the 2-to-3 hump even if they read nothing else. * Update docs/source/configuration.rst Co-authored-by: Scott Bailey <72747501+rbailey-godaddy@users.noreply.github.com> * Address review comments * Hide unsupported options * Add "oops not there yet" section Co-authored-by: Sushant Mimani <sushant.mimani@gmail.com> Co-authored-by: Scott Bailey <scott.bailey@godaddy.com>
- Loading branch information
1 parent
32be379
commit 6424683
Showing
15 changed files
with
662 additions
and
301 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ tartufo.types | |
|
||
.. automodule:: tartufo.types | ||
:members: | ||
:undoc-members: | ||
|
||
tartufo.util | ||
------------ | ||
|
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.