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
|
||||
|
@ -28,7 +28,7 @@ communication in the project.
|
|||
|
||||
After participating in Pyodide development with pull requests and reviews for a
|
||||
period of time, any contributor may become a member of the team. The process for
|
||||
adding team members is modeled on the
|
||||
adding team members is modeled on the
|
||||
[CPython project](https://devguide.python.org/triaging/#becoming-a-member-of-the-python-triage-team).
|
||||
Any core developer is welcome to propose a Pyodide contributor to join the
|
||||
community members team. Other core developers are then consulted: while it is
|
||||
|
@ -66,8 +66,8 @@ active again.
|
|||
|
||||
Decisions about the future of the project are made through discussion with all
|
||||
members of the community. All non-sensitive project management discussion takes
|
||||
place on the project contributors'
|
||||
[issue tracker](https://github.com/Pyodide/Pyodide/issues) and on
|
||||
place on the project contributors'
|
||||
[issue tracker](https://github.com/Pyodide/Pyodide/issues) and on
|
||||
[Github discussion](https://github.com/Pyodide/Pyodide/discussions). Occasionally,
|
||||
sensitive discussion occurs on a private communication channels.
|
||||
|
||||
|
|
Loading…
Reference in New Issue