A Python add-in with extra features, for fx-CG and fx-9860G-like.
Go to file
Lephenixnoir a0d6c33275
meta: move original README.md
2022-10-27 17:20:32 +02:00
.github unix: Refactor mpconfigport.h and mpconfigvariant.h. 2022-09-13 17:39:03 +10:00
docs py/py.mk: Make user-C-module handling self-contained in py.mk. 2022-10-11 23:23:18 +11:00
drivers py/obj: Convert make_new into a mp_obj_type_t slot. 2022-09-19 19:06:15 +10:00
examples all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2022-10-11 23:17:41 +11:00
extmod extmod/mbedtls: Remove brainpool curves from config. 2022-10-22 19:12:46 +11:00
lib lib/btstack: Update to v1.5.3. 2022-10-22 13:21:28 +11:00
logo all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
mpy-cross extmod: Make extmod.mk self-contained. 2022-10-11 23:31:49 +11:00
ports pe: decent console with erasing, scrolling and more unused potential 2022-10-24 00:53:53 +02:00
py py/misc: Remove use of bitfield from vstr_t. 2022-10-12 00:33:09 +11:00
shared ports/sh: first functional version, can compute in REPL 2022-10-24 00:48:14 +02:00
tests tests/extmod: Add test for sleep_ms value that overflows ticks. 2022-10-14 16:10:38 +11:00
tools extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2022-10-11 23:29:09 +11:00
.git-blame-ignore-revs top: Update .git-blame-ignore-revs for latest formatting commit. 2022-05-05 13:31:04 +10:00
.gitattributes gitattributes: Mark *.a files as binary. 2019-06-03 14:57:50 +10:00
.gitignore gitignore: Ignore macOS desktop metadata files. 2021-05-04 16:56:16 +10:00
.gitmodules lib/stm32lib: Update library to get L1 v1.10.3, and some other fixes. 2022-09-25 23:56:20 +10:00
.pre-commit-config.yaml tools: Add pre-commit support. 2022-10-04 14:52:48 +11:00
ACKNOWLEDGEMENTS ACKNOWLEDGEMENTS: Remove entry as requested by backer. 2019-07-12 12:57:37 +10:00
CODECONVENTIONS.md CODECONVENTIONS.md: Update pre-commit instructions. 2022-10-11 17:47:05 +11:00
CODEOFCONDUCT.md top: Add CODEOFCONDUCT.md document based on the PSF code of conduct. 2019-10-15 16:18:46 +11:00
CONTRIBUTING.md top: Update contribution and commit guide to include optional sign-off. 2020-06-12 13:32:22 +10:00
LICENSE drivers/cc3000: Remove CC3000 WiFi driver files. 2022-08-26 12:51:37 +10:00
README-MicroPython.md meta: move original README.md 2022-10-27 17:20:32 +02:00

docs/README.md

MicroPython Documentation

The MicroPython documentation can be found at: http://docs.micropython.org/en/latest/

The documentation you see there is generated from the files in the docs tree: https://github.com/micropython/micropython/tree/master/docs

Building the documentation locally

If you're making changes to the documentation, you may want to build the documentation locally so that you can preview your changes.

Install Sphinx, and optionally (for the RTD-styling), sphinx_rtd_theme, preferably in a virtualenv:

 pip install sphinx
 pip install sphinx_rtd_theme

In micropython/docs, build the docs:

make html

You'll find the index page at micropython/docs/build/html/index.html.

Having readthedocs.org build the documentation

If you would like to have docs for forks/branches hosted on GitHub, GitLab or BitBucket an alternative to building the docs locally is to sign up for a free https://readthedocs.org account. The rough steps to follow are:

  1. sign-up for an account, unless you already have one
  2. in your account settings: add GitHub as a connected service (assuming you have forked this repo on github)
  3. in your account projects: import your forked/cloned micropython repository into readthedocs
  4. in the project's versions: add the branches you are developing on or for which you'd like readthedocs to auto-generate docs whenever you push a change

PDF manual generation

This can be achieved with:

make latexpdf

but requires a rather complete install of LaTeX with various extensions. On Debian/Ubuntu, try (1GB+ download):

apt install texlive-latex-recommended texlive-latex-extra texlive-xetex texlive-fonts-extra cm-super xindy