-
Notifications
You must be signed in to change notification settings - Fork 3
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
Parse, correctly display RST #5
Comments
Yes, markdown happens sometimes, I'd like to support that. |
OK so... to do this well, we probably need some www-side processing, because the indexer doesn't (and shouldn't) know about the URL structure of the frontend (not to mention "should it be
Am I maybe missing an obvious way of making this much less complex? |
Agreed, there's definitely going to be www-side processing (this might be buildtime or runtime, no strong opinions there) There's so many features of RST+Sphinx that might be relevant to us, I'd rather not invest in a custom IR where we'd have to implement an RST -> IR (and maybe MD -> IR). MyST seems promising! Let's go with that. I also don't see any lighter-weight approach of doing this well. |
First stab using the Not very promising. |
Big chunks of documentation text are currently not very good-looking :D Two big things here:
Corollary: do we ever expect non-RST strings in documentation? If yes, those will need to get the same treatment.
The text was updated successfully, but these errors were encountered: