Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Dec 19, 2024
1 parent fe495bf commit fa4866b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@

- [com_engine](./com_engine/README.md)

- [COM examples](./com_engine/COM examples.md)
- [COM examples](./com_engine/1_COM_examples.md)
- [COM_delete](./com_engine/COM_delete.md)
- [COM_fieldnames](./com_engine/COM_fieldnames.md)
- [COM_get](./com_engine/COM_get.md)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion en/com_engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COM engine

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

- [COM examples](COM examples.md) - Some example to show how to use COM interface.
- [COM examples](1_COM_examples.md) - Some example to show how to use COM interface.
- [COM_delete](COM_delete.md) - Removes COM control or server.
- [COM_fieldnames](COM_fieldnames.md) - Returns the properties name of an COM object.
- [COM_get](COM_get.md) - Get property value from COM interface.
Expand Down
2 changes: 1 addition & 1 deletion en/com_engine/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- [com_engine](README.md)
- [COM examples](COM examples.md)
- [COM examples](1_COM_examples.md)
- [COM_delete](COM_delete.md)
- [COM_fieldnames](COM_fieldnames.md)
- [COM_get](COM_get.md)
Expand Down
2 changes: 1 addition & 1 deletion en/python_engine/pyenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Change default environment of Python interpreter.
## Description

<p>Use <b>pyenv</b> to modify the default version or execution mode of the Python interpreter, ensuring these adjustments persist across various Nelson sessions.</p>
<p>The value set by <b>pyenv</b> is persistent across MATLAB sessions.</p>
<p>The value set by <b>pyenv</b> is persistent across Nelson sessions.</p>
<p/>
<p>Properties:</p>
<p><b>Version</b>: string: Python version</p>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nelson-gitbook",
"version": "1.8.0",
"version": "1.10.0",
"description": "Nelson, an array programming language - gitbook",
"copyright": "Copyright 2018-present Allan CORNET",
"scripts": {
Expand Down

0 comments on commit fa4866b

Please sign in to comment.