You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the task list and found no similar tasks.
Mentor
I have sufficient expertise on this task, and I volunteer to be a mentor of this task to guide contributors through the task.
Skill requirements
Sphinx, and maybe some HTML and CSS skills
Background and Goals
Kyuubi uses Sphinx to build the docs, and RST and Markdown are mixed-used.
RST is a much more powerful format but easy to mess up and hard to learn, while Markdown is more popular and easy to learn.
Currently, Kyuubi uses a legacy markdown==3.4.1 for Sphinx markdown support, which lacks some advanced features, e.g. variable substitution, which is likely to be used for "version"
Hello, Mr. Pan, I would like to know if anyone has worked on this issue? I am not very familiar with Kyuubi's documentation construction and Sphinx, so I may need to spend some time learning and researching this part. I plan to spend about an hour each day and report the progress once a week. Do you think this is appropriate? If it is suitable, you can arrange it for me. Thank you.
Hello Mr.Pan @pan3793 , I tried using myst_parser for parsing and checked the Configuration page and found no issues. Overall, there were no problems. I also fixed some minor issues midway. What more work do I need to do in this area?
What's the level of this task?
MEDIUM
Code of Conduct
Search before creating
Mentor
Skill requirements
Background and Goals
Kyuubi uses Sphinx to build the docs, and
RST
andMarkdown
are mixed-used.RST is a much more powerful format but easy to mess up and hard to learn, while Markdown is more popular and easy to learn.
Currently, Kyuubi uses a legacy
markdown==3.4.1
for Sphinx markdown support, which lacks some advanced features, e.g. variable substitution, which is likely to be used for "version"While the recommended powerful markdown solution is
myst_parser
https://www.sphinx-doc.org/en/master/usage/markdown.html, we should investigate and migrate to this one.Implementation steps
myst_parser
Additional context
Introduction of 2024H1 Kyuubi Code Contribution Program
The text was updated successfully, but these errors were encountered: