Skip to content

Commit

Permalink
Merge pull request #630 from DyfanJones/html_span
Browse files Browse the repository at this point in the history
fixes html span
  • Loading branch information
DyfanJones authored Jun 23, 2023
2 parents 443b5c6 + fccf46f commit a86d7fb
Show file tree
Hide file tree
Showing 68 changed files with 1,260 additions and 332 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ build: codegen
@echo "build the AWS SDK package"
@Rscript -e "library(make.paws); make_sdk('${IN_DIR}', '${OUT_DIR}', '${DOC_DIR}', cache_dir = '${CACHE_DIR}')"
@Rscript -e "make.paws:::paws_unescape_latex_post_build(root='.')"
@Rscript -e "make.paws:::paws_fix_html_span(root = '.')"

check:
@echo "run R CMD check on packages"
Expand Down
2 changes: 1 addition & 1 deletion cran/paws.application.integration/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws.application.integration
Title: 'Amazon Web Services' Application Integration Services
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", , "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", , "adam.banker39@gmail.com", role = "aut"),
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.application.integration/R/sfn_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ NULL
#' Amazon Web Services, your own servers, or any system that has access to
#' Amazon Web Services. You can access and use Step Functions using the
#' console, the Amazon Web Services SDKs, or an HTTP API. For more
#' information about Step Functions, see the *<span
#' href="https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html">Step
#' Functions Developer Guide</span>* .
#' information about Step Functions, see the *\href{https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html}{Step Functions Developer Guide}* .
#'
#' @param
#' config
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.application.integration/R/swf_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ NULL
#' tracking their progress and maintaining their state.
#'
#' This documentation serves as reference only. For a broader overview of
#' the Amazon SWF programming model, see the *<span
#' href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon
#' SWF Developer Guide</span>* .
#' the Amazon SWF programming model, see the *\href{https://docs.aws.amazon.com/amazonswf/latest/developerguide/}{Amazon SWF Developer Guide}* .
#'
#' @param
#' config
Expand Down
5 changes: 5 additions & 0 deletions cran/paws.application.integration/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fixed documentation for cran:

Removed following:
Warning: <span> proprietary attribute "href"

## Test environments

