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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,18 @@
17
17
</a>
18
18
</p>
19
19
20
-
**odoc** is a powerful and flexible documentation generator for OCaml. It reads *doc comments*, demarcated by `(** ... *)`, and transforms them into a variety of output formats, including HTML, LaTeX, and man pages.
20
+
**`odoc`** is a powerful and flexible documentation generator for OCaml. It reads *doc comments*, demarcated by `(** ... *)`, and transforms them into a variety of output formats, including HTML, LaTeX, and man pages.
21
21
22
-
-**Output Formats:**Odoc generates HTML for web browsing, LaTeX for PDF generation, and man pages for use on Unix-like systems.
23
-
-**Cross-References:** odoc uses the `ocamldoc` markup, which allows to create links for functions, types, modules, and documentation pages.
22
+
-**Output Formats:**`odoc` generates HTML for web browsing, LaTeX for PDF generation, and man pages for use on Unix-like systems.
23
+
-**Cross-References:**`odoc` uses the `ocamldoc` markup, which allows users to create links for functions, types, modules, and documentation pages.
24
24
-**Link to Source Code:** Documentation generated includes links to the source code of functions, providing an easy way to navigate from the docs to the actual implementation.
25
-
-**Code Highlighting:** odoc automatically highlights syntax in code snippets for different languages.
25
+
-**Code Highlighting:**`odoc` automatically highlights syntax in code snippets for different languages.
26
26
27
-
odoc is part of the [OCaml Platform](https://ocaml.org/docs/platform), the recommended set of tools for OCaml.
27
+
`odoc` is part of the [OCaml Platform](https://ocaml.org/docs/platform), the recommended set of tools for OCaml.
28
28
29
29
## Getting Started
30
30
31
-
To begin using odoc, first install it using opam with the following command:
31
+
To begin using `odoc`, first install it using opam with the following command:
32
32
33
33
```
34
34
$ opam install odoc
@@ -46,27 +46,27 @@ Upon completion, you'll find your freshly minted docs in `_build/default/_doc/_h
46
46
$ open _build/default/_doc/_html/index.html
47
47
```
48
48
49
-
For more in-depth information and usage instructions, see the [odoc website](https://ocaml.github.io/odoc).
49
+
For more in-depth information and usage instructions, see the [`odoc` website](https://ocaml.github.io/odoc).
50
50
51
51
## Documentation
52
52
53
-
The full documentation for odoc, including comprehensive user and API guides, can be found on our [website](https://ocaml.github.io/odoc/).
53
+
The full documentation for `odoc`, including comprehensive user and API guides, can be found on our [website](https://ocaml.github.io/odoc/).
54
54
55
55
## Contributing
56
56
57
57
### [Contributing Guide](CONTRIBUTING.md)
58
58
59
-
We wholeheartedly welcome contributors! To start, please read our [Contributing Guide](CONTRIBUTING.md) to familiarize yourself with our development process, including how to propose and how to start hacking on odoc.
59
+
We wholeheartedly welcome contributors! To start, please read our [Contributing Guide](CONTRIBUTING.md) to familiarise yourself with our development process, including how to propose and how to start hacking on `odoc`.
60
60
61
61
### [Code of Conduct][coc]
62
62
63
-
In order to foster a welcoming and respectful community, odoc has adopted the [OCaml Code of Conduct](coc).
63
+
In order to foster a welcoming and respectful community, `odoc` has adopted the [OCaml Code of Conduct](coc).
64
64
65
65
[coc]: https://ocaml.org/policies/code-of-conduct
66
66
67
67
### [Roadmap](ROADMAP.md)
68
68
69
-
Interested in the future of odoc? Take a look at our [Roadmap](ROADMAP.md) to understand our vision and planned advancements for odoc.
69
+
Interested in the future of `odoc`? Take a look at our [Roadmap](ROADMAP.md) to understand our vision and planned advancements for `odoc`.
70
70
71
71
### [Discussions][discussions]
72
72
@@ -76,12 +76,12 @@ For conversations on ongoing development, be sure to visit the [odoc][discussion
76
76
77
77
## License
78
78
79
-
odoc is distributed under the terms of the ISC License. See the [LICENSE](LICENSE) file for complete details.
79
+
`odoc` is distributed under the terms of the ISC License. See the [LICENSE](LICENSE) file for complete details.
80
80
81
81
## Acknowledgments
82
82
83
-
odoc owes its existence to the efforts of [Thomas Refis](https://github.com/trefis), [Leo White](https://github.com/lpw25), and [David Sheets](https://github.com/dsheets). The project was initiated in 2014 and 2015.
83
+
`odoc` owes its existence to the efforts of [Thomas Refis](https://github.com/trefis), [Leo White](https://github.com/lpw25), and [David Sheets](https://github.com/dsheets). The project was initiated in 2014 and 2015.
84
84
85
-
We'd also like to extend our appreciation to [Anton Bachin](https://github.com/aantron) and [Daniel Bünzli](https://github.com/dbuenzli) and [Jon Ludlam](https://github.com/jonludlam) for their pivotal contributions to odoc.
85
+
We'd also like to extend our appreciation to [Anton Bachin](https://github.com/aantron), [Daniel Bünzli](https://github.com/dbuenzli), and [Jon Ludlam](https://github.com/jonludlam) for their pivotal contributions to `odoc`.
86
86
87
-
Furthermore, we express our gratitude to [Jane Street](https://www.janestreet.com/) and [Tarides](https://tarides.com/), whose funding has been critical to support the ongoing development of odoc.
87
+
Furthermore, we express our gratitude to [Jane Street](https://www.janestreet.com/) and [Tarides](https://tarides.com/), whose funding has been critical to support the ongoing development of `odoc`.
0 commit comments