Skip to content

Commit 34cb7a6

Browse files
committed
[docs] fies and trying to reduce image size
1 parent 5f004d3 commit 34cb7a6

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
theme: jekyll-theme-leap-day
2-
title: Open metadata markup language - omdl -
3-
description: data model for storing arbitratry metadata
2+
title: Open metadata markup language - odml -
3+
description: data model for storing arbitrary metadata
44
show_downloads: "false"

docs/index.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
![odml_logo](./images/odMLLogo.png "odml")
1+
# odml
22

3+
<img src="./images/odMLLogo.png" alt="odml" style="width: 150px;"/>
4+
<!-- ![odml_logo](./images/odMLLogo.png "odml") -->
35

46
odML (open metadata Markup Language) is an [data model](./data_model.md) for storing
57
arbitrary metadata. Teh underlying datamodel offers a way to store
@@ -26,30 +28,30 @@ the [RRID:SCR_001376](https://scicrunch.org/browse/resources/SCR_001376)
2628

2729
* * *
2830

29-
# Getting started
31+
## Getting started
3032

31-
## Installation
33+
### Installation
3234

3335
*python-odml* is most conveniently installed via pip.
3436

3537
```
3638
pip install odml
3739
```
3840

39-
## Tutorial and examples
41+
### Tutorial and examples
4042

4143
- We have assembled a set of
4244
[tutorials](http://github.com/G-Node/python-odml/doc/tutorial.rst "Python Tutorial").
4345

44-
# Support
46+
## Support
4547

4648
If you experience problems using *odml* feel free to join our IRC channel
4749
[#gnode at FreeNode](irc://irc.freenode.net/gnode) or write an email to <dev@g-node.org>. If you find a
4850
bug please report it using
4951
the [project issue tracker](https://github.com/G-Node/python-odml/issues "pyhton-odml issue tracker").
5052

5153

52-
# License
54+
## License
5355

5456
This project is open source published under an MIT license-like see [license file](https://github.com/G-Node/python-odml/blob/master/LICENSE) for details.
5557

0 commit comments

Comments
 (0)