Skip to content

Commit

Permalink
[tutorials] Move net tutorials to legacy folder after reverting
Browse files Browse the repository at this point in the history
Reverts commit 6f0f942 after accidental merge of root-project#17095 and revert
of the commit the PR introduced.
Some ordering is required in merging, without which several conflicts
arise.
  • Loading branch information
dpiparo committed Dec 3, 2024
1 parent 79d34e4 commit 6af22fc
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ set(extra_veto
legacy/rootmarks.C # Instrumentation. Not a standalone tutorial
multicore/mp_H1_lambdas.C # not a tutorial; used by mp104_processH1.C et al.
html/*.C
net/*.C
legacy/net/*.C
legacy/proof/*.C
io/sql/*.C
io/tree/hsimpleProxy.C # A driver uses this macro which cannot be executed directly
Expand Down
4 changes: 0 additions & 4 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ The `$ROOTSYS/tutorials` directory includes several sub-directories:
\ingroup Tutorials
\brief These examples aim to illustrate the multicore features of ROOT, such as thread awareness and safety, multithreading and multiprocessing.

\defgroup tutorial_net Net tutorials
\ingroup Tutorials
\brief Examples showing the net classes.

\defgroup tutorial_pyroot PyRoot tutorials
\ingroup Tutorials
\brief Selected examples illustrating how to use ROOT's Python interface: PyROOT.
Expand Down
4 changes: 4 additions & 0 deletions tutorials/legacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ Some of ROOT's tutorials demonstrate interfaces that are not recommended anymore
ROOT or C++ itself now offer superior ones. These have been moved here "for the record".

@}

\defgroup tutorial_net Net tutorials
\ingroup tutorial_legacy
\brief Examples showing the net classes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6af22fc

Please sign in to comment.