-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressed Several Issues Related to the 0.5.0 Release (#25)
* Removed print statement * Simplified testin * Documenting the subscriptable behavior * Cleaned up documentation * Fixed documentation for sample programs method * Added the pathlike name function * Updated README * Adding logs * Added various logs * Updated changelog * Updated minor version
- Loading branch information
Showing
5 changed files
with
87 additions
and
36 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,8 +1,9 @@ | ||
# subete | ||
|
||
The plan for this repo is to extract the repo traversal utilities | ||
from the sample-programs-docs-generator. I really like this as | ||
a way of providing a Python library which interfaces with the | ||
Sample Programs repo. I can already see this being useful for | ||
our own internal documentation but also useful for anyone who | ||
just wants to explore code in a bunch of different languages. | ||
# Subete | ||
|
||
Subete is a Python library for interacting with the Sample Programs | ||
repository. It works by cloning the repository and analyzing its | ||
contents. It is currently in its alpha form, but you can already | ||
see it being used in various Sample Programs projects. | ||
|
||
If you're interested in exploring the repo programatically, | ||
check out the [official documentation](https://subete.therenegadecoder.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
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