Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 9, 2024
1 parent 7664ba1 commit c0420d6
Show file tree
Hide file tree
Showing 17 changed files with 7 additions and 7 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: 2ffb9f2bf98054ea4e2b3d544ec22fcb
config: 164d597b1076f54235681b98515b30cf
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/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.
Binary file modified latest/.doctrees/userguides/quickstart.doctree
Binary file not shown.
6 changes: 3 additions & 3 deletions latest/commands/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,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>sepolia | mainnet-fork | sepolia-fork | local | mainnet | goerli | goerli-fork</p>
<dd class="field-odd"><p>local | goerli | mainnet | sepolia-fork | sepolia | goerli-fork | mainnet-fork</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -267,7 +267,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Permalink to this hea
<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>geth | test</p>
<dd class="field-odd"><p>test | geth</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -293,7 +293,7 @@ <h2>run<a class="headerlink" href="#networks-run" title="Permalink to this headi
<dd><p>Override the default network and provider. (see <cite>ape networks list</cite> for options)</p>
<dl class="field-list simple">
<dt class="field-odd">Options<span class="colon">:</span></dt>
<dd class="field-odd"><p>:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::test | :local:test | ethereum::test | ethereum:local:test | ::geth | :local:geth | ethereum::geth | ethereum:local:geth | :local | ethereum:local | ethereum</p>
<dd class="field-odd"><p>:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::geth | :local:geth | ethereum::geth | ethereum:local:geth | ::test | :local:test | ethereum::test | ethereum:local:test | :local | ethereum:local | ethereum</p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions latest/userguides/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
<a class="reference external" href="https://twitter.com/ApeFramework"><img alt="Twitter" src="https://img.shields.io/twitter/follow/ApeFramework" /></a></p>
<section id="overview">
<h1>Overview<a class="headerlink" href="#overview" title="Permalink to this heading"></a></h1>
<p><strong>Ape Framework</strong> is an easy-to-use Web3 development tool.
<p><a class="reference external" href="https://apeworx.io/framework/">Ape Framework</a> is an easy-to-use Web3 development tool.
Users can compile, test, and interact with smart contracts all in one command line session.
With our <strong>modular plugin system</strong>, Ape supports multiple contract languages and chains.</p>
With our <a class="reference external" href="#plugin-system">modular plugin system</a>, Ape supports multiple contract languages and chains.</p>
<p>Ape is built by <a class="reference external" href="https://www.apeworx.io/">ApeWorX LTD</a>.</p>
<p>Join our <a class="reference external" href="https://discord.gg/apeworx">ApeWorX Discord server</a> to stay up to date on new releases, plugins, and tutorials.</p>
<p>If you want to get started now, see the <a class="reference external" href="#quickstart">Quickstart</a> section.</p>
Expand Down

0 comments on commit c0420d6

Please sign in to comment.