diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 7b5cfc3a25d57..fdbc11b91d320 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -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 sql/*.C tree/hsimpleProxy.C # A driver uses this macro which cannot be executed directly diff --git a/tutorials/index.md b/tutorials/index.md index 5ebba95c3b363..1801390b7f3c4 100644 --- a/tutorials/index.md +++ b/tutorials/index.md @@ -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. diff --git a/tutorials/legacy/index.md b/tutorials/legacy/index.md index 236a88a4ecc55..2224011b65a5d 100644 --- a/tutorials/legacy/index.md +++ b/tutorials/legacy/index.md @@ -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. \ No newline at end of file diff --git a/tutorials/net/TUriTest.C b/tutorials/legacy/net/TUriTest.C similarity index 100% rename from tutorials/net/TUriTest.C rename to tutorials/legacy/net/TUriTest.C diff --git a/tutorials/net/TestAuth.C b/tutorials/legacy/net/TestAuth.C similarity index 100% rename from tutorials/net/TestAuth.C rename to tutorials/legacy/net/TestAuth.C diff --git a/tutorials/net/authclient.C b/tutorials/legacy/net/authclient.C similarity index 100% rename from tutorials/net/authclient.C rename to tutorials/legacy/net/authclient.C diff --git a/tutorials/net/authserv.C b/tutorials/legacy/net/authserv.C similarity index 100% rename from tutorials/net/authserv.C rename to tutorials/legacy/net/authserv.C diff --git a/tutorials/net/fastMergeServer.C b/tutorials/legacy/net/fastMergeServer.C similarity index 100% rename from tutorials/net/fastMergeServer.C rename to tutorials/legacy/net/fastMergeServer.C diff --git a/tutorials/net/hclient.C b/tutorials/legacy/net/hclient.C similarity index 100% rename from tutorials/net/hclient.C rename to tutorials/legacy/net/hclient.C diff --git a/tutorials/net/hcons.C b/tutorials/legacy/net/hcons.C similarity index 100% rename from tutorials/net/hcons.C rename to tutorials/legacy/net/hcons.C diff --git a/tutorials/net/hprod.C b/tutorials/legacy/net/hprod.C similarity index 100% rename from tutorials/net/hprod.C rename to tutorials/legacy/net/hprod.C diff --git a/tutorials/net/hserv.C b/tutorials/legacy/net/hserv.C similarity index 100% rename from tutorials/net/hserv.C rename to tutorials/legacy/net/hserv.C diff --git a/tutorials/net/hserv2.C b/tutorials/legacy/net/hserv2.C similarity index 100% rename from tutorials/net/hserv2.C rename to tutorials/legacy/net/hserv2.C diff --git a/tutorials/net/parallelMergeClient.C b/tutorials/legacy/net/parallelMergeClient.C similarity index 100% rename from tutorials/net/parallelMergeClient.C rename to tutorials/legacy/net/parallelMergeClient.C diff --git a/tutorials/net/parallelMergeServer.C b/tutorials/legacy/net/parallelMergeServer.C similarity index 100% rename from tutorials/net/parallelMergeServer.C rename to tutorials/legacy/net/parallelMergeServer.C diff --git a/tutorials/net/parallelMergeTest.C b/tutorials/legacy/net/parallelMergeTest.C similarity index 100% rename from tutorials/net/parallelMergeTest.C rename to tutorials/legacy/net/parallelMergeTest.C diff --git a/tutorials/net/parallelMergeTest.sh b/tutorials/legacy/net/parallelMergeTest.sh similarity index 100% rename from tutorials/net/parallelMergeTest.sh rename to tutorials/legacy/net/parallelMergeTest.sh diff --git a/tutorials/net/pclient.C b/tutorials/legacy/net/pclient.C similarity index 100% rename from tutorials/net/pclient.C rename to tutorials/legacy/net/pclient.C diff --git a/tutorials/net/pserv.C b/tutorials/legacy/net/pserv.C similarity index 100% rename from tutorials/net/pserv.C rename to tutorials/legacy/net/pserv.C diff --git a/tutorials/net/spy.C b/tutorials/legacy/net/spy.C similarity index 100% rename from tutorials/net/spy.C rename to tutorials/legacy/net/spy.C diff --git a/tutorials/net/spyserv.C b/tutorials/legacy/net/spyserv.C similarity index 100% rename from tutorials/net/spyserv.C rename to tutorials/legacy/net/spyserv.C diff --git a/tutorials/net/testTUDPSocket.C b/tutorials/legacy/net/testTUDPSocket.C similarity index 100% rename from tutorials/net/testTUDPSocket.C rename to tutorials/legacy/net/testTUDPSocket.C diff --git a/tutorials/net/treeClient.C b/tutorials/legacy/net/treeClient.C similarity index 100% rename from tutorials/net/treeClient.C rename to tutorials/legacy/net/treeClient.C diff --git a/tutorials/net/udpserver.c b/tutorials/legacy/net/udpserver.c similarity index 100% rename from tutorials/net/udpserver.c rename to tutorials/legacy/net/udpserver.c