Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
539 changes: 0 additions & 539 deletions CONTRIBUTING.md

This file was deleted.

896 changes: 896 additions & 0 deletions CONTRIBUTING.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Bugs and feature requests can be made via [GitHub issues](https://github.com/pol

[Pull requests](https://github.com/polywrap/python-client/pulls) are also welcome via git.

New contributors should read the [contributor guide](./CONTRIBUTING.md) to get started.
New contributors should read the [contributor guide](./CONTRIBUTING.rst) to get started.
Folk who already have experience contributing to open source projects may not need the full guide but should still use the pull request checklist to make things easy for everyone.
Polywrap Python Client contributors are asked to adhere to the [Python Community Code of Conduct](https://www.python.org/psf/conduct/).

Expand Down
3 changes: 0 additions & 3 deletions docs/docgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ sphinx-apidoc ../packages/plugins/polywrap-http-plugin/polywrap_http_plugin -o .
sphinx-apidoc ../packages/plugins/polywrap-ethereum-provider/polywrap_ethereum_provider -o ./source/polywrap-ethereum-provider -e -M -t ./source/_templates -d 2
sphinx-apidoc ../packages/config-bundles/polywrap-sys-config-bundle/polywrap_sys_config_bundle -o ./source/polywrap-sys-config-bundle -e -M -t ./source/_templates -d 2
sphinx-apidoc ../packages/config-bundles/polywrap-web3-config-bundle/polywrap_web3_config_bundle -o ./source/polywrap-web3-config-bundle -e -M -t ./source/_templates -d 2

cd ../packages/polywrap-client && python scripts/extract_readme.py && cd ../../docs
cp ../packages/polywrap-client/README.rst ./source/Quickstart.rst
Loading