Skip to content

Commit

Permalink
add contributing webinar
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Dec 13, 2022
1 parent 36886a3 commit 7a12f23
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.supportbutton a {
color: var(--pst-color-sidebar-link-active);
color: var(--pst-color-link);
}

.navbar-brand {
Expand Down Expand Up @@ -155,7 +155,7 @@ html[data-theme="dark"] {
}
.support-arviz-img-donate-responsive img {
display: block;
}
}
}

/* -------------------- HOMEPAGE + EXAMPLE GALLERY -------------------- */
Expand Down
3 changes: 2 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"sphinx_copybutton",
"sphinx_codeautolink",
"jupyter_sphinx",
"sphinxcontrib.youtube",
]

# codeautolink
Expand Down Expand Up @@ -191,7 +192,7 @@
],
"navbar_start": ["navbar-logo", "navbar-version"],
"header_links_before_dropdown": 7,
"page_sidebar_items": ["page-toc", "edit-this-page", "donate"],
"secondary_sidebar_items": ["page-toc", "searchbox", "edit-this-page", "sourcelink", "donate"],
"use_edit_page_button": True,
"google_analytics_id": "G-W1G68W77YV",
"external_links": [
Expand Down
14 changes: 13 additions & 1 deletion doc/source/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ if you want to contribute to the project but you are not sure where you can cont
Historically, the most common way of contributing to the project is
sending pull requests on the main [ArviZ Github repository](https://github.com/arviz-devs/arviz),
but there are many other ways to help the project.

Each subsection within this section gives an overview of common contribution types
to ArviZ. If you prefer video instead of written form, jump to the next section:
{ref}`contributing_webinar` for a recording of an ArviZ core contributor
on both technical and social aspects of contributing to the library.

You can contribute to ArviZ in the following ways:

### Create an issue
[Submit issues](https://github.com/arviz-devs/arviz/issues/new/choose) for existing bugs or desired enhancements. Check {ref}`issue_reports` for details on how to write an issue.

### Translate ArviZ website
You can {ref}`translate <translate>` our website to languages other than english.
You can {ref}`translate <translate>` our website to languages other than English.

### Review PRs
{ref}`Review pull requests <review_prs>` to ensure that the contributions are well tested and documented.
Expand Down Expand Up @@ -69,6 +75,12 @@ To fix bugs or add new features, do the following:
3. Understand the basic workflow for opening a {ref}`pull request <pr_tutorial>` and {ref}`reviewing <review_prs>` changes.
4. Review and test your code.

(contributing_webinar)=
## Contributing to ArviZ webinar

:::{youtube} 457ZTes4xOI
:::

```{toctree}
:hidden:
:caption: Contribution types
Expand Down
1 change: 1 addition & 0 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ contourpy
sphinx_design
sphinx-codeautolink>=0.9.0
jupyter-sphinx
sphinxcontrib-youtube

0 comments on commit 7a12f23

Please sign in to comment.