Skip to content

Commit 4d1ea2b

Browse files
authored
Merge pull request #240 from polywrap/dev
prep 0.1.0b5 (attempt 2) | /workflows/cd
2 parents 6311800 + 9c3c312 commit 4d1ea2b

File tree

30 files changed

+1421
-397
lines changed

30 files changed

+1421
-397
lines changed

docs/poetry.lock

Lines changed: 161 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/_templates/toc.rst_t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ header | heading }}
1+
{{ " ".join((header).split("_")).title() | heading }}
22

33
.. automodule:: {% for docname in docnames %}{{ docname }}{%- endfor %}
44
:members:

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242

4343
root_dir = os.path.join(os.path.dirname(__file__), "..", "..")
4444

45+
sys_config_dir = os.path.join(root_dir, "packages", "config-bundles", "polywrap-sys-config-bundle")
46+
subprocess.check_call(["yarn", "codegen"], cwd=sys_config_dir)
47+
4548
shutil.rmtree(os.path.join(root_dir, "docs", "source", "misc"), ignore_errors=True)
4649
shutil.copytree(os.path.join(root_dir, "misc"), os.path.join(root_dir, "docs", "source", "misc"))
4750

4851
subprocess.check_call(["python", "scripts/extract_readme.py"], cwd=os.path.join(root_dir, "packages", "polywrap-client"))
4952
shutil.copy2(os.path.join(root_dir, "packages", "polywrap-client", "README.rst"), os.path.join(root_dir, "docs", "source", "Quickstart.rst"))
5053

51-
sys_config_dir = os.path.join(root_dir, "packages", "config-bundles", "polywrap-sys-config-bundle")
52-
subprocess.check_call(["yarn", "codegen"], cwd=sys_config_dir)
53-
5454
shutil.copy2(os.path.join(root_dir, "CONTRIBUTING.rst"), os.path.join(root_dir, "docs", "source", "CONTRIBUTING.rst"))

docs/source/polywrap-client-config-builder/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_client_config_builder
1+
Polywrap Client Config Builder
22
==============================
33

44
.. automodule:: polywrap_client_config_builder

docs/source/polywrap-client/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_client
1+
Polywrap Client
22
===============
33

44
.. automodule:: polywrap_client

docs/source/polywrap-core/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_core
1+
Polywrap Core
22
=============
33

44
.. automodule:: polywrap_core

docs/source/polywrap-ethereum-provider/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_ethereum_provider
1+
Polywrap Ethereum Provider
22
==========================
33

44
.. automodule:: polywrap_ethereum_provider

docs/source/polywrap-fs-plugin/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_fs_plugin
1+
Polywrap Fs Plugin
22
==================
33

44
.. automodule:: polywrap_fs_plugin

docs/source/polywrap-http-plugin/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_http_plugin
1+
Polywrap Http Plugin
22
====================
33

44
.. automodule:: polywrap_http_plugin

docs/source/polywrap-manifest/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
polywrap_manifest
1+
Polywrap Manifest
22
=================
33

44
.. automodule:: polywrap_manifest

0 commit comments

Comments
 (0)