Skip to content

Commit 6311800

Browse files
authored
Merge pull request #239 from polywrap/dev
prep 0.1.0b5 | /workflows/cd
2 parents b7ad45a + ff99b13 commit 6311800

File tree

52 files changed

+2535
-1212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2535
-1212
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0b5
1+
0.1.0b6

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)