Compare commits
1 Commits
2dc99ca745
...
105c496ab1
| Author | SHA1 | Date | |
|---|---|---|---|
|
105c496ab1
|
@@ -74,7 +74,7 @@ language = 'en'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['_build']
|
||||
exclude_patterns = ['_build', 'modules.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
CProof Python Plugins API
|
||||
========================
|
||||
===========================
|
||||
|
||||
The ``prof`` module describes functions that plugins may call to interact with CProof.
|
||||
The ``plugin`` module describes functions that plugins may define to be notified of various events in CProof.
|
||||
|
||||
Reference in New Issue
Block a user