Benjamin Philip
Benjamin Philip
About the formatting, I reformatted the functions I was working on with Emacs' `c-fill-paragraph`. I'll revert the changes. Do you have a configuration for better formatting?
Fixed the formatting. You were right about the semicolon: https://www.gnu.org/software/emacs/manual/html_node/ccmode/Macros-with-_003b.html I suggested that OTP moves towards something like `clang-format` for more consistent and reproducible formatting in an issue a few...
@jhogberg Any further changes? Is `maint` still the right branch to merge into?
@garazdawi, I noticed that there might be many diagrams to migrate: ```bash $ find -iregex '.*html.*\.\(svg\|png\|gif\|fig\)' | grep -v logo | wc -l 73 ``` Do you want to split...
> It would be better to split them into multiple PRs, one for each lib seems about right. Will do. I will edit the commit message and title soon. >...
> So if you want the diagrams to work on EPUB, then images are the best format. This is what I was going suggest. You can render mermaid diagrams to...
> The script we have for Elixir handles color changes: https://github.com/elixir-lang/elixir/blob/main/lib/elixir/scripts/elixir_docs.exs#L191 - I believe it is the same suggested in ExDoc README. Let me test if this works with SVGs....
> If there is a simple way to get mermaid to work in epub, then that would be great. But there is no need to spend too much time on...
Hi Lukas, there is more work to be done. Here's what's been done so far: - Support to use mermaid has been added to all the modules - Documentation has...
@garazdawi, I've finished migrating all the diagrams in the system namespace. I think you will need to rebuild the documentation artifacts to view the diff since the diagrams will need...