-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add kezabelle to contributors * Fix `make docs` command * Update docs * Custom checks * How to run a subset of checks * New Default checks section * Check in modules and watchman sections
- Loading branch information
1 parent
c354c36
commit 2d41c4b
Showing
5 changed files
with
117 additions
and
4 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 |
---|---|---|
|
@@ -5,9 +5,9 @@ Credits | |
Development Lead | ||
---------------- | ||
|
||
* Michael Warkentin <[email protected]> | ||
* Michael Warkentin <[email protected]> - https://github.com/mwarkentin | ||
|
||
Contributors | ||
------------ | ||
|
||
None yet. Why not be the first? | ||
* Keryn Knight - https://github.com/kezabelle |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
watchman | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
watchman |
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
watchman package | ||
================ | ||
|
||
Submodules | ||
---------- | ||
|
||
watchman.checks module | ||
---------------------- | ||
|
||
.. automodule:: watchman.checks | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.decorators module | ||
-------------------------- | ||
|
||
.. automodule:: watchman.decorators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.models module | ||
---------------------- | ||
|
||
.. automodule:: watchman.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.settings module | ||
------------------------ | ||
|
||
.. automodule:: watchman.settings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.urls module | ||
-------------------- | ||
|
||
.. automodule:: watchman.urls | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.utils module | ||
--------------------- | ||
|
||
.. automodule:: watchman.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
watchman.views module | ||
--------------------- | ||
|
||
.. automodule:: watchman.views | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: watchman | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |