Skip to content

Commit af6692f

Browse files
committed
Link zoo app example in TOC. Generate doc and v3 / v4 search folders. Repackage release candidate for 2.4.0
1 parent ec9d4ba commit af6692f

27 files changed

+47
-19
lines changed

deploy/wtDeployVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.4.0

deploy/wtPackageRelease.m

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
% Copyright 2025 The MathWorks, Inc.
44

55

6+
%% Increment Version Number?
7+
8+
% Increment the last part of the version number in wtDeployVersion.txt for
9+
% the next release
10+
% wt.deploy.incrementVersionNumber();
11+
12+
613
%% Get paths
714

815
% Project root
916
proj = currentProject;
1017
projectRoot = proj.RootFolder;
1118

12-
% docInputPath = fullfile(projectRoot,"doc_input","mlx");
13-
% docOutputPath = fullfile(projectRoot,"widgets","doc");
14-
15-
% docInputPath = fullfile(projectRoot,"widgets","doc","mlx");
16-
% docOutputPath = fullfile(projectRoot,"widgets","doc","html");
17-
1819
docInputPath = fullfile(projectRoot,"widgets","doc");
1920
docOutputPath = fullfile(projectRoot,"widgets","doc");
2021

@@ -32,7 +33,7 @@
3233
end
3334

3435

35-
%% Publish doc_input as html
36+
%% Publish doc and examples mlx as html
3637

3738
% Find the doc input ".mlx" files
3839
docInputInfo = what(docInputPath);
@@ -61,6 +62,8 @@
6162

6263

6364
%% Build search database
65+
% Create v3 for/from R2021a - R2021b
66+
% Create v4 for/from R2022a and later
6467
builddocsearchdb(docOutputPath)
6568

6669

@@ -81,10 +84,3 @@
8184

8285
releaseFolder = fullfile(projectRoot,"release");
8386
winopen(releaseFolder);
84-
85-
86-
%% Increment Version Number
87-
88-
% Increment the last part of the version number in wtDeployVersion.txt for
89-
% the next release
90-
wt.deploy.incrementVersionNumber();
77.5 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="helpsearch-v3" type="File"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="segments_1" type="File"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info location="segments.gen" type="File"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Info/>

0 commit comments

Comments
 (0)