From 1e41be7185aeafd2af263d180eba74c8909a3c96 Mon Sep 17 00:00:00 2001
From: Arjun Verma <arjunverma.oc@gmail.com>
Date: Tue, 7 Jan 2025 11:44:42 +0530
Subject: [PATCH 1/2] Add documentation badge

---
 python/jupytercad/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/jupytercad/README.md b/python/jupytercad/README.md
index 8f4816cb3..c2de7886e 100644
--- a/python/jupytercad/README.md
+++ b/python/jupytercad/README.md
@@ -1,6 +1,7 @@
 # JupyterCAD - A JupyterLab extension for collaborative 3D geometry modeling.
 
 [![Lite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupytercad.github.io/JupyterCAD/)
+<a href='https://jupytercad.readthedocs.io/' target="_blank"><img alt='View Documentation' src='https://img.shields.io/badge/Documentation-100000?style=flat&logo=View Documentation&logoColor=FFFFFF&labelColor=FFD43B&color=4B8BBE'/></a>
 
 JupyterCAD is a JupyterLab extension for 3D geometry modeling with collaborative editing support. It is designed to allow multiple people to work on the same file at the same time, and to facilitate discussion and collaboration around the 3D shapes being created.
 

From 83099a3c3e766c618f137e3ed09e1b472c1e330e Mon Sep 17 00:00:00 2001
From: Arjun Verma <arjunverma.oc@gmail.com>
Date: Tue, 7 Jan 2025 20:17:12 +0530
Subject: [PATCH 2/2] Add uniform documentation badge w.r.t JGIS

---
 python/jupytercad/README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/python/jupytercad/README.md b/python/jupytercad/README.md
index c2de7886e..306e2de2f 100644
--- a/python/jupytercad/README.md
+++ b/python/jupytercad/README.md
@@ -1,7 +1,11 @@
 # JupyterCAD - A JupyterLab extension for collaborative 3D geometry modeling.
 
-[![Lite](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupytercad.github.io/JupyterCAD/)
-<a href='https://jupytercad.readthedocs.io/' target="_blank"><img alt='View Documentation' src='https://img.shields.io/badge/Documentation-100000?style=flat&logo=View Documentation&logoColor=FFFFFF&labelColor=FFD43B&color=4B8BBE'/></a>
+[![lite-badge]][lite] [![docs-badge]][docs]
+
+[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
+[lite]: https://jupytercad.github.io/JupyterCAD/
+[docs-badge]: https://readthedocs.org/projects/jupytergis/badge/?version=latest
+[docs]: https://jupytercad.readthedocs.io/
 
 JupyterCAD is a JupyterLab extension for 3D geometry modeling with collaborative editing support. It is designed to allow multiple people to work on the same file at the same time, and to facilitate discussion and collaboration around the 3D shapes being created.