From 3bf860f9ecad1be7ea6dcb5e9bc578fcaaf220a3 Mon Sep 17 00:00:00 2001 From: Alex1-ai <78540958+Alex1-ai@users.noreply.github.com> Date: Wed, 26 Jul 2023 13:34:23 +0000 Subject: [PATCH] Add code of conduct to documentation website (#397) * Create code_of_coduct.rst * Update index.rst adding code_of_conduct.rst * Update code_of_coduct.rst * Update code_of_coduct.rst making changes to the code of coduct * Rename code_of_coduct.rst to code_of_conduct.rst * [skip ci] make title more concise for code of conduct --------- Co-authored-by: Sambit Panda <36676569+sampan501@users.noreply.github.com> --- CODE_OF_CONDUCT.md | 2 +- docs/development/code_of_conduct.rst | 2 ++ docs/development/index.rst | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/development/code_of_conduct.rst diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fb10bee3a..24772bee5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +# Code of Conduct ## Our Pledge diff --git a/docs/development/code_of_conduct.rst b/docs/development/code_of_conduct.rst new file mode 100644 index 000000000..d33e604d8 --- /dev/null +++ b/docs/development/code_of_conduct.rst @@ -0,0 +1,2 @@ +.. include:: ../../CODE_OF_CONDUCT.md + :parser: myst_parser.sphinx_ diff --git a/docs/development/index.rst b/docs/development/index.rst index 5343de764..04ac2e09b 100644 --- a/docs/development/index.rst +++ b/docs/development/index.rst @@ -4,4 +4,5 @@ Development .. toctree:: contributing.rst - license.rst \ No newline at end of file + license.rst + code_of_conduct.rst