Skip to content

Commit 3831033

Browse files
authored
ORG: unnest peer review subsections (#106)
1 parent d688ba5 commit 3831033

File tree

3 files changed

+25
-21
lines changed

3 files changed

+25
-21
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,22 @@ To build the guide locally, take the following steps:
1919
* Install Jupyter Book
2020

2121
```
22-
pip install -U "jupyter-book>=0.7.0b"
22+
pip install -U jupyter-book
2323
2424
```
2525
* Build the guide
2626

2727
```
2828
# Cd to the repo if you are not already in it!
29-
cd contributing-guide
29+
$ cd contributing-guide
3030
# Build the book locally!
31-
jupyter-book build .
31+
$ jupyter-book build .
32+
```
33+
34+
To clean out old pages of your book:
35+
36+
```
37+
$ jupyter-book clean .
3238
```
3339

3440
## Contributing to this guide

_toc.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
- file: intro
2-
3-
- part: Overview
1+
format: jb-book
2+
root: intro
3+
parts:
4+
- caption: Overview
45
chapters:
56
- file: open-source-software-peer-review/intro
6-
sections:
7-
- file: open-source-software-peer-review/aims-and-scope
8-
- file: open-source-software-peer-review/code-of-conduct
9-
- file: open-source-software-peer-review/policies-and-guidelines
10-
11-
- part: Submission Guides
7+
- file: open-source-software-peer-review/aims-and-scope
8+
- file: open-source-software-peer-review/code-of-conduct
9+
- file: open-source-software-peer-review/policies-and-guidelines
10+
- caption: Open Peer Review Guides
1211
chapters:
1312
- file: open-source-software-submissions/intro
14-
sections:
15-
- file: open-source-software-submissions/author-guide
16-
- file: open-source-software-submissions/reviewer-guide
17-
- file: open-source-software-submissions/editors-guide
18-
- file: open-source-software-submissions/editor-in-chief-guide
19-
20-
- part: Python Packaging Guide
13+
title: Peer Review Process
14+
- file: open-source-software-submissions/author-guide
15+
- file: open-source-software-submissions/reviewer-guide
16+
- file: open-source-software-submissions/editors-guide
17+
- file: open-source-software-submissions/editor-in-chief-guide
18+
- caption: Python Packaging Guide
2119
chapters:
2220
- file: authoring/index
2321
sections:
@@ -26,7 +24,7 @@
2624
- file: authoring/tools-for-developers
2725
- file: authoring/testing
2826
- file: authoring/release
29-
- part: Appendices
27+
- caption: Appendices
3028
chapters:
3129
- file: appendices/templates
3230
- file: appendices/glossary

open-source-software-submissions/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get Involved with PyOpenSci
1+
# An Overview Of the Peer Review Process
22

33
Welcome to PyOpenSci submissions. Below, you will find a collection of guides
44
that will direct you through the peer review process.

0 commit comments

Comments
 (0)