Links#
Link text automation in Sphinx. A killer feature from Sphinx that more docs systems should adopt.
Deeplink to specific PDF pages. Just append
#page=X
to your URL, whereX
is a placeholder for the page you want to link to.Exploring the intertwingularity of a docs site. I’m building a web crawler so that I can track how pages in my docs site link to each other and to the outside web more broadly. If a lot of my docs pages link to some particular page, then that page is probably important.