Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 31, 2024
1 parent 515ef97 commit d6664a6
Show file tree
Hide file tree
Showing 19 changed files with 16 additions and 5 deletions.
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_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/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.
4 changes: 2 additions & 2 deletions latest/commands/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Link to this heading"
<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-fork | sepolia-fork | holesky | sepolia | local | mainnet | holesky-fork</p>
<dd class="field-odd"><p>holesky | local | holesky-fork | mainnet | sepolia-fork | sepolia | mainnet-fork</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -215,7 +215,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Link to this heading"
<dd><p>Filter the results by provider</p>
<dl class="field-list simple">
<dt class="field-odd">Options<span class="colon">:</span></dt>
<dd class="field-odd"><p>test | node</p>
<dd class="field-odd"><p>node | test</p>
</dd>
</dl>
</dd></dl>
Expand Down
4 changes: 4 additions & 0 deletions latest/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,11 @@ <h2 id="P">P</h2>
<li><a href="methoddocs/managers.html#ape.managers.networks.NetworkManager.parse_network_choice">parse_network_choice() (ape.managers.networks.NetworkManager method)</a>
</li>
<li><a href="methoddocs/api.html#ape.api.projects.ProjectAPI.path">path (ape.api.projects.ProjectAPI attribute)</a>

<ul>
<li><a href="methoddocs/managers.html#ape.managers.project.LocalProject.path">(ape.managers.project.LocalProject property)</a>
</li>
</ul></li>
<li><a href="methoddocs/cli.html#ape.cli.paramtype.Path">Path (class in ape.cli.paramtype)</a>
</li>
<li><a href="methoddocs/utils.html#ape.utils.path_match">path_match() (in module ape.utils)</a>
Expand Down
4 changes: 2 additions & 2 deletions latest/methoddocs/ape_node.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions latest/methoddocs/managers.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
<li><a class="reference internal" href="#ape.managers.project.LocalProject.isolate_in_tempdir"><code class="docutils literal notranslate">isolate_in_tempdir()</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.load_manifest"><code class="docutils literal notranslate">load_manifest()</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.meta"><code class="docutils literal notranslate">meta</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.path"><code class="docutils literal notranslate">path</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.project_api"><code class="docutils literal notranslate">project_api</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.refresh_sources"><code class="docutils literal notranslate">refresh_sources()</span></code></a></li>
<li><a class="reference internal" href="#ape.managers.project.LocalProject.reload_config"><code class="docutils literal notranslate">reload_config()</span></code></a></li>
Expand Down Expand Up @@ -3065,6 +3066,12 @@ <h2>Chain<a class="headerlink" href="#chain" title="Link to this heading"></a
Use when publishing your package manifest.</p>
</dd></dl>

<dl class="py property">
<dt class="sig sig-object py" id="ape.managers.project.LocalProject.path">
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">path</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="pre">Path</span></em><a class="headerlink" href="#ape.managers.project.LocalProject.path" title="Link to this definition"></a></dt>
<dd><p>The path to the project’s “base” (where contract source IDs are relative to).</p>
</dd></dl>

<dl class="py property">
<dt class="sig sig-object py" id="ape.managers.project.LocalProject.project_api">
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">project_api</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.projects.ProjectAPI" title="ape.api.projects.ProjectAPI"><span class="pre">ProjectAPI</span></a></em><a class="headerlink" href="#ape.managers.project.LocalProject.project_api" title="Link 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 d6664a6

Please sign in to comment.