From e24956216b05674dc5b5a0b6f6dc15ad66320e0e Mon Sep 17 00:00:00 2001 From: mcbarton Date: Thu, 6 Mar 2025 15:27:47 +0000 Subject: [PATCH 1/2] Mention the Jupyter Lite deployment on the read the docs homepage --- docs/source/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6d59becc..27b2232a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,8 @@ Introduction ------------ ``xeus-cpp`` is a Jupyter kernel for cpp based on the native implementation of -the Jupyter protocol xeus_. +the Jupyter protocol xeus_. Try a Jupyter Lite demo of xeus-cpp by clicking +`here ` Licensing --------- @@ -40,4 +41,4 @@ The Xeus-Cpp is a Jupyter kernel for the C++ programming language FAQ reference -.. _xeus: https://github.com/jupyter-xeus/xeus \ No newline at end of file +.. _xeus: https://github.com/jupyter-xeus/xeus From e64331c0db25425064dda4a622b45bff6c069ef8 Mon Sep 17 00:00:00 2001 From: mcbarton Date: Tue, 6 May 2025 16:28:17 +0100 Subject: [PATCH 2/2] Fix formatting issue --- docs/source/index.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 27b2232a..2a2b2022 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,8 +12,11 @@ Introduction ------------ ``xeus-cpp`` is a Jupyter kernel for cpp based on the native implementation of -the Jupyter protocol xeus_. Try a Jupyter Lite demo of xeus-cpp by clicking -`here ` +the Jupyter protocol xeus_. Try a Jupyter Lite demo of xeus-cpp by clicking + +.. image:: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg + :target: https://compiler-research.github.io/xeus-cpp/lab/index.html + :alt: lite-badge Licensing ---------