From b411e088187c19fece5bb8d9864aca24da7be1b9 Mon Sep 17 00:00:00 2001 From: KDruzhkin Date: Mon, 3 Jun 2024 21:37:14 +0300 Subject: [PATCH] remove broken reference --- docs/user-guide/pipes/building_abstractions_with_pipes.md | 2 +- py-polars/docs/source/reference/dataframe/index.rst | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/user-guide/pipes/building_abstractions_with_pipes.md b/docs/user-guide/pipes/building_abstractions_with_pipes.md index 3d6747e507c3..290a4bbccbb3 100644 --- a/docs/user-guide/pipes/building_abstractions_with_pipes.md +++ b/docs/user-guide/pipes/building_abstractions_with_pipes.md @@ -18,7 +18,7 @@ Suppose, for example, that you frequently have to apply the Pythagorean theorem ... and apply it with `pipe`: -{{code_block('user-guide/pipes/building_abstractions_with_pipes','pipe',['pipe'])}} +{{code_block('user-guide/pipes/building_abstractions_with_pipes','pipe',[])}} ```python exec="on" result="text" session="user-guide/pipes/building_abstractions_with_pipes" --8<-- "python/user-guide/pipes/building_abstractions_with_pipes.py:pipe" diff --git a/py-polars/docs/source/reference/dataframe/index.rst b/py-polars/docs/source/reference/dataframe/index.rst index b12be001e79b..509b1e3f5ede 100644 --- a/py-polars/docs/source/reference/dataframe/index.rst +++ b/py-polars/docs/source/reference/dataframe/index.rst @@ -17,7 +17,6 @@ This page gives an overview of all public DataFrame methods. modify_select miscellaneous plot - pipe .. currentmodule:: polars