Documentation#
HyperCells#
The HyperCells documentation can be found here HyperCells documentation.
Alternatively, provided the HyperCells package was installed properly, the documentation can be generated via the AutoDoc package in GAP. Open GAP and execute the following code snippet:
LoadPackage( "AutoDoc" );
AutoDoc( rec( autodoc := true ) );
QUIT;
Then you can generate the HyperCells package manual from the command line with the following command, executed from within in the HyperCells package directory:
gap makedoc.g
Note that, once the above code snippets are executed you will also be able to use the help functionality for the HyperCells package within GAP. For example:
?TGCellGraph
which opens the corresponding section in the documentation.
HyperBloch#
The reference pages of the HyperBloch documentation can be accessed directly within a Mathematica environment.
Provided the HyperBloch paclet was installed properly, the function Documentation`HelpLookup
can be executed in Mathematica:
Documentation`HelpLookup["PatrickMLenggenhager/HyperBloch/guide/HyperBlochPackage"];
alternatively, select a function and press F1.