From 326b0a57a80c6d0b4bad25ca7adf8138419ef1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20=C8=98tefan=20Ciocan?= <57830279+cosminc98@users.noreply.github.com> Date: Sun, 7 Apr 2024 09:44:19 +0200 Subject: [PATCH] Remove duplicated compiler args from magics.rst --- docs/source/magics.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/source/magics.rst b/docs/source/magics.rst index dfdedd7..657fbc8 100644 --- a/docs/source/magics.rst +++ b/docs/source/magics.rst @@ -48,8 +48,6 @@ Options .. _profiler_args: -.. _profiler_args: - -a, --profiler-args String. Optional profiler arguments that can be space separated by wrapping them in double quotes. Will be passed to the profiler selected @@ -65,16 +63,6 @@ Options See all options here: `NVCC Options `_ - -.. _compiler_args: - --c, --compiler-args - String. Optional compiler arguments that can be space separated - by wrapping them in double quotes. They will be passed to "nvcc". - See all options here: - `NVCC Options `_ - - .. note:: If both "\-\-profile" and "\-\-timeit" are used then no profiling is done.