Function Repository Resource:

PrintDefinitions

Source Notebook

Browse a list of hyperlinked definitions associated with a symbol

Contributed by: Taliesin Beynon

ResourceFunction["PrintDefinitions"][symbol]

creates a notebook with a browseable hyperlinked listing of definitions associated with symbol.

Definitions of the symbol can be modified by editing and evaluating cells in the created notebook.

Examples

Basic Examples (2) 

A system symbol:

In[1]:=
ResourceFunction["PrintDefinitions"][ParallelTable];
Out[1]=

Definitions for a standard package symbol:

In[2]:=
<< EquationTrekker`
In[3]:=
ResourceFunction["PrintDefinitions"][EquationTrekker];
Out[3]=

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 1.0.0 – 29 January 2019

License Information