From 3831033ae918977dd52200cbcfca713485d39341 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Tue, 20 Sep 2022 13:27:11 -0600 Subject: [PATCH] ORG: unnest peer review subsections (#106) --- README.md | 12 ++++++--- _toc.yml | 32 +++++++++++------------ open-source-software-submissions/intro.md | 2 +- 3 files changed, 25 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f2f05d7e..cf956017 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,22 @@ To build the guide locally, take the following steps: * Install Jupyter Book ``` - pip install -U "jupyter-book>=0.7.0b" + pip install -U jupyter-book ``` * Build the guide ``` # Cd to the repo if you are not already in it! - cd contributing-guide + $ cd contributing-guide # Build the book locally! - jupyter-book build . + $ jupyter-book build . + ``` + + To clean out old pages of your book: + + ``` + $ jupyter-book clean . ``` ## Contributing to this guide diff --git a/_toc.yml b/_toc.yml index 52add72c..93181ada 100644 --- a/_toc.yml +++ b/_toc.yml @@ -1,23 +1,21 @@ -- file: intro - -- part: Overview +format: jb-book +root: intro +parts: +- caption: Overview chapters: - file: open-source-software-peer-review/intro - sections: - - file: open-source-software-peer-review/aims-and-scope - - file: open-source-software-peer-review/code-of-conduct - - file: open-source-software-peer-review/policies-and-guidelines - -- part: Submission Guides + - file: open-source-software-peer-review/aims-and-scope + - file: open-source-software-peer-review/code-of-conduct + - file: open-source-software-peer-review/policies-and-guidelines +- caption: Open Peer Review Guides chapters: - file: open-source-software-submissions/intro - sections: - - file: open-source-software-submissions/author-guide - - file: open-source-software-submissions/reviewer-guide - - file: open-source-software-submissions/editors-guide - - file: open-source-software-submissions/editor-in-chief-guide - -- part: Python Packaging Guide + title: Peer Review Process + - file: open-source-software-submissions/author-guide + - file: open-source-software-submissions/reviewer-guide + - file: open-source-software-submissions/editors-guide + - file: open-source-software-submissions/editor-in-chief-guide +- caption: Python Packaging Guide chapters: - file: authoring/index sections: @@ -26,7 +24,7 @@ - file: authoring/tools-for-developers - file: authoring/testing - file: authoring/release -- part: Appendices +- caption: Appendices chapters: - file: appendices/templates - file: appendices/glossary diff --git a/open-source-software-submissions/intro.md b/open-source-software-submissions/intro.md index da6d91e9..993600af 100644 --- a/open-source-software-submissions/intro.md +++ b/open-source-software-submissions/intro.md @@ -1,4 +1,4 @@ -# Get Involved with PyOpenSci +# An Overview Of the Peer Review Process Welcome to PyOpenSci submissions. Below, you will find a collection of guides that will direct you through the peer review process.