Skip to content

Commit

Permalink
Fix README.md references
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopeixoto committed Dec 11, 2021
1 parent 2b5672b commit 86c4bf9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="left">
<a href="https://github.com/metastore-developers/metastore" title="Metastore">
<img src="docs/_static/images/logo.svg" width="128px"/>
<img src="https://metastore.readthedocs.io/en/latest/_static/logo.svg" width="128px"/>
</a>
</p>

[![Releases](https://img.shields.io/github/v/release/metastore-developers/metastore?color=blue)](https://github.com/metastore-developers/metastore/releases)
[![Issues](https://img.shields.io/github/issues/metastore-developers/metastore?color=blue)](https://github.com/metastore-developers/metastore/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/metastore-developers/metastore?color=blue)](https://github.com/metastore-developers/metastore/pulls)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://metastore.readthedocs.io)
[![License](https://img.shields.io/pypi/l/metastore?color=blue)](LICENSE.md)
[![License](https://img.shields.io/pypi/l/metastore?color=blue)](https://metastore.readthedocs.io/en/latest/license.html)

# Metastore

Expand Down Expand Up @@ -83,12 +83,16 @@ cd docs/
sphinx-build -b html . build/
```

## Documentation

Please refer to the official [Metastore Documentation](https://metastore.readthedocs.io) for more information.

## Changelog

[Changelog](CHANGELOG.md) contains information about new features, improvements, known issues, and bug fixes in each release.
[Changelog](https://metastore.readthedocs.io/en/latest/changelog.html) contains information about new features, improvements, known issues, and bug fixes in each release.

## Copyright and license

Copyright (c) 2022, Metastore Developers. All rights reserved.

Project developed under a [BSD-3-Clause License](LICENSE.md).
Project developed under a [BSD-3-Clause License](https://metastore.readthedocs.io/en/latest/license.html).
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'_templates'
]

html_title = f'{project} Documentation'
html_favicon = '_static/images/favicon.ico'
html_logo = '_static/images/logo.svg'

Expand Down
2 changes: 1 addition & 1 deletion metastore/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'''

__title__ = 'Metastore'
__version__ = '1.0.0-dev2'
__version__ = '1.0.0-dev3'
__description__ = 'Metastore Python SDK.'
__author__ = 'Metastore Developers'
__email__ = 'metastoredevelopers@gmail.com'
Expand Down

0 comments on commit 86c4bf9

Please sign in to comment.