Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 25, 2024
1 parent 94a4620 commit 78f6058
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 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/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/projects.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion latest/_sources/userguides/projects.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ project # The root project directory
└── ape-config.yaml # The ape project configuration file
```

Notice that you can configure you ape project using the `ape-config.yaml` file.
Notice that you can configure your ape project using the `ape-config.yaml` file.
See the [configuration guide](./config.html) for a more detailed explanation of settings you can adjust.

## The Local Project
Expand Down
4 changes: 2 additions & 2 deletions latest/commands/networks.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ <h2>list<a class="headerlink" href="#networks-list" title="Link to this heading"
<dd><p>Filter the results by ecosystem</p>
<dl class="field-list simple">
<dt class="field-odd">Options<span class="colon">:</span></dt>
<dd class="field-odd"><p>avalanche | xai | blast | bsc | fraxtal | base | wemix | gnosis | zksync | shibarium | taiko | polygon | kroma | celo | mantle | unichain | linea | arbitrum | scroll | polygon-zkevm | rootstock | ethereum | cronos | moonbeam | cronos-zkevm | fantom | optimism | oort | bttc</p>
<dd class="field-odd"><p>base | arbitrum | celo | optimism | polygon | zksync | scroll | blast | bttc | ethereum | oort | taiko | xai | polygon-zkevm | fantom | rootstock | wemix | bsc | mantle | avalanche | cronos-zkevm | moonbeam | kroma | cronos | gnosis | linea | unichain | fraxtal | shibarium</p>
</dd>
</dl>
</dd></dl>
Expand All @@ -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-fork | holesky | amoy | alfajores-fork | amoy-fork | cardona-fork | dev | moonriver | mainnet | opbnb | fuji-fork | sepolia-fork | testnet-fork | mumbai | opbnb-testnet | donau | sepolia | donau-fork | moonbase | hekla-fork | moonriver-fork | opbnb-fork | cardona | goerli | mainnet-fork | puppynet | nova-fork | dev-fork | alfajores | nova | goerli-fork | hekla | mumbai-fork | moonbase-fork | puppynet-fork | opbnb-testnet-fork | testnet | fuji | local</p>
<dd class="field-odd"><p>donau-fork | hekla | opbnb | goerli-fork | holesky-fork | dev-fork | mumbai | mainnet-fork | nova | cardona-fork | sepolia-fork | amoy-fork | opbnb-fork | opbnb-testnet | cardona | alfajores-fork | hekla-fork | moonbase-fork | testnet-fork | moonriver-fork | puppynet-fork | donau | holesky | moonbase | testnet | dev | sepolia | opbnb-testnet-fork | local | fuji | moonriver | amoy | nova-fork | puppynet | mumbai-fork | mainnet | goerli | alfajores | fuji-fork</p>
</dd>
</dl>
</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion latest/userguides/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1>Developing Projects with Ape<a class="headerlink" href="#developing-projects
</span><span data-line="8">└── ape-config.yaml # The ape project configuration file
</span></pre></div>
</div>
<p>Notice that you can configure you ape project using the <code class="docutils literal notranslate"><span class="pre">ape-config.yaml</span></code> file.
<p>Notice that you can configure your ape project using the <code class="docutils literal notranslate"><span class="pre">ape-config.yaml</span></code> file.
See the <a class="reference external" href="./config.html">configuration guide</a> for a more detailed explanation of settings you can adjust.</p>
<section id="the-local-project">
<h2>The Local Project<a class="headerlink" href="#the-local-project" title="Link to this heading"></a></h2>
Expand Down

0 comments on commit 78f6058

Please sign in to comment.