* local macOS install, R 4.2.1
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.application.integration/man/sfn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions cran/paws.application.integration/man/swf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.compute/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws.compute
Title: 'Amazon Web Services' Compute Services
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", , "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", , "adam.banker39@gmail.com", role = "aut"),
Expand Down
24 changes: 8 additions & 16 deletions cran/paws.compute/R/serverlessapplicationrepository_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,40 +187,32 @@ serverlessapplicationrepository_create_application_version <- function(Applicati
#' application before deploying. If you don't specify this parameter for an
#' application that requires capabilities, the call will fail.
#' @param ChangeSetName This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param ClientToken This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param Description This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param NotificationArns This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param ParameterOverrides A list of parameter values for the parameters of the application.
#' @param ResourceTypes This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param RollbackConfiguration This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param SemanticVersion The semantic version of the application:
#'
#' <https://semver.org/>
#' @param StackName &#91;required&#93; This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param Tags This property corresponds to the parameter of the same name for the *AWS
#' CloudFormation <span
#' href="https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet">CreateChangeSet</span>*
#' CloudFormation \href{https://docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/CreateChangeSet}{CreateChangeSet}*
#' API.
#' @param TemplateId The UUID returned by CreateCloudFormationTemplate.
#'
Expand Down
5 changes: 5 additions & 0 deletions cran/paws.compute/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fixed documentation for cran:

Removed following:
Warning: <span> proprietary attribute "href"

## Test environments

* local macOS install, R 4.2.1
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.cost.management/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws.cost.management
Title: 'Amazon Web Services' Cost Management Services
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", , "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", , "adam.banker39@gmail.com", role = "aut"),
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.cost.management/R/marketplacemetering_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ NULL
#' records with the `eventName` of
#' [`batch_meter_usage`][marketplacemetering_batch_meter_usage]. You can
#' also use CloudTrail to audit records over time. For more information,
#' see the *<span
#' href="http://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html">AWS
#' CloudTrail User Guide</span>.*
#' see the *\href{https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-concepts.html}{AWS CloudTrail User Guide}.*
#'
#' @param
#' config
Expand Down
4 changes: 2 additions & 2 deletions cran/paws.cost.management/R/pricing_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pricing_get_attribute_values <- function(ServiceCode, AttributeName, NextToken =
#' This feature is in preview release and is subject to change
#'
#' @description
#' *This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the <span href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</span> (Section 1.10).*
#' *This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the \href{https://aws.amazon.com/service-terms/}{Amazon Web Services Service Terms} (Section 1.10).*
#'
#' See [https://www.paws-r-sdk.com/docs/pricing_get_price_list_file_url/](https://www.paws-r-sdk.com/docs/pricing_get_price_list_file_url/) for full documentation.
#'
Expand Down Expand Up @@ -153,7 +153,7 @@ pricing_get_products <- function(ServiceCode, Filters = NULL, FormatVersion = NU
#' This feature is in preview release and is subject to change
#'
#' @description
#' *This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the <span href="https://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</span> (Section 1.10).*
#' *This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the \href{https://aws.amazon.com/service-terms/}{Amazon Web Services Service Terms} (Section 1.10).*
#'
#' See [https://www.paws-r-sdk.com/docs/pricing_list_price_lists/](https://www.paws-r-sdk.com/docs/pricing_list_price_lists/) for full documentation.
#'
Expand Down
5 changes: 5 additions & 0 deletions cran/paws.cost.management/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fixed documentation for cran:

Removed following:
Warning: <span> proprietary attribute "href"

## Test environments

* local macOS install, R 4.2.1
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.cost.management/man/marketplacemetering.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.cost.management/man/pricing_list_price_lists.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.developer.tools/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws.developer.tools
Title: 'Amazon Web Services' Developer Tools Services
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", , "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", , "adam.banker39@gmail.com", role = "aut"),
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.developer.tools/R/codebuild_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ NULL
#' build environments in CodeBuild to use your own build tools. CodeBuild
#' scales automatically to meet peak build requests. You pay only for the
#' build time you consume. For more information about CodeBuild, see the
#' *<span
#' href="https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html">CodeBuild
#' User Guide</span>.*
#' *\href{https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html}{CodeBuild User Guide}.*
#'
#' @param
#' config
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.developer.tools/R/codegurureviewer_service.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ NULL
#' code defects and implementing best practices, CodeGuru Reviewer improves
#' the overall quality and maintainability of your code base during the
#' code review stage. For more information about CodeGuru Reviewer, see the
#' *<span
#' href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html">Amazon
#' CodeGuru Reviewer User Guide</span>.*
#' *\href{https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html}{Amazon CodeGuru Reviewer User Guide}.*
#'
#' To improve the security of your CodeGuru Reviewer API calls, you can
#' establish a private connection between your VPC and CodeGuru Reviewer by
Expand Down
5 changes: 5 additions & 0 deletions cran/paws.developer.tools/cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Fixed documentation for cran:

Removed following:
Warning: <span> proprietary attribute "href"

## Test environments

* local macOS install, R 4.2.1
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.developer.tools/man/codebuild.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions cran/paws.developer.tools/man/codegurureviewer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cran/paws.management/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: paws.management
Title: 'Amazon Web Services' Management & Governance Services
Version: 0.3.0
Version: 0.3.1
Authors@R: c(
person("David", "Kretch", , "david.kretch@gmail.com", role = "aut"),
person("Adam", "Banker", , "adam.banker39@gmail.com", role = "aut"),
Expand Down
4 changes: 1 addition & 3 deletions cran/paws.management/R/cloudformation_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -3231,9 +3231,7 @@ cloudformation_register_publisher <- function(AcceptTermsAndConditions = NULL, C
#' in the *Identity and Access Management User Guide*.
#'
#' If your extension calls Amazon Web Services APIs in any of its handlers,
#' you must create an *<span
#' href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM
#' execution role</span>* that includes the necessary permissions to call
#' you must create an *\href{https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html}{IAM execution role}* that includes the necessary permissions to call
#' those Amazon Web Services APIs, and provision that execution role in
#' your account. When CloudFormation needs to invoke the resource type
#' handler, CloudFormation assumes this execution role to create a
Expand Down
Loading

0 comments on commit a86d7fb

Please sign in to comment.