Skip to content

Commit

Permalink
updated dependencies and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmartins committed Jun 23, 2024
1 parent 8f5904e commit 52f3130
Show file tree
Hide file tree
Showing 6 changed files with 2,034 additions and 2,035 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ To update the GAP package version, please change it on the `PackageInfo.g` file:
There are 2 workflows defined for this project:

* CI - This workflow runs all tests (JS and GAP) for every commit/pull request on branches `develop` and `master`
* RELEASE - This workflow runs the Python PyPi.org and NPM releases on new `tag`s created, normally after running the
* [ReleaseTools](https://github.com/gap-system/ReleaseTools) procedure.
* RELEASE - This workflow runs the Python PyPi.org and NPM releases on new `tag`s created, normally after running the [ReleaseTools](https://github.com/gap-system/ReleaseTools) procedure.

# License

Expand Down
13 changes: 7 additions & 6 deletions doc/intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@
<Heading>How it works</Heading>

&Francy; requires a rendering package to display graphics. &Francy; provides by default 3 renderers based on
D3.js, Vis.js and Graphviz, for rendering the semantic model representations produced by the GAP package.
The renderers can be switched at any time using the user interface, by selecting 'Settings, Renderers' in the
main menu.
This library is distributed both as a browser module and as a &Jupyter; Lab extension.
This library can be used in &Jupyter; Lab, using the &JupyterKernel; and the MIME type 'application/vnd.francy+json'
to render the document.
D3.js, Vis.js and Graphviz, for rendering the semantic model representations, identified by the MIME type
'application/vnd.francy+json', produced by the GAP package.
Renderers can be switched at any time using the user interface, by selecting 'Settings' and then 'Renderers'
in the main menu.
This library is distributed both as a browser module and as a &Jupyter; extension. It can be used in the browser
in non interactive mode (meaning no communication with GAP, the semantic model is loaded, e.g., as a json file),
or within &Jupyter; environments, in interactive mode, using the &JupyterKernel;.
For more information, please check the
<URL Text="JavaScript Documentation">https://gap-packages.github.io/francy/doc/js/doc/index.html</URL>.
</Section>
Expand Down
Loading

0 comments on commit 52f3130

Please sign in to comment.