Skip to content

Commit 7106fa2

Browse files
v0.5.1 update help files
1 parent 006e666 commit 7106fa2

26 files changed

Lines changed: 1192 additions & 732 deletions

en/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![banner](banner_homepage.png)
22

3-
### Nelson 0.4.12.0
3+
### Nelson 0.5.1.0
44

55
This is an pre-release of Nelson.
66

@@ -81,6 +81,7 @@ Try it !
8181
---
8282

8383
- [Changelog](./changelogs/CHANGELOG.md)
84+
- [Changelog v0.4.x](./changelogs/CHANGELOG-0.4.x.md)
8485
- [Changelog v0.3.x](./changelogs/CHANGELOG-0.3.x.md)
8586
- [Changelog v0.2.x](./changelogs/CHANGELOG-0.2.x.md)
8687
- [Changelog v0.1.x](./changelogs/CHANGELOG-0.1.x.md)

en/SUMMARY.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@
132132
* [colon](./elementary_functions/colon.md)
133133
* [complex](./elementary_functions/complex.md)
134134
* [conj](./elementary_functions/conj.md)
135-
* [corrcoef](./elementary_functions/corrcoef.md)
136-
* [cov](./elementary_functions/cov.md)
137135
* [ctranspose](./elementary_functions/ctranspose.md)
138136
* [dec2base](./elementary_functions/dec2base.md)
139137
* [dec2bin](./elementary_functions/dec2bin.md)
@@ -175,7 +173,6 @@
175173
* [lt](./elementary_functions/lt.md)
176174
* [magic](./elementary_functions/magic.md)
177175
* [max](./elementary_functions/max.md)
178-
* [mean](./elementary_functions/mean.md)
179176
* [min](./elementary_functions/min.md)
180177
* [minus](./elementary_functions/minus.md)
181178
* [mldivide](./elementary_functions/mldivide.md)
@@ -211,7 +208,6 @@
211208
* [transpose](./elementary_functions/transpose.md)
212209
* [uminus](./elementary_functions/uminus.md)
213210
* [uplus](./elementary_functions/uplus.md)
214-
* [var](./elementary_functions/var.md)
215211
* [vertcat](./elementary_functions/vertcat.md)
216212

217213

@@ -275,6 +271,7 @@
275271
* [mat2str](./string/mat2str.md)
276272
* [matches](./string/matches.md)
277273
* [newline](./string/newline.md)
274+
* [num2str](./string/num2str.md)
278275
* [replace](./string/replace.md)
279276
* [sprintf](./string/sprintf.md)
280277
* [startsWith](./string/startsWith.md)
@@ -696,6 +693,8 @@
696693
* [QObject_set](./qml_engine/QObject_set.md)
697694
* [QObject_undefine](./qml_engine/QObject_undefine.md)
698695
* [QObject_used](./qml_engine/QObject_used.md)
696+
* [qt_constant](./qml_engine/qt_constant.md)
697+
* [qt_version](./qml_engine/qt_version.md)
699698

700699

701700
* [com_engine](./com_engine/README.md)
@@ -825,3 +824,10 @@
825824
* [ipc](./ipc/README.md)
826825
* [getpid](./ipc/getpid.md)
827826
* [ipc](./ipc/ipc.md)
827+
828+
829+
* [statistics](./statistics/README.md)
830+
* [corrcoef](./statistics/corrcoef.md)
831+
* [cov](./statistics/cov.md)
832+
* [mean](./statistics/mean.md)
833+
* [var](./statistics/var.md)

en/changelogs/CHANGELOG-0.1.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199

200200
- COM_xlsread : read a xls/xlsx file.
201201
- COM_xlswrite : write a xls/xlsx file.
202-
- COM_xlsfinfo : get informations about xls/xlsx file.
202+
- COM_xlsfinfo : get information about xls/xlsx file.
203203

204204
- Component Object Model (COM) client interface: binary-interface standard for software components on Windows.
205205

0 commit comments

Comments
 (0)