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 a3b1a5c commit c313588
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 5 deletions.
Binary file modified latest/.doctrees/commands/init.doctree
Binary file not shown.
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.
6 changes: 6 additions & 0 deletions latest/commands/init.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ <h1>init<a class="headerlink" href="#init" title="Link to this heading"></a><
<dd><p>Clone a template from Github</p>
</dd></dl>

<dl class="std option">
<dt class="sig sig-object std" id="cmdoption-init-name">
<span class="sig-name descname"><span class="pre">--name</span></span><span class="sig-prename descclassname"> <span class="pre">&lt;project_name&gt;</span></span><a class="headerlink" href="#cmdoption-init-name" title="Link to this definition"></a></dt>
<dd><p>A project name</p>
</dd></dl>

</section>

</article><button class="back-to-top" type="button">
Expand Down
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>holesky | mainnet | sepolia | sepolia-fork | holesky-fork | local | mainnet-fork</p>
<dd class="field-odd"><p>sepolia-fork | mainnet | local | sepolia | holesky-fork | holesky | 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>node | test</p>
<dd class="field-odd"><p>test | node</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 @@ -174,6 +174,8 @@ <h2 id="Symbols">Symbols</h2>
--name

<ul>
<li><a href="commands/init.html#cmdoption-init-name">init command line option</a>
</li>
<li><a href="commands/pm.html#cmdoption-pm-install-name">pm-install command line option</a>
</li>
</ul></li>
Expand Down Expand Up @@ -2223,6 +2225,8 @@ <h2 id="I">I</h2>

<ul>
<li><a href="commands/init.html#cmdoption-init-github">--github</a>
</li>
<li><a href="commands/init.html#cmdoption-init-name">--name</a>
</li>
<li><a href="commands/init.html#cmdoption-init-v">--verbosity</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions latest/methoddocs/ape_node.html

Large diffs are not rendered by default.

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 c313588

Please sign in to comment.