summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2017-06-27 15:17:30 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2017-06-27 15:17:30 -0700
commit778e975936b9e892c4f1b85ce73462a0ce6d36d2 (patch)
tree9e365392d9150c3c724bb1f14fa07025270dbe21 /docs
parente87a61ffb4ad089b7eb5eb4512cb57c085fd9136 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/README.md10
1 files changed, 5 insertions, 5 deletions
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`.