-
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.
changed out the pyproject starter data for the dummyos info.
- Loading branch information
Showing
15 changed files
with
43 additions
and
145 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# DUmmyScript.com | ||
*.swp | ||
|
||
/build/ | ||
|
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 |
---|---|---|
@@ -1,32 +1,5 @@ | ||
Copyright (C) 2017 Alpha Griffin | ||
@%@~LICENSE~@%@ | ||
|
||
saw_031517_3 - Add logo. | ||
|
||
saw_031517_2 - Fix theme_options for sphinx_rtd_theme 0.1.9 which is the version currently in | ||
portage. Add favicon.ico. | ||
|
||
saw_031517_1 - Use sphinx_rtd_theme. | ||
|
||
saw_031417_7 - Add to the docstrings. | ||
|
||
saw_031417_6 - Updates to README about the Makefile. | ||
|
||
saw_031417_5 - Bumping to beta status. | ||
|
||
saw_031417_4 - Will just have to do without the friendly error check. | ||
|
||
saw_031417_3 - Fix the conditional Sphinx check. | ||
|
||
saw_031417_2 - Fix over-broad Sphinx dependency check. | ||
|
||
saw_031417_1 - Building up a Makefile; utilizing Sphinx for documentation. | ||
|
||
saw_030917_1 - Add instructions for making source/binary distributions. | ||
|
||
saw_021817_3 - More README updates. | ||
|
||
saw_021817_2 - Updates to README and .gitignore. | ||
|
||
saw_021817_1 - Initial commit. | ||
roc_031817_1 - Initial commit. | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ag.pyproject package | ||
dummy.os package | ||
==================== | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ag.pyproject | ||
.. automodule:: dummy.os | ||
: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ag | ||
dummy | ||
== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ag | ||
dummy |
File renamed without changes.
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 @@ | ||
# dummyscript.com |
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,2 @@ | ||
# dummyscript.com | ||
# second entry point from the CLI |
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 @@ | ||
__version__ = '0.0.1' |
File renamed without changes.
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