From 5760077b5eb2d74b95c535977ec0204b6577d625 Mon Sep 17 00:00:00 2001 From: jacob-buehler Date: Wed, 2 Aug 2023 16:30:54 -0400 Subject: [PATCH 1/4] fixed hyperlinks to documentation about ProfilerOptions() --- examples/structured_profilers.ipynb | 2 +- examples/unstructured_profilers.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/structured_profilers.ipynb b/examples/structured_profilers.ipynb index 10f9eddd2..53ddf89b3 100644 --- a/examples/structured_profilers.ipynb +++ b/examples/structured_profilers.ipynb @@ -245,7 +245,7 @@ "\n", "Below, let's remove the histogram and increase the number of samples to the labeler component (1,000 samples). \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler)." + "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/docs/0.10.2/html/profiler.html#profile-options)." ] }, { diff --git a/examples/unstructured_profilers.ipynb b/examples/unstructured_profilers.ipynb index 82169af5a..f830dc934 100644 --- a/examples/unstructured_profilers.ipynb +++ b/examples/unstructured_profilers.ipynb @@ -178,7 +178,7 @@ "\n", "Below, let's remove the vocab count and set the stop words. \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler)." + "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/docs/0.10.2/html/profiler.html#profile-options)." ] }, { From a62ba185d86dc17131989578a691598ab9171d74 Mon Sep 17 00:00:00 2001 From: jacob-buehler Date: Thu, 3 Aug 2023 15:47:02 -0400 Subject: [PATCH 2/4] relative path add --- examples/structured_profilers.ipynb | 2 +- examples/unstructured_profilers.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/structured_profilers.ipynb b/examples/structured_profilers.ipynb index 53ddf89b3..64f83efc8 100644 --- a/examples/structured_profilers.ipynb +++ b/examples/structured_profilers.ipynb @@ -245,7 +245,7 @@ "\n", "Below, let's remove the histogram and increase the number of samples to the labeler component (1,000 samples). \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/docs/0.10.2/html/profiler.html#profile-options)." + "Full list of options in the Profiler section of the [DataProfiler documentation](../../html/profiler.html#profile-options)." ] }, { diff --git a/examples/unstructured_profilers.ipynb b/examples/unstructured_profilers.ipynb index f830dc934..9b63e85a8 100644 --- a/examples/unstructured_profilers.ipynb +++ b/examples/unstructured_profilers.ipynb @@ -178,7 +178,7 @@ "\n", "Below, let's remove the vocab count and set the stop words. \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/docs/0.10.2/html/profiler.html#profile-options)." + "Full list of options in the Profiler section of the [DataProfiler documentation](../../html/profiler.html#profile-options)." ] }, { From c18f1fb474b773eb227f29667fbb3bd850697568 Mon Sep 17 00:00:00 2001 From: jacob-buehler Date: Thu, 3 Aug 2023 16:57:01 -0400 Subject: [PATCH 3/4] update with proper link --- examples/structured_profilers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/structured_profilers.ipynb b/examples/structured_profilers.ipynb index 64f83efc8..b6a4409c9 100644 --- a/examples/structured_profilers.ipynb +++ b/examples/structured_profilers.ipynb @@ -245,7 +245,7 @@ "\n", "Below, let's remove the histogram and increase the number of samples to the labeler component (1,000 samples). \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](../../html/profiler.html#profile-options)." + "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/profile_options.html)." ] }, { From c560c005dcf6f9922fba5a4f00385cc71e0237c5 Mon Sep 17 00:00:00 2001 From: jacob-buehler Date: Thu, 3 Aug 2023 16:58:42 -0400 Subject: [PATCH 4/4] update unstruct with link --- examples/unstructured_profilers.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/unstructured_profilers.ipynb b/examples/unstructured_profilers.ipynb index 9b63e85a8..9ab754cc7 100644 --- a/examples/unstructured_profilers.ipynb +++ b/examples/unstructured_profilers.ipynb @@ -178,7 +178,7 @@ "\n", "Below, let's remove the vocab count and set the stop words. \n", "\n", - "Full list of options in the Profiler section of the [DataProfiler documentation](../../html/profiler.html#profile-options)." + "Full list of options in the Profiler section of the [DataProfiler documentation](https://capitalone.github.io/DataProfiler/profile_options.html)." ] }, {