forked from ocaml/odoc
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module sherlodoc #6
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
opam: Add strict constraints on OCaml < 5.3
This reverts commit 3401a75.
I could not make it run in cram tests: it has to be tested by hand.
It needs to be run manually, I could not make it run with cram tests.
Page don't and won't use dot references as in `page1.page2`.
Use ``` children: page1 page2 page3 ``` in the frontmatter
Children order specifies order in an index page for the current directory. It has to specify what is a page and what is a directory, as we can have: ``` doc/ index foo foo/ index bar ``` In the specification of the order in `doc/index`, we must make the difference between the foo page and the foo directory. This was not practical with references. So instead, the order specification has its own type.
Allow sequences of spaces in a row: `children: page1 page2`.
Unexpose unnecessary functions open modules use mli for model/frontmatter
Co-authored-by: Jules Aguillon <[email protected]>
Directly take children order into account. Co-authored-by: Jules Aguillon <[email protected]>
Co-authored-by: Jules Aguillon <[email protected]>
Co-authored-by: Jules Aguillon <[email protected]>
But alias it to Id. It was bringing too many values in scope (eg shadowing compare).
The driver runs on Base. This will also test that sherlodoc is co-installable with odoc. f f
Checkout out to EmileTrotignon/sherlodoc#1
Julow
force-pushed
the
module-sherlodoc
branch
from
October 7, 2024 15:00
d41ea40
to
4a3b8b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.