diff --git a/doc/intro.xml b/doc/intro.xml index 2bf1124a..b1802a37 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -33,7 +33,7 @@ This package requires the ⪆ packages &JupyterKernel;, &json; and &uuid;, all of which are distributed with ⪆ by default. &Francy; requires &Jupyter; to be installed on your system. Please note that you need to run the installation commands from the same python version &Jupyter; is installed on. - Currently, &Francy; is supported only on &Juyter; Lab, if you want to use it on the old &Jupyter; Notebooks, please install the latest supported version: v1.2.4. + Currently, &Francy; is supported only on &Jupyter; Lab, if you want to use it on the old &Jupyter; Notebooks, please install the latest supported version: v1.2.4. In order to install or update &Francy;, please run the following command to download the latest version available from https://pypi.org/: mcmartins@local:~$ pip install -U jupyterlab-francy diff --git a/makedoc.g b/makedoc.g index d02e1bc0..5da4c93c 100644 --- a/makedoc.g +++ b/makedoc.g @@ -14,6 +14,7 @@ AutoDoc(rec(autodoc := true, SubgroupLattice := "https://github.com/mcmartins/subgroup-lattice", FrancyMonoids := "https://github.com/gap-packages/FrancyMonoids", JupyterKernel := "JupyterKernel", - json := "json")))); + json := "json", + uuid := "uuid")))); QUIT;