Skip to content

Commit

Permalink
Merge pull request #39 from opendp/27-discussions
Browse files Browse the repository at this point in the history
add links to GitHub Discussions #27
  • Loading branch information
raprasad authored Jun 11, 2021
2 parents d2ded01 + 9e71670 commit dd48b15
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ Docs are deployed to http://docs.opendp.org using GitHub Actions.
Note that `make html` is replaced with `make versions` to build multiple versions (branches, tags) using the [sphinx-multiversion][] extension.

[sphinx-multiversion]: https://holzhaus.github.io/sphinx-multiversion/

## Join the Discussion

You are very welcome to join us on [GitHub Discussions][]!

[GitHub Discussions]: https://github.com/opendp/opendp/discussions
7 changes: 7 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@

# Custom sidebar templates, maps document names to template names.
html_theme_options = {
"icon_links": [
{
"name": "GitHub Discussions",
"url": "https://github.com/opendp/opendp/discussions",
"icon": "far fa-comments",
},
],
"github_url": "https://github.com/opendp"
}

Expand Down
8 changes: 8 additions & 0 deletions source/contact/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Contact
=======

A great way to get in contact with the OpenDP community is `GitHub Discussions`_.

.. _GitHub Discussions: https://github.com/opendp/opendp/discussions

For private or security-related matters, please email info@opendp.org.
4 changes: 3 additions & 1 deletion source/contrib/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Other projects in the :doc:`/user/opendp-commons` have their own issue trackers.
Getting Help
------------

To discuss your contribution with OpenDP developers, open an issue at https://github.com/opendp/opendp/issues
To discuss your contribution with OpenDP developers, please start a thread on `GitHub Discussions`_.

.. _GitHub Discussions: https://github.com/opendp/opendp/discussions

Other OpenDP Projects
---------------------
Expand Down
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ OpenDP documentation is organized into the guides below. In addition to browsing
user/index
contrib/index
smartnoise/index
contact/index

This is version |version| of the guides.

Expand Down
7 changes: 7 additions & 0 deletions source/smartnoise/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ To best way to get started with SmartNoise is by reviewing and trying examples f
.. _SQL Data Access: https://github.com/opendp/smartnoise-samples/tree/master/data
.. _Microsoft SmartNoise Differential Privacy Machine Learning Case Studies: https://azure.microsoft.com/en-us/resources/microsoft-smartnoisedifferential-privacy-machine-learning-case-studies/
.. _SmartNoise Whitepaper Demo Notebooks: https://github.com/opendp/smartnoise-samples/tree/master/whitepaper-demos

Getting Help
------------

If you have questions or feedback regarding SmartNoise, you are welcome to post to the `SmartNoise section`_ of GitHub Discussions.

.. _Smartnoise section: https://github.com/opendp/opendp/discussions/categories/smartnoise
7 changes: 7 additions & 0 deletions source/user/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@ Where Can I Find Releases of OpenDP?
The `releases`_ page for OpenDP will be updated each time a version of OpenDP has been released.

.. _releases: https://github.com/opendp/opendp/releases

Where Can I Discuss OpenDP?
---------------------------

A good place to talk about OpenDP is `GitHub Discussions`_.

.. _GitHub Discussions: https://github.com/opendp/opendp/discussions
7 changes: 7 additions & 0 deletions source/user/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ This guide is intended primarily for developers or data scientists who want to m
Data scientists and others who are more interested in a graphical user interface should review the offerings in the :doc:`opendp-commons`.

Potential contributors to OpenDP should read the :doc:`/contrib/index`.

Getting Help
------------

If you have questions or feedback regarding OpenDP, please feel free to post on `GitHub Discussions`_.

.. _GitHub Discussions: https://github.com/opendp/opendp/discussions

0 comments on commit dd48b15

Please sign in to comment.