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 7, 2024
1 parent 894ab01 commit 4621b9d
Show file tree
Hide file tree
Showing 17 changed files with 10 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: 51e02b362e55ef3f57e97e6a0f3b8570
config: 4cd441a333ef45b0f54138c68357d166
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.
4 changes: 2 additions & 2 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>goerli-fork | mainnet-fork | sepolia | mainnet | goerli | local | sepolia-fork</p>
<dd class="field-odd"><p>local | mainnet-fork | goerli | sepolia | sepolia-fork | mainnet | goerli-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 Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion latest/userguides/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,12 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="overview">
<p><a class="reference external" href="https://pypi.org/project/eth-ape/"><img alt="Pypi.org" src="https://img.shields.io/pypi/dm/eth-ape?label=pypi.org" /></a>
<a class="reference external" href="https://github.com/ApeWorX/ape/blob/main/LICENSE"><img alt="Apache licensed" src="https://img.shields.io/github/license/ApeWorX/ape?color=blue" /></a>
<a class="reference external" href="https://github.com/ApeWorX/ape/actions?query=branch%3Amain+event%3Apush"><img alt="Build Status" src="https://github.com/ApeWorX/ape/actions/workflows/test.yaml/badge.svg" /></a>
<a class="reference external" href="https://discord.gg/apeworx"><img alt="Discord chat" src="https://img.shields.io/discord/922917176040640612.svg?logo=discord&amp;style=flat-square" /></a>
<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.
Users can compile, test, and interact with smart contracts all in one command line session.
Expand Down

0 comments on commit 4621b9d

Please sign in to comment.