Skip to content

Commit d18d19e

Browse files
authored
Merge pull request #238 from polywrap/nk/docsfix
fix: docs
2 parents 5128203 + 0a88ee5 commit d18d19e

File tree

11 files changed

+1815
-546
lines changed

11 files changed

+1815
-546
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 539 deletions
This file was deleted.

CONTRIBUTING.rst

Lines changed: 896 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Bugs and feature requests can be made via [GitHub issues](https://github.com/pol
5050

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

53-
New contributors should read the [contributor guide](./CONTRIBUTING.md) to get started.
53+
New contributors should read the [contributor guide](./CONTRIBUTING.rst) to get started.
5454
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.
5555
Polywrap Python Client contributors are asked to adhere to the [Python Community Code of Conduct](https://www.python.org/psf/conduct/).
5656

docs/docgen.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ sphinx-apidoc ../packages/plugins/polywrap-http-plugin/polywrap_http_plugin -o .
1111
sphinx-apidoc ../packages/plugins/polywrap-ethereum-provider/polywrap_ethereum_provider -o ./source/polywrap-ethereum-provider -e -M -t ./source/_templates -d 2
1212
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
1313
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
14-
15-
cd ../packages/polywrap-client && python scripts/extract_readme.py && cd ../../docs
16-
cp ../packages/polywrap-client/README.rst ./source/Quickstart.rst

0 commit comments

Comments
 (0)