diff --git a/.gitignore b/.gitignore index 4a09f54..08e8079 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ .MATLABDriveTag *.asv *.mltbx -info.xml doc/html/*.html **/*.nc diff --git a/Climate Data Store Toolbox for MATLAB.prj b/Climate Data Store Toolbox for MATLAB.prj index b3f1722..3844a46 100644 --- a/Climate Data Store Toolbox for MATLAB.prj +++ b/Climate Data Store Toolbox for MATLAB.prj @@ -1,5 +1,5 @@ - + Climate Data Store Toolbox for MATLAB @@ -7,7 +7,7 @@ MATLAB(R) Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/) MATLAB Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/). It is a wealth of information about the Earth's past, present and future climate. There are hundreds of data sets associated with climate change. ${PROJECT_ROOT}\img\copernicus_logo.jpg - 1.2.0.23 + 1.2.0.25 ${PROJECT_ROOT}\Climate Data Store Toolbox for MATLAB.mltbx @@ -28,11 +28,25 @@ README.md SECURITY.md CONTRIBUTING.md true - + <?xml version="1.0" encoding="utf-8"?> +<examples> + <exampleCategory name="doc"> + <example name="ComparingIceThickness" type="html"> + <file type="source">/doc/html/ComparingIceThickness.html</file> + <file type="main">/doc/ComparingIceThickness.mlx</file> + <file type="thumbnail"/> + </example> + <example name="GettingStarted" type="html"> + <file type="source">/doc/html/GettingStarted.html</file> + <file type="main">/doc/GettingStarted.mlx</file> + <file type="thumbnail"/> + </example> + </exampleCategory> +</examples> - + ${PROJECT_ROOT}\info.xml ${PROJECT_ROOT}\doc\GettingStarted.mlx @@ -62,11 +76,9 @@ CONTRIBUTING.md - - @@ -90,7 +102,9 @@ CONTRIBUTING.md ${PROJECT_ROOT}\climateDataStoreDownload.m ${PROJECT_ROOT}\CONTRIBUTING.MD + ${PROJECT_ROOT}\demos.xml ${PROJECT_ROOT}\doc + ${PROJECT_ROOT}\info.xml ${PROJECT_ROOT}\license.txt ${PROJECT_ROOT}\util diff --git a/info.xml b/info.xml new file mode 100644 index 0000000..ca3fe59 --- /dev/null +++ b/info.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + 2021b + + Climate Data Store Toolbox for MATLAB + + + toolbox + + + + + doc/html + + + + \ No newline at end of file