mirror of https://github.com/pyodide/pyodide.git
DOC Fix broken links in documentation homepage (#1260)
This commit is contained in:
parent
df3861e469
commit
fe1e304ae7
|
@ -1,3 +1,4 @@
|
|||
(new-packages)=
|
||||
# Creating a Pyodide package
|
||||
|
||||
Pyodide includes a toolchain to make it easier to add new third-party Python
|
||||
|
|
|
@ -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
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue