|
1 | | -.. dune documentation master file, created by |
2 | | - sphinx-quickstart on Tue Apr 11 21:24:42 2017. |
3 | | - You can adapt this file completely to your liking, but it should at least |
4 | | - contain the root `toctree` directive. |
5 | | -
|
6 | 1 | Welcome to Dune's Documentation! |
7 | 2 | ================================ |
8 | 3 |
|
9 | | -.. We include the titles of the pages here to make sure they are in |
10 | | - alphabetical order. Eventually we should name the files and titles |
11 | | - similarly. |
12 | | -
|
13 | | -.. toctree:: |
14 | | - :caption: Getting Started and Core Concepts |
15 | | - :maxdepth: 3 |
16 | | - |
17 | | - overview |
18 | | - quick-start |
19 | | - dune-files |
20 | | - usage |
21 | | - |
22 | | -.. toctree:: |
23 | | - :caption: How-to Guides |
24 | | - |
25 | | - howto/formatting |
26 | | - howto/opam-file-generation |
27 | | - cross-compilation |
28 | | - foreign-code |
29 | | - documentation |
30 | | - sites |
31 | | - instrumentation |
32 | | - jsoo |
33 | | - melange |
34 | | - toplevel-integration |
35 | | - variants |
36 | | - tests |
37 | | - howto/bundle |
38 | | - |
39 | | -.. toctree:: |
40 | | - :caption: Reference Guides |
41 | | - :maxdepth: 3 |
42 | | - |
43 | | - reference/lexical-conventions |
44 | | - reference/ordered-set-language |
45 | | - reference/boolean-language |
46 | | - reference/predicate-language |
47 | | - reference/library-dependencies |
48 | | - reference/actions |
49 | | - reference/foreign |
50 | | - reference/cli |
51 | | - reference/preprocessing-spec |
52 | | - reference/packages |
53 | | - reference/findlib |
54 | | - reference/aliases |
55 | | - reference/cram |
56 | | - concepts/scopes |
57 | | - concepts/variables |
58 | | - concepts/dependency-spec |
59 | | - concepts/ocaml-flags |
60 | | - concepts/sandboxing |
61 | | - concepts/locks |
62 | | - concepts/promotion |
63 | | - concepts/package-spec |
64 | | - coq |
65 | | - caching |
66 | | - dune-libs |
67 | | - rpc |
68 | | - |
69 | | -.. toctree:: |
70 | | - :caption: Explanations |
71 | | - |
72 | | - explanation/preprocessing |
73 | | - explanation/ocaml-ecosystem |
74 | | - explanation/opam-integration |
75 | | - |
76 | | -.. toctree:: |
77 | | - :caption: Advanced topics |
78 | | - |
79 | | - advanced/findlib-dynamic |
80 | | - advanced/profiling-dune |
81 | | - advanced/package-version |
82 | | - advanced/ocaml-syntax |
83 | | - advanced/variables-artifacts |
84 | | - advanced/custom-cmxs |
85 | | - |
86 | 4 | .. toctree:: |
87 | | - :caption: Miscellaneous |
88 | | - :maxdepth: 3 |
| 5 | + :maxdepth: 2 |
89 | 6 |
|
90 | | - faq |
91 | | - goals |
92 | | - hacking |
| 7 | + getting-started/index |
| 8 | + howto/index |
| 9 | + reference/index |
| 10 | + explanation/index |
| 11 | + advanced/index |
| 12 | + misc/index |
0 commit comments