Skip to content

Commit

Permalink
docs: badges [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
soopyc committed Nov 23, 2022
1 parent a92cb20 commit 46a5dc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hoda
# hoda [![Build Status](https://ci.soopy.moe/api/badges/mizuki/hoda/status.svg)](https://ci.soopy.moe/mizuki/hoda)

This is an asynchronous api wrapper for the HKO public open data API for python.
([reference](https://www.hko.gov.hk/en/weatherAPI/doc/files/HKO_Open_Data_API_Documentation.pdf))
Expand All @@ -13,7 +13,7 @@ poetry add hoda
pip install hoda
```

# Documentation [![Translation status](https://akyuu.soopy.moe/widgets/hoda/-/hoda-docs/svg-badge.svg)](https://akyuu.soopy.moe/projects/hoda/hoda-docs/)
# Documentation [![Translation status](https://akyuu.soopy.moe/widgets/hoda/-/hoda-docs/svg-badge.svg)](https://akyuu.soopy.moe/projects/hoda/hoda-docs/) [![Documentation Status](https://readthedocs.org/projects/hoda/badge/?version=latest)](https://hoda.soopy.moe/en/latest/?badge=latest)
https://hoda.soopy.moe

## Development/Contributing
Expand Down
13 changes: 8 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ HKO Weather (async) API wrapper
=======================================

.. image:: https://readthedocs.org/projects/hoda/badge/?version=latest
:target: http://hoda.soopy.moe/en/latest/?badge=latest
:target: https://hoda.soopy.moe/en/latest/?badge=latest
:alt: Latest documentation status

.. .. image:: https://github.com/kcomain-wasteland/hwa/actions/workflows/codeql-analysis.yml/badge.svg
.. :target: https://github.com/kcomain-wasteland/hwa/actions/workflows/codeql-analysis.yml
.. :alt: CodeQL
.. doesn't actually exist anymore lol
.. image:: https://akyuu.soopy.moe/widgets/hoda/-/hoda-docs/svg-badge.svg
:target: https://akyuu.soopy.moe/projects/hoda/hoda-docs/
:alt: Docs translation status

.. image:: https://ci.soopy.moe/api/badges/mizuki/hoda/status.svg
:target: https://ci.soopy.moe/mizuki/hoda
:alt: CI build and test status

hoda is a wrapper of the Hong Kong Observatory's Open Data API
(`reference <https://www.hko.gov.hk/en/weatherAPI/doc/files/HKO_Open_Data_API_Documentation.pdf>`_)
Expand Down

0 comments on commit 46a5dc8

Please sign in to comment.