From 860d58e7cc1722566b9b0c12ca8cd6cc3b9e9e16 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 23 Feb 2025 12:44:08 -0800 Subject: [PATCH] Restore original README.rst from master --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 54da6349f..8e0c39177 100644 --- a/README.rst +++ b/README.rst @@ -13,10 +13,6 @@ .. start -.. Note:: - - This is the pybind11 **smart_holder** branch. Please refer to - ``README_smart_holder.rst`` for branch-specific information. **pybind11** is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing