From 23109b565a4b3397317a1458e883766c08f4f78a Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 31 May 2024 10:27:50 +0100 Subject: [PATCH] Remove reference to Python in documentation --- docs/source/UsingXeus-Cpp.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/UsingXeus-Cpp.rst b/docs/source/UsingXeus-Cpp.rst index b834d63c..1d759e55 100644 --- a/docs/source/UsingXeus-Cpp.rst +++ b/docs/source/UsingXeus-Cpp.rst @@ -4,8 +4,3 @@ Using xeus-cpp - With xeus-cpp, you can write and execute C++ code interactively, seeing the results immediately. This REPL nature allows you to iterate quickly without the overhead of compiling and running separate C++ programs. - -- To achieve C++ and Python integration within a Jupyter environment we can use - xeus-cpp. Thereby you can write and execute C++ code interactively in - this environment. -