Skip to content

Commit 018afc0

Browse files
committed
Add links to related courseware modules
1) Add link to File Exchange in README 2) Add links to Related Courseware Modules in both README and Overview.html
1 parent 5bb2e5a commit 018afc0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

HelperFunctions/Overview.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--
77
This HTML was auto-generated from MATLAB code.
88
To make changes, update the MATLAB code and republish this document.
9-
--><title>Programming: Organizing Data</title><meta name="generator" content="MATLAB 9.12"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2022-07-15"><meta name="DC.source" content="Overview.m"><style type="text/css">
9+
--><title>Programming: Organizing Data</title><meta name="generator" content="MATLAB 9.12"><link rel="schema.DC" href="http://purl.org/dc/elements/1.1/"><meta name="DC.date" content="2022-08-04"><meta name="DC.source" content="Overview.m"><style type="text/css">
1010
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outine:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
1111

1212
html { min-height:100%; margin-bottom:1px; }
@@ -101,6 +101,13 @@ <h2> Information </h2>
101101
<a href="mailto:onlineteaching@mathworks.com">MathWorks online teaching team</a>.
102102
<br>
103103
<br>
104+
<h2> Related Courseware Modules </h2>
105+
<ul>
106+
<li> <a href="https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming">
107+
Fundamentals of Programming</a>
108+
<li> <a href="https://github.com/MathWorks-Teaching-Resources/Programming-Structuring-Code">
109+
Programming: Structuring Code </a>
110+
</ul>
104111
<h2> Prerequisites </h2>
105112
These scripts assume familiarity with MATLAB and general programming knowledge
106113
at the level covered in the <a href="https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming">
@@ -254,6 +261,13 @@ <h2> <a name="module"; href="matlab: edit StoringData.mlx Memory.mlx Strings.mlx
254261
% <a href="mailto:onlineteaching@mathworks.com">MathWorks online teaching team</a>.
255262
% <br>
256263
% <br>
264+
% <h2> Related Courseware Modules </h2>
265+
% <ul>
266+
% <li> <a href="https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming">
267+
% Fundamentals of Programming</a>
268+
% <li> <a href="https://github.com/MathWorks-Teaching-Resources/Programming-Structuring-Code">
269+
% Programming: Structuring Code </a>
270+
% </ul>
257271
% <h2> Prerequisites </h2>
258272
% These scripts assume familiarity with MATLAB and general programming knowledge
259273
% at the level covered in the <a href="https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming">

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Programming: Organizing Data [![View <File Exchange Title> on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/115900-programming-organizing-data)
1+
# Programming: Organizing Data [![View Programming: Organizing Data on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/115900-programming-organizing-data)
22

33
**Curriculum Module**
44
_Created with R2022a. Compatible with R2021b and later releases._
@@ -65,6 +65,9 @@ Different data storage structures are optimized for different types of data and
6565
- answer questions by analyzing data.
6666
- convert data between types and structures.
6767

68+
## Related Courseware Modules ##
69+
- **Fundamentals of Programming** on [GitHub](https://github.com/MathWorks-Teaching-Resources/Fundamentals-of-Programming) or [![View Fundamentals-of-Programming on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/103225-fundamentals-of-programming)
70+
- **Programming: Structuring Code** on [GitHub](https://github.com/MathWorks-Teaching-Resources/Programming-Structuring-Code) or [![View Programming: Structuring Code on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/115905-programming-structuring-code)
6871

6972
## Products ##
7073
MATLAB&reg;, Mapping Toolbox&trade; (`StoringData.mlx`), Symbolic Math Toolbox&trade; (`Strings.mlx`)

0 commit comments

Comments
 (0)