d2l-ai / d2l-en

Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
https://D2L.ai
Other
23.24k stars 4.27k forks source link

Some :numref:`some_label` show-up in the pdf and website #1448

Closed phupe closed 4 years ago

phupe commented 4 years ago

Fyi, for both the pdf file (https://d2l.ai/d2l-en.pdf) and the website, some internal link that refer to either Fig or Sections do not show-up:

numref-broken-link

Vijayabhaskar96 commented 4 years ago

I see lot of :eqref:eq_matrix_def in this chapter

astonzhang commented 4 years ago

@phupe @Vijayabhaskar96

Now it is fixed: https://github.com/d2l-ai/d2l-book/commit/c4b8b8393d1bf1577a45c9ebcc6840e6c61059f6

A preview version with correctly compiled eqrefs/numrefs for the linear algebra/padding sections only is at: http://preview.d2l.ai/d2l-en/PR-1452/chapter_preliminaries/linear-algebra.html http://preview.d2l.ai/d2l-en/PR-1452/chapter_convolutional-neural-networks/padding-and-strides.html

It will take some time for all the sections on our website to render correctly.