-
Notifications
You must be signed in to change notification settings - Fork 297
Added option to generate the api reference in docbook format and prov… #3145
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
Conversation
ocaml/doc/doc-convert.sh
Outdated
| if [ ! "$1" = "--pdf" ]; then | ||
| usage() { | ||
| echo "Usage:" | ||
| echo " sh $0 [--pdf|--db]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--docbook instead of --db?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't db intuitive enough? 😝 😄
👍
|
I'd start considering converting |
|
Is python installed by default on recent linux distros (or at least on our build containers)? |
|
Also in very non recent ones |
mseri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you update this PR I will be happy to merge it.
The port from bash to python does not need to be part of it
…ided relevant template. Signed-off-by: Konstantina Chremmou <[email protected]>
|
@mseri as discussed, I changed the switch so we can merge this and I'll make at a later time a different PR to convert to python, because it requires further changes in the sdk build. |
…ided relevant template.
Signed-off-by: Konstantina Chremmou [email protected]