Commit graph

26 commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
8794838fab Revert back to using setup.py to fix install problems 2025-06-23 08:26:25 -07:00
Melissa LeBlanc-Williams
ecb10bddd8 Update docs config 2025-06-18 13:04:41 -07:00
Dan Halbert
514f69e1d5 Move (unimplemented) OneWire from busio to onewireio 2022-06-03 18:33:36 -04:00
Melissa LeBlanc-Williams
be177da962 Fix language setting in docs 2022-05-31 11:46:48 -07:00
Melissa LeBlanc-Williams
d588a35f96 Fix problems 'git stash' not actually stashing created 2022-03-04 09:23:37 -08:00
Melissa LeBlanc-Williams
03548b64a8 Added pre-commit support 2022-03-04 09:17:23 -08:00
Dan Halbert
6ecc50af78 remove _typing and circuitpython_typing 2022-02-15 16:29:51 -05:00
Alec Delaney
2455dc30e6 Delete requirements.txt 2022-01-19 13:11:25 -05:00
Alec Delaney
6491ae46ac Add numpy requirement to docs/requirements.txt 2022-01-19 12:43:09 -05:00
Alec Delaney
fc72814e0e Delete docs/requirements.txt, move numpy to requirements.txt 2022-01-19 12:09:14 -05:00
Alec Delaney
280dc8118d Add version for numpy requirement 2022-01-19 12:03:57 -05:00
Alec Delaney
7f944b5c79 Add requirements.txt for Sphinx with sphinx and numpy 2022-01-19 12:00:18 -05:00
Alec Delaney
06f114cf9a Add missing colon 2022-01-19 11:53:38 -05:00
Alec Delaney
aed4c15792 Update RTD docs 2022-01-19 11:48:24 -05:00
foamyguy
2a3fdcd525 update setup.py and docs conf to specify python 3.7 2021-12-01 18:52:43 -06:00
Melissa LeBlanc-Williams
a734c8e512
Merge pull request #511 from lesamouraipourpre/examples
Document the examples
2021-09-21 10:41:22 -07:00
James Carr
f2e61b0072
Add the examples that exist to the documention.
Remove the execute bits from the examples that don't start '#!/'
2021-09-21 13:13:39 +01:00
James Carr
9d61af1c25
Add missing modules to the API documentation 2021-09-21 12:42:05 +01:00
Melissa LeBlanc-Williams
bc1690de9c Updated Minimum Python to 3.6 2021-02-03 08:56:43 -08:00
Scott Main
7e059ba8dc Add missing modules to API docs build.
Includes tweaks to Sphinx config and module files to help the docs build.

Reviewed the docs build with:
sphinx-build -E -W -b html . _build/html
2020-12-05 22:37:28 -08:00
Scott Main
85132dc280 Add missing modules to API docs build.
Includes tweaks to Sphinx config and module files to help the docs build.
2020-12-05 22:17:17 -08:00
Melissa LeBlanc-Williams
a79e37b272 Massive pylinting session and added Github Actions 2020-04-21 16:41:37 -07:00
ladyada
a779f7e354 autodoc additions 2018-08-31 14:15:49 -04:00
Scott Shawcroft
2ed6f5d2c7
Get docs building 2018-06-27 10:53:00 -07:00
Brennen Bearnes
d04c19dd2f first pass at a setup.py
Using https://github.com/kennethreitz/setup.py/blob/master/setup.py as
starter boilerplate.
2018-06-04 16:10:18 -06:00
ladyada
673539edc6 cooookies 2018-02-06 19:31:00 -05:00