Ashley Whetter

Results 98 comments of Ashley Whetter

I've started implementing this. You can see what I have so far here: https://github.com/readthedocs/sphinx-autoapi/tree/markdown I haven't settled on exactly how to implement this yet. There's a few things that I...

This will be the next big thing I work on after getting https://github.com/readthedocs/sphinx-autoapi/pull/399 over the finish line. I think I've figured out how to get around the problems that I...

Do you know what situation this bug is triggered in? Would you be able to add a test for it?

Closing due to lack of follow up. Please feel free to resubmit if you are able to add a test case.

I don't understand the problem that you are describing. Do you have a small example that I can try out? Which section headers are being left out? The `:py:mod:` ones?...

Currently there's no way of hooking into the mappers in this way. But there's potentially a reason here to include more information in the objects that the mapper outputs. I...

Maybe we don't and it's a fluke that it works this way. I'm pretty sure it's made up syntax. I've never been able to find anything else using it. I...

I can't reproduce either, even on the original docstring that I saw the issue on... So I'm happy to close this I did however find that the `C{type}` syntax comes...

It's part of epytext and it's used a lot in our codebases. It would be useful for docconvert to support their conversion.

I've reopened this is as the feature request to convert `I{text}` to `*text*`, `B{text}` to `**text**`, `C{type}` to ``` ``type`` ```, and `M{text}` to ``:math:`text` ``. We could also consider...