OK. What you have found is a way to display an (internal|external) cross-reference. This is standard matkdown : see this description <https://daringfireball.net/projects/markdown/syntax#link> in the original markdown page (1.0.1, dated 2004).
I was thinking more about the lines of automatically generating a table of contents, based on (for example) title levels, or some specific markup. This is something sorely lacking in markdown (while implemented by about all the word processors I am aware of...). Sorry for the noise... -- Emmanuel Charpentier Le mercredi 24 août 2016 10:22:46 UTC+2, HG a écrit : > > I show you how I did as I never had answer about it... Maybe there is > other way to do it ? > > I got the idea from jupyter vpython.zip : > the TOC > Jupyter VPython: navigable real-time 3D animations, done simply¶ > <http://localhost:8001/inotebook/notebooks/index.ipynb#Jupyter-VPython:-navigable-real-time-3D-animations,-done-simply> > See vpython.org for how to obtain and use the vpython module > > Right button drag or Ctrl-drag to rotate "camera" to view scene. > To zoom, drag with middle button or Alt/Option depressed, or use scroll > wheel. > On a two-button mouse, middle is left + right. > Touch screen: pinch/extend to zoom, swipe or two-finger rotate. > > If asked to pick a notebook type, choose VPython. > > Atomic solid > <http://localhost:8001/inotebook/notebooks/Demos/AtomicSolid.ipynb>: > ball-and-spring model of a solid > > The code (code cell) : > > ### Jupyter VPython: navigable real-time 3D animations, done simply > ##### See [vpython.org](http://vpython.org) for how to obtain and use the > vpython module > > >Right button drag or Ctrl-drag to rotate "camera" to view scene. > To zoom, drag with middle button or Alt/Option depressed, or use scroll > wheel. > On a two-button mouse, middle is left > + right. > Touch screen: pinch/extend to zoom, swipe or two-finger rotate. > > ##### If asked to pick a notebook type, choose VPython. > > [Atomic solid](Demos/AtomicSolid.ipynb): ball-and-spring model of a solid > > Either you make a new one and write your text, or change the text in the > TOC > > Here is the cell (markdown) : > > ### Jupyter VPython: navigable real-time 3D animations, done simply > ##### See [vpython.org](http://vpython.org) for how to obtain and use the > vpython module > > >Right button drag or Ctrl-drag to rotate "camera" to view scene. > To zoom, drag with middle button or Alt/Option depressed, or use scroll > wheel. > On a two-button mouse, middle is left > + right. > Touch screen: pinch/extend to zoom, swipe or two-finger rotate. > > ##### If asked to pick a notebook type, choose VPython. > > [Atomic solid](Demos/AtomicSolid.ipynb): ball-and-spring model of a solid > > Hope it's clear enaugh > > Henri > > > > > > > Le lundi 22 août 2016 10:31:43 UTC+2, HG a écrit : >> >> Hi, >> I don't know how to make a toc of sagemath workshit >> Kind of index.ipynb with a link to different notebook. >> Regards >> Henri >> > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
