From 59e75d124c223662d1538d40f500a69da13b18ee Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Sat, 6 Jan 2024 15:39:12 +0800 Subject: [PATCH] Update logo URLs (#293) * docs: update logos URL; --- README.md | 10 +++++----- docs/about_us.rst | 2 +- docs/conf.py | 2 +- docs/examples.rst | 2 +- docs/index.rst | 14 +++++++------- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d06bd92c..d34d53c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - +

Welcome to PyPOTS

@@ -26,7 +26,7 @@ GitHub contributors - GitHub Repo stars + GitHub Repo stars GitHub Repo forks @@ -86,7 +86,7 @@ As you can see, there is a coffee pot in the PyPOTS logo. And what else? Please read on ;-) - TSDB logo + TSDB logo 👈 Time series datasets are taken as coffee beans at PyPOTS, and POTS datasets are incomplete coffee beans with missing parts that have their own meanings. @@ -95,7 +95,7 @@ To make various public time-series datasets readily available to users, Visit [TSDB](https://github.com/WenjieDu/TSDB) right now to know more about this handy tool 🛠, and it now supports a total of 168 open-source datasets! - PyGrinder logo + PyGrinder logo 👉 To simulate the real-world data beans with missingness, the ecosystem library [PyGrinder](https://github.com/WenjieDu/PyGrinder), @@ -105,7 +105,7 @@ PyGrinder supports all of them and additional functionalities related to missing With PyGrinder, you can introduce synthetic missing values into your datasets with a single line of code. - BrewPOTS logo + BrewPOTS logo 👈 Now we have the beans, the grinder, and the pot, how to brew us a cup of coffee? Tutorials are necessary! diff --git a/docs/about_us.rst b/docs/about_us.rst index d2e064c5..3a2e43f8 100644 --- a/docs/about_us.rst +++ b/docs/about_us.rst @@ -33,5 +33,5 @@ PyPOTS exists thanks to all the nice people (sorted by contribution time) who co .. raw:: html - + diff --git a/docs/conf.py b/docs/conf.py index d1f3f155..c0b833bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -106,7 +106,7 @@ html_favicon = ( "https://raw.githubusercontent.com/" - "PyPOTS/pypots.github.io/main/static/figs/pypots_logos/PyPOTS_logo_FFBG.svg" + "PyPOTS/pypots.github.io/main/static/figs/pypots_logos/PyPOTS/logo_FFBG.svg" ) html_sidebars = { diff --git a/docs/examples.rst b/docs/examples.rst index b834cfba..69fd6a28 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -1,7 +1,7 @@ Quick-start Examples ==================== -.. image:: https://pypots.com/figs/pypots_logos/BrewPOTS_logo_FFBG.svg?sanitize=true +.. image:: https://pypots.com/figs/pypots_logos/BrewPOTS/logo_FFBG.svg :width: 160 :alt: BrewPOTS logo :align: right diff --git a/docs/index.rst b/docs/index.rst index 79c73441..b98c384e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,8 +4,8 @@ Welcome to PyPOTS docs! =============================== -.. image:: https://pypots.com/figs/pypots_logos/PyPOTS_logo_FFBG.svg?sanitize=true - :height: 168 +.. image:: https://pypots.com/figs/pypots_logos/PyPOTS/logo_FFBG.svg?sanitize=true + :height: 180 :align: right :target: https://github.com/WenjieDu/PyPOTS :alt: PyPOTS logo @@ -36,11 +36,11 @@ Welcome to PyPOTS docs! :alt: GitHub Contributors :target: https://github.com/WenjieDu/PyPOTS/graphs/contributors -.. image:: https://img.shields.io/github/stars/wenjiedu/pypots?color=6BB392&label=%E2%AD%90%20Stars +.. image:: https://img.shields.io/github/stars/wenjiedu/pypots?logo=None&color=6BB392&label=%E2%98%85%20Stars :alt: GitHub Repo stars :target: https://star-history.com/#wenjiedu/pypots -.. image:: https://img.shields.io/github/forks/wenjiedu/pypots?logo=forgejo&logoColor=white&color=91B821&label=Forks +.. image:: https://img.shields.io/github/forks/wenjiedu/pypots?logo=forgejo&logoColor=black&label=Forks :alt: GitHub Repo forks :target: https://github.com/WenjieDu/PyPOTS/network/members @@ -102,7 +102,7 @@ At PyPOTS, things are related to coffee, which we're familiar with. Yes, this is As you can see, there is a coffee pot in the PyPOTS logo. And what else? Please read on ;-) -.. image:: https://pypots.com/figs/pypots_logos/TSDB_logo_FFBG.svg +.. image:: https://pypots.com/figs/pypots_logos/TSDB/logo_FFBG.svg :width: 150 :alt: TSDB logo :align: left @@ -113,7 +113,7 @@ To make various public time-series datasets readily available to users, *Time Series Data Beans (TSDB)* is created to make loading time-series datasets super easy! Visit `TSDB `_ right now to know more about this handy tool 🛠, and it now supports a total of 168 open-source datasets! -.. image:: https://pypots.com/figs/pypots_logos/PyGrinder_logo_FFBG.svg +.. image:: https://pypots.com/figs/pypots_logos/PyGrinder/logo_FFBG.svg :width: 150 :alt: PyGrinder logo :align: right @@ -125,7 +125,7 @@ MCAR (missing completely at random), MAR (missing at random), and MNAR (missing PyGrinder supports all of them and additional functionalities related to missingness. With PyGrinder, you can introduce synthetic missing values into your datasets with a single line of code. -.. image:: https://pypots.com/figs/pypots_logos/BrewPOTS_logo_FFBG.svg +.. image:: https://pypots.com/figs/pypots_logos/BrewPOTS/logo_FFBG.svg :width: 150 :alt: BrewPOTS logo :align: left