OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
507 stars 138 forks source link

added introduction blog documentation #274

Closed shivaylamba closed 4 years ago

shivaylamba commented 4 years ago

Description

Converted the article (https://docs.google.com/document/d/17DseJokINbxJbBTBMJursrnUcvv_pgOeDQDtVTDHGpU/edit) written by @TravellerOnCode into rst format to be added to the docs. Please review @chinmayshah99

Affected Dependencies

NA

How has this been tested?

Tested by running on online rst viewers and editors.

Checklist

8bitmp3 commented 4 years ago

Awesome PR @shivaylamba! Are you open to edits to the text? There are a few things that stand out that could be polished.

chinmayshah99 commented 4 years ago

@8bitmp3 please go ahead with the suggestions! You can review the PR

shivaylamba commented 4 years ago

Awesome PR @shivaylamba! Are you open to edits to the text? There are a few things that stand out that could be polished.

Yes @8bitmp3 Please let me know regarding any changes that I should make!

shivaylamba commented 4 years ago

@TravellerOnCode I have made the suggested changes. Also I tried to centrally align the images but it always defaults to aligning to the left. I had a look at this open issue from 7 years back : https://github.com/github/markup/issues/163

chinmayshah99 commented 4 years ago

Fixes #207