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
307 changes: 161 additions & 146 deletions docs/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/_templates/toc.rst_t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ header | heading }}
{{ " ".join((header).split("_")).title() | heading }}

.. automodule:: {% for docname in docnames %}{{ docname }}{%- endfor %}
:members:
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

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

sys_config_dir = os.path.join(root_dir, "packages", "config-bundles", "polywrap-sys-config-bundle")
subprocess.check_call(["yarn", "codegen"], cwd=sys_config_dir)

shutil.rmtree(os.path.join(root_dir, "docs", "source", "misc"), ignore_errors=True)
shutil.copytree(os.path.join(root_dir, "misc"), os.path.join(root_dir, "docs", "source", "misc"))

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

sys_config_dir = os.path.join(root_dir, "packages", "config-bundles", "polywrap-sys-config-bundle")
subprocess.check_call(["yarn", "codegen"], cwd=sys_config_dir)

shutil.copy2(os.path.join(root_dir, "CONTRIBUTING.rst"), os.path.join(root_dir, "docs", "source", "CONTRIBUTING.rst"))
2 changes: 1 addition & 1 deletion docs/source/polywrap-client-config-builder/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_client_config_builder
Polywrap Client Config Builder
==============================

.. automodule:: polywrap_client_config_builder
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-client/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_client
Polywrap Client
===============

.. automodule:: polywrap_client
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-core/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_core
Polywrap Core
=============

.. automodule:: polywrap_core
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-ethereum-provider/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_ethereum_provider
Polywrap Ethereum Provider
==========================

.. automodule:: polywrap_ethereum_provider
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-fs-plugin/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_fs_plugin
Polywrap Fs Plugin
==================

.. automodule:: polywrap_fs_plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-http-plugin/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_http_plugin
Polywrap Http Plugin
====================

.. automodule:: polywrap_http_plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-manifest/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_manifest
Polywrap Manifest
=================

.. automodule:: polywrap_manifest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-msgpack/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_msgpack
Polywrap Msgpack
================

.. automodule:: polywrap_msgpack
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-plugin/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_plugin
Polywrap Plugin
===============

.. automodule:: polywrap_plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-sys-config-bundle/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_sys_config_bundle
Polywrap Sys Config Bundle
==========================

.. automodule:: polywrap_sys_config_bundle
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-uri-resolvers/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_uri_resolvers
Polywrap Uri Resolvers
======================

.. automodule:: polywrap_uri_resolvers
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-wasm/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_wasm
Polywrap Wasm
=============

.. automodule:: polywrap_wasm
Expand Down
2 changes: 1 addition & 1 deletion docs/source/polywrap-web3-config-bundle/modules.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
polywrap_web3_config_bundle
Polywrap Web3 Config Bundle
===========================

.. automodule:: polywrap_web3_config_bundle
Expand Down
Loading