Skip to content

Commit dee7838

Browse files
committed
point to opam howto on the index page of dune pkg tutorial, rename Practical Examples
Signed-off-by: Sabine Schmaltz <[email protected]>
1 parent eb0eb0d commit dee7838

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

doc/dune-package-management/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies.
1717

1818
To get started you only need Dune. Head to {doc}`setup` to begin the setup.
1919

20+
In case you are dealing with an existing OCaml project using `opam`, or you want to use `opam` to manage your project's dependencies, see {doc}`/howto/opam-file-generation`.
21+
2022
:::{toctree}
2123
:hidden:
2224
:maxdepth: 1

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ libraries, run tests, and much more.
88
:maxdepth: 2
99

1010
overview
11+
core-concepts/index
1112
first-steps-with-dune/index
1213
dune-package-management/index
13-
core-concepts/index
14+
practical-examples
1415
command-line-interface
1516
howto/index
16-
practical-examples
1717
reference/index
1818
explanation/index
1919
advanced/index

doc/practical-examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
******************
2-
Practical Examples
2+
Dune by Example
33
******************
44

55
.. TODO(diataxis)

0 commit comments

Comments
 (0)