-
-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #575 from rachmadaniHaryono/feature/docs
docs update
- Loading branch information
Showing
5 changed files
with
95 additions
and
16 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
bukuserver package | ||
================== | ||
|
||
bukuserver.filters module | ||
------------------------- | ||
|
||
.. automodule:: bukuserver.filters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
bukuserver.forms module | ||
----------------------- | ||
|
||
.. automodule:: bukuserver.forms | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
bukuserver.response module | ||
-------------------------- | ||
|
||
.. automodule:: bukuserver.response | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
bukuserver.server module | ||
------------------------ | ||
|
||
.. automodule:: bukuserver.server | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
bukuserver.views module | ||
----------------------- | ||
|
||
.. automodule:: bukuserver.views | ||
: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
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,16 @@ | ||
buku | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
buku | ||
|
||
bukuserver | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
bukuserver | ||
|
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
73df4ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rachmadaniHaryono can you please take a look why docs build is failing?
I see:
ModuleNotFoundError: No module named 'myst_parser'