oeis / oeis

Online Encyclopedia of Integer Sequences - issue tracker
4 stars 0 forks source link

insert anchors in section titles of "Axxx/table" pages #32

Closed m-f-h closed 1 month ago

m-f-h commented 3 months ago

If we added an "id" in the section titles of the /table pages, as for example in https://oeis.org/A002260/table,

<h2><a href="/A002260" id="square">A002260</a> as a square array</h2>

it would be possible to link directly to a given formatting, using https://oeis.org/A002260/table#square

For the first subsection ("triangular array"), it's not that useful, but for the second one, as shown above (arguably the most frequent case), it certainly is, and maybe also for the last section, viz.

<h2><a href="/A002260" id="triangle">A002260</a> as an upper right triangle</h2>
rsc commented 1 month ago

Done although it doesn't do as much as you might hope.