Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Renaming warning message file
  • Loading branch information
Neeratyoy committed Apr 28, 2021
commit 7501f5b40934a3ee21b7775e172042dcc2250c36
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/20_basic/introduction_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

############################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/20_basic/simple_flows_and_runs_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

############################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/create_upload_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

############################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt

openml.config.start_using_configuration_for_example()
############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/custom_flow_.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

####################################################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

####################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/datasets_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
# This example uses the test server, to avoid editing a dataset on the main server.
#
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()
############################################################################
# Edit non-critical fields, allowed for all authorized users:
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/flow_id_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

############################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()


Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/flows_and_runs_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# We'll use the test server for the rest of this tutorial.
#
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/run_setup_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

############################################################################
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/study_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# We'll use the test server for the rest of this tutorial.
#
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

############################################################################
Expand Down
2 changes: 1 addition & 1 deletion examples/30_extended/suites_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# We'll use the test server for the rest of this tutorial.
#
# .. warning::
# .. include:: ../../warning.txt
# .. include:: ../../test_server_usage_warning.txt
openml.config.start_using_configuration_for_example()

############################################################################
Expand Down