bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
595 stars 287 forks source link

docs: The CPython `random` module source code ends up in the docs #729

Closed microbit-carlos closed 5 months ago

microbit-carlos commented 2 years ago

Technically two modules seem to be added, posix and random, but the posix link is a 404:

Not sure how/why Sphinx is picking these modules. They are not really linked anywhere (that I can tell), so not a big deal, but it does show up in the search.

microbit-carlos commented 5 months ago

Fixed in https://github.com/bbcmicrobit/micropython/pull/800.