Skip to content

Commit c0adf66

Browse files
Re-introduced the example dir
Minor update for docs
1 parent 532a101 commit c0adf66

File tree

7 files changed

+1057
-814
lines changed

7 files changed

+1057
-814
lines changed

.idea/misc.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Example usages and documentation for both modules in detail can be found in the
9090
9191
#### Script usage examples
9292
93-
- [Hardware RNG Example Script Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-hwrng#proper-examples-and-tests)
94-
- [Process Inspection Example Script Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-processInspect#example-script)
93+
- [Hardware RNG Example Script](example/hwrng.py)
94+
- [Process Inspection Example Script](example/processInspect.py)
9595
9696
#### Module usage documentation
9797
- [Hardware RNG Documentation Wiki page](https://github.com/DefinetlyNotAI/PyCTools/wiki/Py-Documentation-‐-hwrng#methods)

TODO.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|-------------------|
33
| hRNG | Add more customisation options to the RNG functions and streamline it fully | Medium | 0.3.0-beta |
44
| processInspect | Add an ondemand feature to process inspect: monitor an app and send data at intervals to the caller (possibly async), with .end to stop, and support for flags. Useful for sysadmin panels. | High | 0.3.0-beta |
5+
6+
7+
Docs to update:
8+
- hRNG Python
9+
- hRNG C
10+
- Helper tools: Compiling (minor changes)

0 commit comments

Comments
 (0)