Migrate contributing.md to docs site (#1266)

* Initial migration of contributing.md to docs site
* Update contributing to include pytest-bdd changes
* add top level section support, and h2 support in sidebar
* Incorporate latest changes to contributing.md, clean up language and formatting, and check/add links as necessary
* Add a link to milestones
* Update CONTRIBUTING.md

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
Micah Jerome Ellison 2021-10-16 15:21:49 -07:00 committed by GitHub
parent 533d770753
commit b1ba88c138
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 172 additions and 139 deletions

View file

@ -51,6 +51,14 @@ h2 {
margin-top: 40px;
}
h3 {
font-size: 1.1em;
}
h4 {
font-size: 1em;
}
p,
td,
tr,
@ -72,8 +80,10 @@ div.rst-content {
}
.wy-side-nav-search,
.wy-menu-vertical li.current {
.wy-menu-vertical li.current,
.wy-menu-vertical li.toctree-l1.current > a {
background-color: transparent;
border: none;
}
.wy-nav-top {
@ -107,7 +117,8 @@ a.icon-home:before {
line-height: 2em;
}
.wy-menu-vertical a:hover {
.wy-menu-vertical a:hover,
.wy-menu-vertical li.current a:hover {
background-color: var(--black-shadow);
color: var(--white);
}
@ -119,12 +130,12 @@ a.icon-home:before {
position: relative;
}
.wy-menu-vertical li.current>a {
.wy-menu-vertical li.current > a.current {
background: var(--darkest-purple);
border: none !important;
}
.wy-menu-vertical li.current>a:hover {
.wy-menu-vertical li.current > a:hover {
background: var(--darkest-purple);
border: none;
}
@ -146,10 +157,12 @@ a.icon-home:before {
border-bottom: 1em solid transparent;
border-right: 1em solid var(--white);
}
.wy-menu-vertical li li.toctree-l2 {
font-weight: 800 !important;
.wy-menu-vertical li.toctree-l2.current {
font-size: 50px;
color: red !important;
}
.wy-menu-vertical li.toctree-l2.current > a{
}
.toctree-expand:before {
@ -161,10 +174,14 @@ a.icon-home:before {
display: none;
}
.wy-menu-vertical p.caption {
margin-top: 2em;
}
.wy-menu-vertical span {
color: var(--white);
font-size: 1.2em;
font-weight: 300;
font-weight: 600;
}
.wy-menu-vertical li a {
@ -207,9 +224,16 @@ form .search-query::placeholder {
}
.toctree-l2 a:first-child {
display: none;
display: block;
}
.wy-menu-vertical li.current ul {
background-color: var(--mid-purple);
border-bottom: 1px solid var(--mid-purple);
border-top: 1px solid var(--dark-purple);
}
/* ------------------------------------------------------------ */
/* Logo: ; */
/* ------------------------------------------------------------ */