Skip to content

Commit 5438857

Browse files
committed
Update Git Ignore and add demos.xml file
1 parent 180fc0c commit 5438857

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.MATLABDriveTag
33
*.asv
44
*.mltbx
5-
demos.xml
65
info.xml
76
doc/html/*.html
87
**/*.nc

Climate Data Store Toolbox for MATLAB.prj

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<param.summary>MATLAB(R) Tools to access the Climate Data Store (https://cds.climate.copernicus.eu/)</param.summary>
88
<param.description>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.</param.description>
99
<param.screenshot>${PROJECT_ROOT}\img\copernicus_logo.jpg</param.screenshot>
10-
<param.version>1.2.0.22</param.version>
10+
<param.version>1.2.0.23</param.version>
1111
<param.output>${PROJECT_ROOT}\Climate Data Store Toolbox for MATLAB.mltbx</param.output>
1212
<param.products.name />
1313
<param.products.id />
@@ -28,25 +28,11 @@ README.md
2828
SECURITY.md
2929
CONTRIBUTING.md</param.exclude.filters>
3030
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
31-
<param.examples>&lt;?xml version="1.0" encoding="utf-8"?&gt;
32-
&lt;examples&gt;
33-
&lt;exampleCategory name="doc"&gt;
34-
&lt;example name="ComparingIceThickness" type="html"&gt;
35-
&lt;file type="source"&gt;/doc/html/ComparingIceThickness.html&lt;/file&gt;
36-
&lt;file type="main"&gt;/doc/ComparingIceThickness.mlx&lt;/file&gt;
37-
&lt;file type="thumbnail"/&gt;
38-
&lt;/example&gt;
39-
&lt;example name="GettingStarted" type="html"&gt;
40-
&lt;file type="source"&gt;/doc/html/GettingStarted.html&lt;/file&gt;
41-
&lt;file type="main"&gt;/doc/GettingStarted.mlx&lt;/file&gt;
42-
&lt;file type="thumbnail"/&gt;
43-
&lt;/example&gt;
44-
&lt;/exampleCategory&gt;
45-
&lt;/examples&gt;</param.examples>
31+
<param.examples />
4632
<param.demosxml />
4733
<param.apps />
4834
<param.registered.apps />
49-
<param.docs>${PROJECT_ROOT}\info.xml</param.docs>
35+
<param.docs />
5036
<param.getting.started.guide>${PROJECT_ROOT}\doc\GettingStarted.mlx</param.getting.started.guide>
5137
<param.matlabpath.excludes />
5238
<param.javaclasspath.excludes />
@@ -76,9 +62,11 @@ CONTRIBUTING.md</param.exclude.filters>
7662
<param.products.version />
7763
<param.platforms />
7864
<param.exclude.pcodedmfiles />
65+
<param.examples />
7966
<param.demosxml />
8067
<param.apps />
8168
<param.registered.apps />
69+
<param.docs />
8270
<param.matlabpath.excludes />
8371
<param.javaclasspath.excludes />
8472
<param.required.addons />
@@ -101,11 +89,9 @@ CONTRIBUTING.md</param.exclude.filters>
10189
</fileset.rootdir>
10290
<fileset.rootfiles>
10391
<file>${PROJECT_ROOT}\climateDataStoreDownload.m</file>
104-
<file>${PROJECT_ROOT}\demos.xml</file>
92+
<file>${PROJECT_ROOT}\CONTRIBUTING.MD</file>
10593
<file>${PROJECT_ROOT}\doc</file>
106-
<file>${PROJECT_ROOT}\info.xml</file>
10794
<file>${PROJECT_ROOT}\license.txt</file>
108-
<file>${PROJECT_ROOT}\satellite-sea-ice-thickness</file>
10995
<file>${PROJECT_ROOT}\util</file>
11096
</fileset.rootfiles>
11197
<fileset.depfun.included />
@@ -116,7 +102,7 @@ CONTRIBUTING.md</param.exclude.filters>
116102
</build-deliverables>
117103
<workflow />
118104
<matlab>
119-
<root>C:\Program Files\MATLAB\R2021b</root>
105+
<root>C:\Program Files\MATLAB\R2022aPre</root>
120106
<toolboxes>
121107
<toolbox name="matlabcoder" />
122108
<toolbox name="embeddedcoder" />

demos.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<demos><!--This is an autogenerated file, please do not modify-->
3+
<name>Climate Data Store Toolbox for MATLAB</name>
4+
<type>toolbox</type>
5+
<icon>HelpIcon.DEMOS</icon>
6+
<website/>
7+
<description>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.</description>
8+
<demosection>
9+
<label>doc</label>
10+
<demoitem>
11+
<label>ComparingIceThickness</label>
12+
<type>other</type>
13+
<source>ComparingIceThickness</source>
14+
<file>doc/html/ComparingIceThickness.html</file>
15+
</demoitem>
16+
<demoitem>
17+
<label>GettingStarted</label>
18+
<type>other</type>
19+
<source>GettingStarted</source>
20+
<file>doc/html/GettingStarted.html</file>
21+
</demoitem>
22+
</demosection>
23+
</demos>

0 commit comments

Comments
 (0)