Created
April 9, 2025 02:15
-
-
Save yeiichi/b4982fad5db271d1fdce2d418a4b66d6 to your computer and use it in GitHub Desktop.
Sphinx: regex for converting list items into hyperlinks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sphinx: regex for converting list items into hyperlinks. | |
sed -E 's|^#\. (.*)$|#. `\1 <../../../../\1/docs/build/html/index.html>`_|g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment