File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change 4
4
Helping with the Developer's Guide
5
5
==================================
6
6
7
+ .. raw :: html
8
+
9
+ <script >
10
+ document .addEventListener (' DOMContentLoaded' , function () {
11
+ activateTab (getOS ());
12
+ });
13
+ </script >
14
+
7
15
.. highlight :: console
8
16
9
17
The Developer's Guide (what you're reading now) uses the same process as the
@@ -32,15 +40,21 @@ To build the devguide, some additional dependencies are required (most
32
40
importantly, `Sphinx `_), and the standard way to install dependencies in
33
41
Python projects is to create a virtualenv, and then install dependencies from
34
42
a ``requirements.txt `` file. For your convenience, this is all *automated for
35
- you *. To build the devguide on a Unix-like system use::
43
+ you *.
44
+
45
+ To build the devguide from the checkout directory:
46
+
47
+ .. tab :: Unix/macOS
48
+
49
+ .. code-block :: shell
36
50
37
- $ make html
51
+ make html
38
52
39
- in the checkout directory. On Windows use:
53
+ .. tab :: Windows
40
54
41
- .. code-block :: doscon
55
+ .. code-block :: dosbatch
42
56
43
- > .\make html
57
+ .\make html
44
58
45
59
You will find the generated files in ``_build/html ``.
46
60
You can’t perform that action at this time.
0 commit comments