Skip to content

Commit 0e601c3

Browse files
additional changes to generate mdf documentation offline
1 parent 616321c commit 0e601c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sphinx/source/api/Installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Python (3.10)
7070

7171
Make library
7272

73-
**Python version-3.10 is ideally used for generating MDF documentation offline but if did not work, use python version-3.9. The steps are the same except in creating a virtual environment.**
73+
**Python version-3.10 is ideally used for generating MDF documentation offline but if not working, use python version-3.9. The steps are the same except in creating a virtual environment.**
7474

7575
See Installation for python [here](https://www.python.org/downloads/)
7676

@@ -82,7 +82,7 @@ for **mac** installation of Make, see [here](https://formulae.brew.sh/formula/ma
8282

8383

8484

85-
### 1). Create a virtual environment with python
85+
### 1). Create a virtual environment with python
8686
```
8787
# install virtual environment
8888
@@ -124,7 +124,7 @@ pip install .[all]
124124

125125
### 5). Change directory into sphinx folder
126126
```
127-
# for windows
127+
# for windows
128128
cd docs\sphinx
129129
130130
# for mac
@@ -152,4 +152,4 @@ index.html
152152
Go into build/html folder and double click on the index.html file
153153
```
154154

155-
The documentation will open up in your browser automatically or right click on the file and open in any browser of your choice
155+
The documentation will open up in your browser automatically or right click on the file and open in any browser of your choice

0 commit comments

Comments
 (0)