Skip to content

Commit

Permalink
ORG: unnest peer review subsections (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Sep 20, 2022
1 parent d688ba5 commit 3831033
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 15 additions & 17 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion open-source-software-submissions/intro.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3831033

Please sign in to comment.