Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robrua committed Aug 17, 2015
1 parent db3eaf5 commit 7fb9bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ coverage.xml
*.log

# Sphinx documentation
docs/_build/
docs/

# PyBuilder
target/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Cassiopeia depends on [SQLAlchemy](http://www.sqlalchemy.org/). It should be aut

## Usage

Here's an example of a few basic uses of the API. The full PyDoc can be found at http://robrua.github.io/cassiopeia/.
Here's an example of a few basic uses of the API. The full documentation can be found at http://robrua.github.io/cassiopeia/.

```python
import random
Expand Down Expand Up @@ -96,7 +96,7 @@ a_challenger = challenger_league.entries[0].playerOrTeamName
print("He's much better at writing Python code than he is a LoL. He'll never be as good as {name}.".format(name=a_challenger))
```

## PyDoc
## Documentation
[Found Here](http://robrua.github.io/cassiopeia/)

## Download
Expand Down

0 comments on commit 7fb9bc6

Please sign in to comment.