From 3699721a4ebeba7f9493ee4bad2e8a90ac139442 Mon Sep 17 00:00:00 2001 From: James Rogers Date: Wed, 8 Nov 2023 16:31:53 +0000 Subject: [PATCH] DOC: Update Link and change Extract_all = YES --- docs/Doxyfile | 2 +- .../examples/usagesharing/usagesharing.py | 46 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 3fc0d19..15ba076 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -462,7 +462,7 @@ LOOKUP_CACHE_SIZE = 0 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. diff --git a/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py b/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py index fe7fe20..4d8b438 100644 --- a/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py +++ b/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py @@ -1,23 +1,23 @@ -# ********************************************************************* -# This Original Work is copyright of 51 Degrees Mobile Experts Limited. -# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, -# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. -# -# This Original Work is licensed under the European Union Public Licence -# (EUPL) v.1.2 and is subject to its terms as set out below. -# -# If a copy of the EUPL was not distributed with this file, You can obtain -# one at https://opensource.org/licenses/EUPL-1.2. -# -# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be -# amended by the European Commission) shall be deemed incompatible for -# the purposes of the Work and the provisions of the compatibility -# clause in Article 5 of the EUPL shall not apply. -# -# If using the Work as, or as part of, a network application, by -# including the attribution notice(s) required under Article 5 of the EUPL -# in the end user terms of the application under an appropriate heading, -# such notice(s) shall fulfill the requirements of that article. +# ********************************************************************* +# This Original Work is copyright of 51 Degrees Mobile Experts Limited. +# Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House, +# Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU. +# +# This Original Work is licensed under the European Union Public Licence +# (EUPL) v.1.2 and is subject to its terms as set out below. +# +# If a copy of the EUPL was not distributed with this file, You can obtain +# one at https://opensource.org/licenses/EUPL-1.2. +# +# The 'Compatible Licences' set out in the Appendix to the EUPL (as may be +# amended by the European Commission) shall be deemed incompatible for +# the purposes of the Work and the provisions of the compatibility +# clause in Article 5 of the EUPL shall not apply. +# +# If using the Work as, or as part of, a network application, by +# including the attribution notice(s) required under Article 5 of the EUPL +# in the end user terms of the application under an appropriate heading, +# such notice(s) shall fulfill the requirements of that article. # ********************************************************************* ## @example usagesharing/usagesharing.py @@ -25,7 +25,7 @@ # @include{doc} example-usage-sharing-intro.txt # # Usage sharing is enabled by default if using some 51Degrees pipeline -# builders such as the [DeviceDetectionOnPremisePipelineBuilder](https://github.com/51Degrees/device-detection-python/blob/master/fiftyone_devicedetection_onpremise/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py). +# builders such as the [DeviceDetectionOnPremisePipelineBuilder](https://github.com/51Degrees/device-detection-python/blob/main/fiftyone_devicedetection_onpremise/fiftyone_devicedetection_onpremise/devicedetection_onpremise_pipelinebuilder.py). # In this example, we show how to specifically add a usage sharing # element to a Pipeline using configuration. # @@ -41,9 +41,9 @@ # # For details of what each setting does, see the constructor # parameters in the reference documentation for the -# [share usage element](http://51degrees.com/pipeline-python/classpipeline-python_1_1fiftyone__pipeline__engines__fiftyone_1_1fiftyone__pipeline__engines__fibec5ad82b73105e146420c12840758d4.html) +# [share usage element](https://51degrees.com/pipeline-python/4.4/classfiftyone__pipeline__engines__fiftyone_1_1share__usage_1_1_share_usage.html) # -# This example is available in full on [GitHub](https://github.com/51Degrees/pipeline-python/blob/master/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py). +# This example is available in full on [GitHub](https://github.com/51Degrees/pipeline-python/blob/main/fiftyone_pipeline_engines_fiftyone/examples/usagesharing/usagesharing.py). # # Expected output: # ```