micropython icon indicating copy to clipboard operation
micropython copied to clipboard

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

Open microbit-carlos opened this issue 3 years ago • 0 comments

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

  • https://microbit-micropython.readthedocs.io/en/v1.0.1/_modules/index.html
  • https://microbit-micropython.readthedocs.io/en/v1.0.1/_modules/random.html

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 avatar Mar 18 '22 18:03 microbit-carlos