modred — Modern DR Editor (Minimal CP/M ED in Python)
Welcome to the modred documentation. This site provides a reference and examples for the minimal CP/M ED implementation located in modred.py.
- Commands: see
COMMANDS.md - Examples: see
EXAMPLES.md - Quickstart: see
QUICKSTART.md
To build the docs locally:
pip install mkdocs
mkdocs build
# or preview locally
mkdocs serve