Sebastian Krämer
Sebastian Krämer
I would prefer it written as `Krämer`. And by the way, thank you very much for the work you are putting into this package! Regarding the licensing issue - I...
This project doesn't have any specific themes it only provides a sphinx domain for julia and an autodoc equivalent. As far as I can tell JuliaDoc on the other hand...
I'm happy to tackle any problems that might occur:) Is there a project that uses JuliaDoc that we can use to try out if swapping the domains works?
Okay the first problem is that I only used python 3 and julia uses python 2 for building the docs. Lets see how hard it is to support both.
It now works with python 2. Additionally I had to add support for return type annotations "f(x) -> int". It now completes the build but there are still many warnings...