Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ div.custom-admonition-important.admonition {
color: #000000;
background: #ffff66;
background: #ffff99;
background: #fff3cd;
border-radius: 5px 5px 0px 0px;
border-bottom: solid 1px #e8e8e8;
}
Expand Down Expand Up @@ -198,13 +199,15 @@ div.rst-content {
/* border: 1px solid #ccffcc; */
/* border: 1px solid #f2f2f2; */
/* border: 1px solid #e6f2ff; */
border: 1px solid #fff3cd;

/* background: #e7f2fa; */
/* background: #e6ffff; */
background: #ffff99;
/* background: #ccffcc; */
/* background-color: #f2f2f2; */
/* background: #e6f2ff; */
background: #fff3cd;

/* font-size: 80%; */
font-size: 100%;
Expand Down
28 changes: 27 additions & 1 deletion docs/source/aboutcode-docs/gsod-2020.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,33 @@ Google Season of Docs 2020
.. admonition:: Caution
:class: custom-admonition-caution

This is a clone of the 2019 doc -- not yet updated for 2020.
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.,

- 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>`_:

- Tutorial ideas
- How-To ideas
- Reference ideas
- Discussion ideas

- Each project "idea" has the following structure:

- Concise descriptive title followed by equally concise description.
- Level
- Tech
- URLs
- Mentors

.. admonition:: Note
:class: custom-admonition-note

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.

AboutCode.org is applying to be a mentoring organization for the `Google Season of Docs (GSoD) 2020 <https://developers.google.com/season-of-docs>`_.

----

:guilabel:`[The text below comes from the 2019 page and has not yet been modified.]`

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