From 44a7482980ab81c5d4cf4aebeef87d495bfc449c Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Tue, 21 Apr 2020 16:51:11 +0200 Subject: [PATCH] fixing --- docs/doc_indexing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc_indexing.md b/docs/doc_indexing.md index 0fe66ac..c5d2dfc 100644 --- a/docs/doc_indexing.md +++ b/docs/doc_indexing.md @@ -458,7 +458,7 @@ nicely with writing those as one-liner: > >Nevertheless, something like `di.aloc[di['a'] > di['b']]` do not work, because the comparison fails, >as long as the two series objects not have the same index. But maybe one want to checkout ->[DictOfSeries.index_of()](/docs/methods_and_properties.md#diosdictofseriesindex_of). +>[DictOfSeries.index_of()](readthedocs-link-to-index-of). Nested-lists as row indexer -- GitLab