summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-09-28Merge pull request #3481 from caternuson/iss3480_docupdateScott Shawcroft
Add MP const info to Design Guide
2020-09-28RST tweakcaternuson
2020-09-28add MP const info to Design Guidecaternuson
2020-09-14Fix toctree, incorrect flash port assumptionsLucian Copeland
2020-08-29shared_bindings_matrix revert to using shared-bindingsJeff Epler
.. hard-coding ulab for now. It also fixes a problem where board_name was unassigned when use_branded_name was False, which only happened at release-building time. Trying to change this caused multiple problems in the release process.
2020-08-27Merge pull request #3333 from hierophect/esp32-enable-ulabDan Halbert
Fix all assignments affected by inline makefile comments
2020-08-26Fix trailing whitespace errors across ports and docsLucian Copeland
2020-08-26shared_bindings_matrix: Use stubs, not shared-bindingsJeff Epler
This fixes a problem where things that were in extmod/ could not be listed.
2020-08-26shared_bindings_matrix: Run in parallelJeff Epler
.. this makes it take a fraction of the time, at least on systems with a lot of CPU threads. Even on my old laptop with a 2-core CPU it reduces the time from 55s to 27s.
2020-08-15docs/rstjinja.py: add jinja processing for building latex (pdf) docssommersoft
2020-08-07Modify some Python stubsTaku Fukada
2020-08-07Apply a Sphinx transform to make the core module docs look betterTaku Fukada
2020-07-28Add black tooScott Shawcroft
2020-07-27add isort to doc depsScott Shawcroft
Fixes #3200
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-06Fix minor typo in MicroPython libraries pageTyler Crumpton
2020-07-02Merge pull request #3087 from sommersoft/cpy_org_sptmtrxScott Shawcroft
Release PRs To circuitpython.org: Include The Available Built-in Modules For Each Board
2020-06-29Merge pull request #3082 from sommersoft/customcss_old_docs_warningScott Shawcroft
[main] Custom CSS For "Viewing Outdated Docs" Message
2020-06-29docs/shared_bindings_matrix.py: use '__file__' to ascertain root dirsommersoft
2020-06-29docs/shared_binding_matrix.py: fix usage with the branded name (building docs)sommersoft
2020-06-29docs/shared_bindings_matrix.py: changes to allow usage in ↵sommersoft
'tools/build_board_info.py'; includes root dir finder, and output board name option.
2020-06-26add custom css for 'viewing-old-docs' messagesommersoft
2020-06-26redirects: Add __init__ page redirectsJeff Epler
2020-06-26redirects.txt: sort according to LANG=C.UTF-8 collation rulesJeff Epler
2020-06-25docs: Explain our shift in terminologyJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
This is an incompatible change.
2020-06-25Refer to "main" branch of circuitpythonJeff Epler
2020-06-14docs: Generate redirects for autoapi renamingJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-26shared_bindings_matrix: sommersoft's suggestionsJeff Epler
2020-05-25shared_bindings_matrix: Use a trivial targetJeff Epler
Sommersoft noticed that without submodules (as RTD currently does), the "make -qp" failed due to trying to find files within submodules. The "print-VAR" target doesn't have any dependencies, so it sidesteps the problem. If we move ulab's pyi files into the submodule, though, we'll need to fetch submodules anyway during doc building.
2020-05-25Remove board_chip logicJeff Epler
Not sure why I moved it, the computed value is never required
2020-05-25Add esp32s2, litex to SUPPORTED_PORTS, sort itJeff Epler
2020-05-25shared_bindings_matrix: Work from parsed 'make' outputJeff Epler
Revisiting this because I noticed the support matrix said that pyruler had several modules it obviously didn't, such as the recently added vectorio. It is less error-prone because we can use the final values instead of re-coding the Makefile logic in python. The only things we need to do are invoke make in "print-database" mode, then chase any indirect references like CIRCUITPY_VECTORIO = $(CIRCUITPY_DISPLAYIO) It does take longer, about 45s on my laptop.
2020-05-19Update doc depsScott Shawcroft
2020-05-18Fix ReadTheDocs after switching to stubs + autoapi.Scott Shawcroft
2020-05-14Fix ulab, math and template.Scott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-04make translate againDan Halbert
2020-04-30fix support_matrix.py to handle ?=Dan Halbert
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-23implement requested changesLucian Copeland
2020-04-22Remove old build flags, add fixes for shared_matrixLucian Copeland
2020-04-17Merge remote-tracking branch 'upstream/master' into stm32-docfixLucian Copeland
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-09network.rst: remove duplicate method directivesommersoft
2020-03-31Update the supported portsScott Shawcroft
2020-03-11Change docs targetLucian Copeland
2020-03-06add proximity and sound_levelcaternuson
2020-02-06add stm32f4 to docsLucian Copeland