From 778e975936b9e892c4f1b85ce73462a0ce6d36d2 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Tue, 27 Jun 2017 15:17:30 -0700 Subject: Split uos module into os and storage. os is a subset of CPython's os. storage contains additional file system mounting functionality based on UNIX's mount management. Fixes #140 --- docs/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 6e7925811..9b188a98a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,11 +1,11 @@ -Adafruit's MicroPython Documentation +Adafruit's CircuitPython Documentation ========================= The latest documentation can be found at: -http://adafruit-micropython.readthedocs.io/en/latest/ +http://circuitpython.readthedocs.io/en/latest/ The documentation you see there is generated from the files in the whole tree: -https://github.com/adafruit/micropython/tree/master +https://github.com/adafruit/circuitpython/tree/master Building the documentation locally ---------------------------------- @@ -19,8 +19,8 @@ preferably in a virtualenv: pip install sphinx pip install sphinx_rtd_theme -In `micropython/`, build the docs: +In `circuitpython/`, build the docs: sphinx-build -v -b html . _build/html -You'll find the index page at `micropython/docs/_build/html/index.html`. +You'll find the index page at `_build/html/index.html`. -- cgit v1.2.3