Skip to content

Commit 5786c5b

Browse files
martamaja10vepadulano
authored andcommitted
[skip-ci][DF] Add missing entry in the table of contents in the docs
1 parent ea03521 commit 5786c5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tree/dataframe/src/RDataFrame.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ You can directly see RDataFrame in action in our [tutorials](https://root.cern/d
8787
- [Adding a progress bar](\ref progressbar)
8888
- [Working with missing values in the dataset](\ref missing-values)
8989
- [Dealing with NaN or Inf values in the dataset](\ref special-values)
90+
- [Translating TTree::Draw to RDataFrame](\ref rosetta-stone)
9091
- [Python interface](classROOT_1_1RDataFrame.html#python)
9192
- <a class="el" href="classROOT_1_1RDataFrame.html#reference" onclick="javascript:toggleInherit('pub_methods_classROOT_1_1RDF_1_1RInterface')">Class reference</a>
9293
@@ -1916,6 +1917,7 @@ Non-finite numbers can be suppressed using Filter(), e.g.:
19161917
df.Filter("std::isfinite(x)").Mean("x")
19171918
\endcode
19181919
1920+
\anchor rosetta-stone
19191921
### Translating TTree::Draw to RDataFrame
19201922
19211923
<table>

0 commit comments

Comments
 (0)