Skip to content

Commit 0f6d94a

Browse files
authored
Merge pull request #1167 from christinerose/edit_odoc.mld
suggestions for page index (mostly)
2 parents 904b601 + 42cf5bc commit 0f6d94a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/odoc.mld

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{0 [odoc]}
22

3-
For a quick look at the [odoc] syntax, see the {{!cheatsheet}cheatsheet}!
3+
{b For a quick look at the [odoc] syntax, see the {{!cheatsheet}cheatsheet}!}
44

55
{1:overview What is [odoc]?}
66

@@ -29,7 +29,7 @@ The syntax reference is a refinement of that explained in the
2929
{{:https://ocaml.org/manual/ocamldoc.html}OCaml manual}. The differences
3030
are described {{!page-ocamldoc_differences}here}.
3131

32-
[odoc]'s main advantages over OCamldoc are
32+
[odoc]'s main advantages over OCamldoc are:
3333

3434
- an accurate {e cross-referencer} that can calculate links between types, modules,
3535
module types, and more. So if you've ever been baffled by exactly what the [t] was in [val f : A(M).t -> unit], [odoc] will link to it!
@@ -45,16 +45,16 @@ For guidance on how to document your OCaml project, see {{!page-odoc_for_authors
4545
To integrate [odoc] into your tool, webpage or any other
4646
setting, you'll need to understand {{!page-driver}how to drive [odoc]}.
4747

48-
{1 Page index}
48+
{1 Page Index}
4949

5050
The main other pages of this site:
51-
- {!page-odoc_for_authors} [odoc] For Authors
52-
- {!page-cheatsheet} The cheatsheet
53-
- {!page-features} Language Features
54-
- {!page-driver} Reference Driver
55-
- {!page-ocamldoc_differences} Differences from OCamldoc
56-
- {!page-dune} Dune
57-
- {!page-parent_child_spec} Parent/Child Specification
58-
- {!page-interface} Interface Guarantees
59-
- {!page-ocamlary} A demonstration of the rendering of most of the OCaml constructs
60-
- {!page-api_reference} Odoc's library API
51+
- {!page-odoc_for_authors} gives information for [odoc] authors.
52+
- {!page-cheatsheet} provides a quick quide for [odoc] markdown.
53+
- {!page-features} explores [odoc]'s language features.
54+
- {!page-driver} describes how [odoc] produces documentation.
55+
- {!page-ocamldoc_differences} outlines differences from OCamldoc.
56+
- {!page-dune} shows how to create docs using Dune.
57+
- {!page-parent_child_spec} delineates parent/child specifications.
58+
- {!page-interface} describes [odoc]'s public-facing interface and their support guarantees.
59+
- {!page-ocamlary} demonstrates the rendering of most of the OCaml constructs.
60+
- {!page-api_reference} lists [odoc]'s API reference library.

0 commit comments

Comments
 (0)