Skip to content

Commit

Permalink
Tweak order of README
Browse files Browse the repository at this point in the history
  • Loading branch information
git-steven committed Mar 3, 2024
1 parent 21614be commit 07d3f6c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Python Arango OGM
Python-based package implementing an OGM framework for arango; built on top of python-arango.

## GitHub
https://github.com/tangledpath/python-arango-ogm

## Documentation
https://tangledpath.github.io/python-arango-ogm/python_arango_ogm.html

## Installation
pip install python-arango-ogm

Expand Down Expand Up @@ -54,14 +60,6 @@ class BazModel(model.Model):
You may use your models to perform various queries and commands
**TODO**: document this more

## GitHub
https://github.com/tangledpath/python-arango-ogm

## Documentation
https://tangledpath.github.io/python-arango-ogm/python_arango_ogm.html



## Development
### Linting
```bash
Expand Down

0 comments on commit 07d3f6c

Please sign in to comment.