Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unknown entity warnings #90

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL>https://pypi.org/</URL>:
<Log>
mcmartins@local:~$ pip install -U jupyterlab-francy
Expand Down
3 changes: 2 additions & 1 deletion makedoc.g
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ AutoDoc(rec(autodoc := true,
SubgroupLattice := "<URL Text=\"SubgroupLattice\">https://github.com/mcmartins/subgroup-lattice</URL>",
FrancyMonoids := "<URL Text=\"FrancyMonoids\">https://github.com/gap-packages/FrancyMonoids</URL>",
JupyterKernel := "<Package>JupyterKernel</Package>",
json := "<Package>json</Package>"))));
json := "<Package>json</Package>",
uuid := "<Package>uuid</Package>"))));

QUIT;