forked from coala/coala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs-requirements.txt: Add sphinx-argparse
Add the required module for the documentation page to work. docs/Developers/Doc_coala_Settings.rst: Add the documentation page Uses the module installed to generate the documentation page using the default_arg_parser function. docs/conf.py: Add the extension Add the extension for sphinx in the configuration file docs/index.rst:Adds Doc page in index Add the documentation page in the index file so it appears. Closes coala/documentation#40
- Loading branch information
Showing
4 changed files
with
10 additions
and
0 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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
-r requirements.txt | ||
-r test-requirements.txt | ||
sphinx~=1.4.9 | ||
sphinx-argparse~=0.1.15 |
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 @@ | ||
Documentation coala settings | ||
============================ | ||
|
||
.. argparse:: | ||
:module: coalib.parsing.DefaultArgParser | ||
:func: default_arg_parser | ||
:prog: coala |
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