Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Aug 14, 2024
1 parent e465206 commit 93acc50
Show file tree
Hide file tree
Showing 13 changed files with 122 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80da8516
625d1fdc
6 changes: 6 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4818,6 +4818,12 @@
<a href="./convert-acoustics.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Convert acoustic files</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./contribute.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Contribute</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
12 changes: 9 additions & 3 deletions acknowledgements.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -4818,6 +4818,12 @@
<a href="./convert-acoustics.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Convert acoustic files</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./contribute.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Contribute</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
49 changes: 39 additions & 10 deletions contribute.html

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions convert-acoustics.html

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions get-started.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion index.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion mission-planning.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions piloting-functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4818,6 +4818,12 @@
<a href="./convert-acoustics.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Convert acoustic files</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="./contribute.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Contribute</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
Expand Down
10 changes: 8 additions & 2 deletions plotting-functions.html

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,10 @@
"href": "contribute.html",
"title": "How to contribute",
"section": "",
"text": "We welcome contributions from the passive acoustic glider community! If you would like to contribute to this repository, you can do so in a few ways:\n\nIf you find a bug…\nPlease report an issue on GitHub. Please use the ‘Bug report’ template.\n\n\nIf you’d like to request a feature or suggest an enhancement…\nPlease report an issue on GitHub. There is a ‘Feature request’ template just for this purpose.\n\n\nIf you’d like to add a feature or fix a bug yourself…\nFork the agate-public repository. This will create a copy of the repository in your own GitHub account. You can clone this fork to your local machine to work with the toolbox and make changes directly to the code, but also continue to pull changes from the primary repository to stay up to date. Then, when you have a feature you’d like to contribute back to the main repository, you can use a pull request to incorporate those changes.\nWe are happy to help get folks set up with this process, so please reach out with any questions!\nFor consistency in documentation, we ask that you use the following templates to create any new functions or scripts:\n\nNew function\nPaste the below code into the top of the new function and updated as needed. Refer to existing functions in the utils folder for examples of what kind of detail to include. For consistency, use ‘camelCase’ for the function name. Include your name, contact info, and MATLAB version info which can be checked with version.\nfunction output = newFunction(input)\n% NEWFUNCTION One-line description here, please\n%\n% Syntax:\n% OUTPUT = NEWFUNCTION(INPUT)\n%\n% Description:\n% Detailed description here, please\n% Inputs:\n% input describe, please\n%\n% Outputs:\n% output describe, please\n%\n% Examples:\n%\n% See also\n%\n% Authors:\n% F. Last &lt;[email protected]&gt; &lt;https://github.com/username&gt;\n%\n% FirstVersion: 05 August 2024\n% Updated:\n%\n% Created with MATLAB ver.: 9.13.0.2166757 (R2022b) Update 4\n% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n\nNew script\nPaste the below code into the top of the new script and fill in the detail as needed. Refer to existing scripts in the example_workflows folder. Please include your name, contact info, and MATLAB version info which can be checked with version.\n% NEWSCRIPT\n% One-line description here, please\n%\n% Description:\n% Detailed description here, please\n%\n% Notes\n%\n% See also\n%\n%\n% Authors:\n% F. Last &lt;[email protected]&gt; &lt;https://github.com/username&gt;\n%\n% FirstVersion: 05 August 2024\n% Updated:\n%\n% Created with MATLAB ver.: 9.13.0.2166757 (R2022b) Update 4\n% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
"text": "We welcome contributions from the passive acoustic glider community! If you would like to contribute to this repository, you can do so in a few ways:\n\nIf you find a bug…\nPlease report an issue on GitHub. Please use the ‘Bug report’ template.\n\n\nIf you’d like to request a feature or suggest an enhancement…\nPlease report an issue on GitHub. There is a ‘Feature request’ template just for this purpose.\n\n\nIf you’d like to add a feature or fix a bug yourself…\nFork the agate-public repository. This will create a copy of the repository in your own GitHub account. You can clone this fork to your local machine to work with the toolbox and make changes directly to the code, but also continue to pull changes from the primary repository to stay up to date. Then, when you have a feature you’d like to contribute back to the main repository, you can use a pull request to incorporate those changes.\nWe are happy to help get folks set up with this process, so please reach out with any questions!\n\n\nCoding conventions\nStart reading the existing code to get a hang of our currenct conventions.\n\nUse camelCase for naming functions\nUse camelCase or underscores _ when naming variables\nAlways put spaces around = when defining variables, after list items and function parameters ([1, 2, 3], not [1,2,3]) and around operators (x + 1, not x+1)\nUse ... to extend function calls onto a second line if it runs beyond 76 characters\n\nFor consistency in documentation, we ask that you use the following templates to create any new functions or scripts:\n\nNew function\nPaste the below code into the top of the new function and updated as needed. Refer to existing functions in the utils folder for examples of what kind of detail to include. Include your name, contact info, and MATLAB version info which can be checked with version. Use spaces for all alignment (not tabs!) to ensure it renders properly with MATLAB documentation pop ups.\nfunction output = newFunction(input)\n% NEWFUNCTION One-line description here, please\n%\n% Syntax:\n% OUTPUT = NEWFUNCTION(INPUT)\n%\n% Description:\n% Detailed description here, please\n% Inputs:\n% input describe, please\n%\n% Outputs:\n% output describe, please\n%\n% Examples:\n%\n% See also\n%\n% Authors:\n% F. Last &lt;[email protected]&gt; &lt;https://github.com/username&gt;\n%\n% FirstVersion: 05 August 2024\n% Updated:\n%\n% Created with MATLAB ver.: 9.13.0.2166757 (R2022b) Update 4\n% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\n\nNew script\nPaste the below code into the top of the new script and fill in the detail as needed. Refer to existing scripts in the example_workflows folder. Please include your name, contact info, and MATLAB version info which can be checked with version.\n% NEWSCRIPT\n% One-line description here, please\n%\n% Description:\n% Detailed description here, please\n%\n% Notes\n%\n% See also\n%\n%\n% Authors:\n% F. Last &lt;[email protected]&gt; &lt;https://github.com/username&gt;\n%\n% FirstVersion: 05 August 2024\n% Updated:\n%\n% Created with MATLAB ver.: 9.13.0.2166757 (R2022b) Update 4\n% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%",
"crumbs": [
"Contribute"
]
},
{
"objectID": "index.html",
Expand Down
20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sfregosi.github.io/agate-public/acknowledgements.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.981Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/plotting-functions.html</loc>
<lastmod>2024-08-14T20:26:52.958Z</lastmod>
<lastmod>2024-08-14T20:32:54.005Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/mission-planning.html</loc>
<lastmod>2024-08-14T20:26:52.958Z</lastmod>
<lastmod>2024-08-14T20:32:54.005Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/convert-acoustics.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.981Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/configuration.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.981Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/about.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.981Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/piloting-functions.html</loc>
<lastmod>2024-08-14T20:26:52.958Z</lastmod>
<lastmod>2024-08-14T20:32:54.005Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/get-started.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.985Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/contribute.html</loc>
<lastmod>2024-08-14T20:26:52.938Z</lastmod>
<lastmod>2024-08-14T20:32:53.981Z</lastmod>
</url>
<url>
<loc>https://sfregosi.github.io/agate-public/index.html</loc>
<lastmod>2024-08-14T20:26:52.958Z</lastmod>
<lastmod>2024-08-14T20:32:54.005Z</lastmod>
</url>
</urlset>

0 comments on commit 93acc50

Please sign in to comment.