Skip to content

Commit a507610

Browse files
authored
Merge pull request #44 from nexB/40-add-gsod-2020-page
Add initial notes/comments #40
2 parents 6a4f415 + b0ca4e0 commit a507610

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

docs/source/_static/theme_overrides.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ div.custom-admonition-important.admonition {
9999
color: #000000;
100100
background: #ffff66;
101101
background: #ffff99;
102+
background: #fff3cd;
102103
border-radius: 5px 5px 0px 0px;
103104
border-bottom: solid 1px #e8e8e8;
104105
}
@@ -198,13 +199,15 @@ div.rst-content {
198199
/* border: 1px solid #ccffcc; */
199200
/* border: 1px solid #f2f2f2; */
200201
/* border: 1px solid #e6f2ff; */
202+
border: 1px solid #fff3cd;
201203

202204
/* background: #e7f2fa; */
203205
/* background: #e6ffff; */
204206
background: #ffff99;
205207
/* background: #ccffcc; */
206208
/* background-color: #f2f2f2; */
207209
/* background: #e6f2ff; */
210+
background: #fff3cd;
208211

209212
/* font-size: 80%; */
210213
font-size: 100%;

docs/source/aboutcode-docs/gsod-2020.rst

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,33 @@ Google Season of Docs 2020
66
.. admonition:: Caution
77
:class: custom-admonition-caution
88

9-
This is a clone of the 2019 doc -- not yet updated for 2020.
9+
This WIP began as a clone of our GSoD 2019 page -- :ref:`GSoD2019` -- and is being updated for 2020. Please share your ideas (in writing) for GSoD 2020 projects, using the structure we used for our GSoD 2019 application, i.e.,
10+
11+
- Four categories (aka "functions") drawn from https://documentation.divio.com/ and `this related PyCon Australia 2017 YouTube video <https://www.youtube.com/watch?v=t4vKPhjcMZg>`_:
12+
13+
- Tutorial ideas
14+
- How-To ideas
15+
- Reference ideas
16+
- Discussion ideas
17+
18+
- Each project "idea" has the following structure:
19+
20+
- Concise descriptive title followed by equally concise description.
21+
- Level
22+
- Tech
23+
- URLs
24+
- Mentors
25+
26+
.. admonition:: Note
27+
:class: custom-admonition-note
28+
29+
For some reason the 2019 ``.rst`` includes a detailed, hand-written TOC, which I expect we'll replace with a Sphinx TOC using ``h1`` et al. headers.
30+
31+
AboutCode.org is applying to be a mentoring organization for the `Google Season of Docs (GSoD) 2020 <https://developers.google.com/season-of-docs>`_.
32+
33+
----
34+
35+
:guilabel:`[The text below comes from the 2019 page and has not yet been modified.]`
1036

1137
AboutCode has been accepted as a participant in the Google Season of Documents in 2019 as a
1238
mentoring org, and is looking for people with technical writing skills. This page contains

0 commit comments

Comments
 (0)