OpenMined / Threepio

A multi-language library for translating commands between PyTorch, TensorFlow, and TensorFlow.js
Other
56 stars 15 forks source link

Inline docs for threepio.py #145

Closed Praful932 closed 3 years ago

Praful932 commented 3 years ago

Description

Resolves #69

I have followed restructured text format to document the code same as Pysyft docs

Affected Dependencies

None

How has this been tested?

Passed pytest and flake8 as described in the workflow file.

Checklist

Praful932 commented 3 years ago

@Nolski The Openmined styleguide mentions Google Doc style while Pysyft uses rst format for docs. To keep it consistent with Pysyft I used rst format, let me know if I need to change the doc style

ramesht007 commented 3 years ago

Looks good to me :) Thanks, @Praful932