diff --git a/README.md b/README.md index 5e2d87bd4..f4a043862 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/index.rst b/docs/index.rst index ae0335b29..f15b71eaa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 diff --git a/docs/project/about.md b/docs/project/about.md index 0dc00395d..ecb9290f4 100644 --- a/docs/project/about.md +++ b/docs/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. diff --git a/docs/project/governance.md b/docs/project/governance.md index 44c4a9777..32c677ab7 100644 --- a/docs/project/governance.md +++ b/docs/project/governance.md @@ -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.