From 7f66a38ffd2f30171f1c187975961087f80ea2d4 Mon Sep 17 00:00:00 2001 From: Aditya Shankar Date: Tue, 2 Mar 2021 18:17:31 +0530 Subject: [PATCH] Create related-projects.md, a file to show related projects (#1271) Co-authored-by: Roman Yurchak --- docs/index.rst | 1 + docs/project/related-projects.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 docs/project/related-projects.md diff --git a/docs/index.rst b/docs/index.rst index 985055a66..e0ef436fc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -65,6 +65,7 @@ information about the project's organization. project/about.md project/code-of-conduct.md project/changelog.md + project/related-projects.md Indices and tables ================== diff --git a/docs/project/related-projects.md b/docs/project/related-projects.md new file mode 100644 index 000000000..41a52c83e --- /dev/null +++ b/docs/project/related-projects.md @@ -0,0 +1,8 @@ +# Related Projects + + +## Other projects + +- [wc-code](https://github.com/vanillawc/wc-code) is a library to run + JavaScript, Python and Theme the browser with inline code blocks. + It uses pyodide to execute Python code.