-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make chapel-py missing warnings better
Signed-off-by: Jade Abraham <[email protected]>
- Loading branch information
1 parent
82766bf
commit fb8f958
Showing
4 changed files
with
81 additions
and
65 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 |
---|---|---|
|
@@ -29,3 +29,5 @@ man.rst | |
/tutorial/workbooks/*.bbl | ||
/tutorial/workbooks/*.blg | ||
/sphinx/build | ||
|
||
chapel-py-api.rst |
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,23 @@ | ||
API | ||
--- | ||
|
||
.. automodule:: chapel | ||
:member-order: bysource | ||
:members: | ||
:undoc-members: | ||
|
||
.. automodule:: chapel.visitor | ||
:member-order: bysource | ||
:members: | ||
:undoc-members: | ||
|
||
.. automodule:: chapel.replace | ||
:member-order: bysource | ||
:members: | ||
:undoc-members: | ||
|
||
.. automodule:: chapel.lsp | ||
:member-order: bysource | ||
:members: | ||
:undoc-members: | ||
|
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