DOC Fix broken links in documentation homepage (#1260)

This commit is contained in:
leafjolt 2021-02-16 15:59:51 -06:00 committed by GitHub
parent df3861e469
commit fe1e304ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
(new-packages)=
# Creating a Pyodide package
Pyodide includes a toolchain to make it easier to add new third-party Python

View File

@ -14,10 +14,10 @@ Python with the scientific stack, compiled to WebAssembly.
many other libraries in the Python scientific stack.
To use additional packages from PyPI, see
`Installing packages from PyPI <pypi.html>`_ .
:ref:`micropip` .
To create a Pyodide package to support and share libraries for new
applications, try `Creating a Pyodide package <new-packages.html>`_.
You can also :ref:`create a Pyodide package <new-packages>` to support and share libraries for new
applications.
Using Pyodide
=============