docs/develop: Remove paragraph that was copied in error from other doc.

pull/1/head
Damien George 2019-03-29 11:50:39 +11:00
parent 6947dff7da
commit 0fb15fc3f4
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
Developing and building MicroPython
===================================
This chapter describes modules (function and class libraries) which are built
into MicroPython. There are a few categories of such modules:
This chapter describes some options for extending MicroPython in C. Note
that it doesn't aim to be a complete guide for developing with MicroPython.
See the `getting started guide