Skip to content

Commit

Permalink
Minor docs edit (#129)
Browse files Browse the repository at this point in the history
* minor edits

* cosmos sdk remove hyphen
  • Loading branch information
5A11 authored Mar 30, 2022
1 parent 6744e37 commit f0de8e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
Empty file removed docs/atomic-swaps.md
Empty file.
1 change: 1 addition & 0 deletions docs/governance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Governance (coming soon!)
10 changes: 1 addition & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cosmpy is a Python library for interacting with Cosmos-based blockchains.

* A simplified Cosmos-SDK agnostic API for basic chain operations.
* A simplified Cosmos SDK agnostic API for basic chain operations.
* An easy API for deploying and interacting with CosmWasm-based smart contracts.
* Low-level access to primitive ledger APIs if required.

Expand All @@ -14,14 +14,6 @@ pip3 install cosmpy

<a href="https://img.shields.io/pypi/v/cosmpy" target="_blank"><img alt="PyPI" src="https://img.shields.io/pypi/v/cosmpy" /></a>.

[comment]: <> (## Dependencies)

[comment]: <> (CosmPy works with any version of Python >= 3.7.)

[comment]: <> (## Platforms)

[comment]: <> (CosmPy can be used in Linux, MacOS, Windows)

## Repository

```
Expand Down
6 changes: 2 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ nav:
- Staking: 'staking.md'
- Smart Contracts:
- Deploy a contract: 'deploy-a-contract.md'
- Advanced:
- Governance: 'governance.md'
- Smart Contracts:
- Atomic Swaps: 'atomic-swaps.md'
- Advanced (coming soon!):
- Governance: 'governance.md'

theme:
name: 'material'
Expand Down

0 comments on commit f0de8e7

Please sign in to comment.