diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9c643aa..dc213b1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,9 @@ The easiest way to get involved with the active development of AutoEmulate is to ## How to Contribute -We welcome contributions of all kinds, be it code, documentation, or community engagement. We encourage you to read through the following sections to learn more about how you can contribute to +We welcome contributions of all kinds, be it code, documentation, or community engagement. We encourage you to read through the following sections to learn more about how you can contribute to the package. + +We are always interested in adding more sampling/experimental design strategies (see https://github.com/alan-turing-institute/autoemulate/issues/6) and more simulation data packages (see https://github.com/alan-turing-institute/autoemulate/issues/4). ## How to Submit Changes diff --git a/docs/_toc.yml b/docs/_toc.yml index a0c37805..5a7f098d 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -11,11 +11,17 @@ chapters: # - file: getting-started/data_requirements - file: getting-started/installation - file: getting-started/quickstart + - file: getting-started/choosing-design - file: tutorials/index sections: - file: tutorials/01_start +- file: community/index + sections: + - file: community/contributing + - file: community/code-of-conduct + - file: reference/index sections: - file: reference/compare diff --git a/docs/community/code-of-conduct.md b/docs/community/code-of-conduct.md new file mode 100644 index 00000000..cc6912b9 --- /dev/null +++ b/docs/community/code-of-conduct.md @@ -0,0 +1,2 @@ +```{include} ../../CODE_OF_CONDUCT.md +``` diff --git a/docs/community/contributing.md b/docs/community/contributing.md new file mode 100644 index 00000000..ef6daa82 --- /dev/null +++ b/docs/community/contributing.md @@ -0,0 +1,2 @@ +```{include} ../../CONTRIBUTING.md +``` diff --git a/docs/community/index.md b/docs/community/index.md new file mode 100644 index 00000000..f6b06116 --- /dev/null +++ b/docs/community/index.md @@ -0,0 +1,5 @@ +# Community + +The AutoEmulate community is a group of users and contributors who are interested in the development of AutoEmulate. The community is open to anyone who is interested in AutoEmulate. The community is a place to ask questions, discuss ideas, and share your work. + +We are currently building out our community infrastructure, but meanwhile we are very much welcoming contributions to the package. To get started, please read the [Contributing Guide](./contributing.md). diff --git a/docs/getting-started/choosing-design.md b/docs/getting-started/choosing-design.md new file mode 100644 index 00000000..d56e6925 --- /dev/null +++ b/docs/getting-started/choosing-design.md @@ -0,0 +1,5 @@ +# Set up your sampling/experimental design + +