Skip to content

Commit

Permalink
Add code samples in OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 19, 2024
1 parent 8cddf98 commit 36f57a3
Show file tree
Hide file tree
Showing 44 changed files with 634 additions and 504 deletions.
2 changes: 1 addition & 1 deletion docs/ble/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/css/badge_only.css

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

2 changes: 1 addition & 1 deletion docs/ble/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* documentation_options.js/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 16 20:07:58 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 19 17:22:39 UTC 2024 */

const DOCUMENTATION_OPTIONS = {
VERSION: '0.0.1',
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/ble/_static/js/badge_only.js

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

2 changes: 1 addition & 1 deletion docs/ble/_static/js/html5shiv-printshiv.min.js

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

2 changes: 1 addition & 1 deletion docs/ble/_static/js/html5shiv.min.js

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

2 changes: 1 addition & 1 deletion docs/ble/_static/js/theme.js

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

6 changes: 3 additions & 3 deletions docs/ble/_static/language_data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* language_data.js/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 16 20:07:58 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 19 17:22:39 UTC 2024 */

/*
* language_data.js
Expand All @@ -8,15 +8,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, is available */
/* Non-minified version is copied as a separate JS file, if available */

/**
* Porter Stemmer
Expand Down
2 changes: 1 addition & 1 deletion docs/ble/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* pygments.css/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). */
/* This copyright was auto-generated on Tue Apr 16 20:07:58 UTC 2024 */
/* This copyright was auto-generated on Fri Apr 19 17:22:38 UTC 2024 */

pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down
Loading

0 comments on commit 36f57a3

Please sign in to comment.