Options
All
  • Public
  • Public/Protected
  • All
Menu

Module toc

Index

Variables

ITableOfContentsRegistry

ITableOfContentsRegistry: Token<TableOfContentsRegistry>

Table of contents registry token.

Functions

Private createLatexGenerator

  • Returns a ToC generator for LaTeX files.

    Parameters

    Returns IGenerator<IDocumentWidget<FileEditor>>

    ToC generator capable of parsing LaTeX files

Private createMarkdownGenerator

Private createNotebookGenerator

  • Returns a ToC generator for notebooks.

    Parameters

    Returns IGenerator<NotebookPanel>

    ToC generator capable of parsing notebooks

Private createPythonGenerator

  • Returns a ToC generator for Python files.

    Parameters

    Returns IGenerator<IDocumentWidget<FileEditor>>

    ToC generator capable of parsing Python files

createRenderedMarkdownGenerator

Const Private runNestedCodeCells

  • Runs runnable code cells.

    Parameters

    Returns void

Generated using TypeDoc