You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,19 @@ We could use some help with:
24
24
- checking grammar and spelling, fixing typos
25
25
- anything listed here https://github.com/alicevision/meshroom-manual/projects
26
26
27
-
# How to build on windows
27
+
# How to Build
28
28
29
+
- install Python 3
30
+
- install a latex package
29
31
- install pip and the rtd theme
30
32
```bash
31
-
pip install sphinx sphinx_rtd_theme
33
+
pip install -r requirements.txt
32
34
```
33
35
34
-
- in your cli, navigate to the `meshroom_doc directory`
36
+
- in your cli, navigate to the `meshroom-manual` directory
35
37
- type `make html` (this will re-/build the html doc)
36
38
37
-
For other build methods read the sphinx documentation
39
+
For other build methods read the sphinx documentation.
38
40
39
41
# FAQ
40
42
@@ -45,6 +47,8 @@ For other build methods read the sphinx documentation
45
47
**How to edit and preview Restructured Text?**
46
48
47
49
- You can use [Atom](https://atom.io/) with the [RestructuredText Preview Pandoc](https://atom.io/packages/rst-preview-pandoc) Plugin
50
+
-[Typora](https://www.typora.io) is a friendly editor
51
+
-[Visual Studio Code](https://code.visualstudio.com) with the [reStructuredText](https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext) extension
0 commit comments