mirror of https://github.com/pyodide/pyodide.git
DOC Minor documentation improvements (#1522)
This commit is contained in:
parent
c49dd7ad5f
commit
1d623f4690
|
@ -27,7 +27,7 @@ Python. When used inside a browser, Python has full access to the Web APIs.
|
|||
## Try Pyodide (no installation needed)
|
||||
|
||||
Try Pyodide in a
|
||||
[REPL](https://pyodide-cdn2.iodide.io/stable/full/console.html) directly in
|
||||
[REPL](https://pyodide.org/en/stable/console.html) directly in
|
||||
your browser. For further information, see the
|
||||
[documentation](https://pyodide.org/en/stable/).
|
||||
|
||||
|
@ -51,7 +51,7 @@ technical resources. These include:
|
|||
|
||||
## History
|
||||
Pyodide was created in 2018 by [Michael Droettboom](https://github.com/mdboom)
|
||||
at Mozilla as part of the [iodide
|
||||
at Mozilla as part of the [Iodide
|
||||
project](https://github.com/iodide-project/iodide). Iodide is an experimental
|
||||
web-based notebook environment for literate scientific computing and
|
||||
communication.
|
||||
|
|
|
@ -54,6 +54,7 @@ The Project section helps contributors get started and gives additional
|
|||
information about the project's organization.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Project
|
||||
|
||||
project/about.md
|
||||
|
|
|
@ -17,7 +17,7 @@ Python. When used inside a browser, Python has full access to the Web APIs.
|
|||
|
||||
## History
|
||||
Pyodide was created in 2018 by [Michael Droettboom](https://github.com/mdboom)
|
||||
at Mozilla as part of the [iodide
|
||||
at Mozilla as part of the [Iodide
|
||||
project](https://github.com/iodide-project/iodide). Iodide is an experimental
|
||||
web-based notebook environment for literate scientific computing and
|
||||
communication.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
(project-governance)=
|
||||
# Pyodide Governance and Decision-making
|
||||
# Governance and Decision-making
|
||||
|
||||
The purpose of this document is to formalize the governance process used by the
|
||||
Pyodide project, to clarify how decisions are made and how the various members
|
||||
|
|
Loading…
Reference in New Issue