Skip to content

Commit

Permalink
docs: doc strings update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 12, 2022
1 parent 538efa5 commit a5734c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
with:
branch: gh-pages
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

4 changes: 2 additions & 2 deletions ape_alchemy/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AlchemyFeatureNotAvailable(AlchemyProviderError):

class MissingProjectKeyError(AlchemyProviderError):
"""
An error raised when not using one of the options available.
An error raised when there is no API key set.
"""

def __init__(self, options: Tuple[str, ...]):
Expand All @@ -53,7 +53,7 @@ class AlchemyEthereumProvider(Web3Provider, UpstreamProvider):
@property
def uri(self):
"""
Build from `ecosystem` and `network`.
Your Alchemy RPC URI, including the project ID.
`ecosystem`: choose from supported ecosystems
`network`: choose a network to connect to
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ape-Docs
# Ape-Alchemy Documentation

```{eval-rst}
.. toctree::
Expand Down

0 comments on commit a5734c5

Please sign in to comment.