Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 19, 2024
1 parent 76d560d commit 1d71994
Show file tree
Hide file tree
Showing 24 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d50fda87f61be46ce2d3d378e6ad2e88
config: 36172a962ab8883ff7d3fc6da26f8531
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified latest/.doctrees/commands/networks.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_accounts.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_compile.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_ethereum.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_node.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_pm.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/ape_test.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/api.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/cli.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/contracts.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/managers.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/plugins.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/types.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/utils.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/commands/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Permalink to this hea
<dd><p>Filter the results by network</p>
<dl class="field-list simple">
<dt class="field-odd">Options<span class="colon">:</span></dt>
<dd class="field-odd"><p>mainnet | sepolia | holesky | holesky-fork | mainnet-fork | sepolia-fork | local</p>
<dd class="field-odd"><p>sepolia-fork | mainnet-fork | local | sepolia | holesky-fork | holesky | mainnet</p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 2 additions & 0 deletions latest/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,8 @@ <h2 id="C">C</h2>
<li><a href="methoddocs/contracts.html#ape.contracts.base.ContractInstance.creation_metadata">creation_metadata (ape.contracts.base.ContractInstance property)</a>
</li>
<li><a href="methoddocs/api.html#ape.api.networks.EcosystemAPI.custom_network">custom_network (ape.api.networks.EcosystemAPI property)</a>
</li>
<li><a href="methoddocs/managers.html#ape.managers.networks.NetworkManager.custom_networks">custom_networks (ape.managers.networks.NetworkManager property)</a>
</li>
<li><a href="methoddocs/exceptions.html#ape.exceptions.CustomError">CustomError</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions latest/methoddocs/ape_node.html

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions latest/methoddocs/managers.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
<li class="toctree-l3"><a class="reference internal" href="#ape.managers.networks.NetworkManager"><code class="docutils literal notranslate"><span class="pre">NetworkManager</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.active_provider"><code class="docutils literal notranslate"><span class="pre">NetworkManager.active_provider</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.create_custom_provider"><code class="docutils literal notranslate"><span class="pre">NetworkManager.create_custom_provider()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.custom_networks"><code class="docutils literal notranslate"><span class="pre">NetworkManager.custom_networks</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.default_ecosystem"><code class="docutils literal notranslate"><span class="pre">NetworkManager.default_ecosystem</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.ecosystem"><code class="docutils literal notranslate"><span class="pre">NetworkManager.ecosystem</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#ape.managers.networks.NetworkManager.ecosystem_names"><code class="docutils literal notranslate"><span class="pre">NetworkManager.ecosystem_names</span></code></a></li>
Expand Down Expand Up @@ -2186,6 +2187,13 @@ <h2>Chain<a class="headerlink" href="#chain" title="Permalink to this heading">
</dl>
</dd></dl>

<dl class="py property">
<dt class="sig sig-object py" id="ape.managers.networks.NetworkManager.custom_networks">
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">custom_networks</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">list</span><span class="p"><span class="pre">[</span></span><span class="pre">dict</span><span class="p"><span class="pre">]</span></span></em><a class="headerlink" href="#ape.managers.networks.NetworkManager.custom_networks" title="Permalink to this definition"></a></dt>
<dd><p>Custom network data defined in various ape-config files
or added adhoc to the network manager.</p>
</dd></dl>

<dl class="py property">
<dt class="sig sig-object py" id="ape.managers.networks.NetworkManager.default_ecosystem">
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">default_ecosystem</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference internal" href="api.html#ape.api.networks.EcosystemAPI" title="ape.api.networks.EcosystemAPI"><span class="pre">EcosystemAPI</span></a></em><a class="headerlink" href="#ape.managers.networks.NetworkManager.default_ecosystem" title="Permalink to this definition"></a></dt>
Expand Down
Binary file modified latest/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1d71994

Please sign in to comment.