-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#202: sphinx-apidoc -o docs onlinejudge
- Loading branch information
Showing
6 changed files
with
278 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
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 |
---|---|---|
|
@@ -2,6 +2,6 @@ onlinejudge | |
=========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 10 | ||
|
||
onlinejudge |
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,102 @@ | ||
onlinejudge\.implementation\.command package | ||
============================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
onlinejudge\.implementation\.command\.code\_statistics module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.code_statistics | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.download module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.download | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.generate\_output module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.generate_output | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.generate\_scanner module | ||
-------------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.generate_scanner | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.get\_standings module | ||
----------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.get_standings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.login module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.login | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.split\_input module | ||
--------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.split_input | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.submit module | ||
--------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.submit | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.test module | ||
------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.test | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.test\_reactive module | ||
----------------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.test_reactive | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.command\.utils module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: onlinejudge.implementation.command | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,53 @@ | ||
onlinejudge\.implementation package | ||
=================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
onlinejudge.implementation.command | ||
|
||
Submodules | ||
---------- | ||
|
||
onlinejudge\.implementation\.logging module | ||
------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.logging | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.main module | ||
---------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.main | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.utils module | ||
----------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.implementation\.version module | ||
------------------------------------------- | ||
|
||
.. automodule:: onlinejudge.implementation.version | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: onlinejudge.implementation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,117 @@ | ||
onlinejudge package | ||
=================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
|
||
onlinejudge.implementation | ||
|
||
Submodules | ||
---------- | ||
|
||
onlinejudge\.anarchygolf module | ||
------------------------------- | ||
|
||
.. automodule:: onlinejudge.anarchygolf | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.aoj module | ||
----------------------- | ||
|
||
.. automodule:: onlinejudge.aoj | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.atcoder module | ||
--------------------------- | ||
|
||
.. automodule:: onlinejudge.atcoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.codeforces module | ||
------------------------------ | ||
|
||
.. automodule:: onlinejudge.codeforces | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.csacademy module | ||
----------------------------- | ||
|
||
.. automodule:: onlinejudge.csacademy | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.dispatch module | ||
---------------------------- | ||
|
||
.. automodule:: onlinejudge.dispatch | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.hackerrank module | ||
------------------------------ | ||
|
||
.. automodule:: onlinejudge.hackerrank | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.problem module | ||
--------------------------- | ||
|
||
.. automodule:: onlinejudge.problem | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.service module | ||
--------------------------- | ||
|
||
.. automodule:: onlinejudge.service | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.submission module | ||
------------------------------ | ||
|
||
.. automodule:: onlinejudge.submission | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.topcoder module | ||
---------------------------- | ||
|
||
.. automodule:: onlinejudge.topcoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
onlinejudge\.yukicoder module | ||
----------------------------- | ||
|
||
.. automodule:: onlinejudge.yukicoder | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: onlinejudge | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |