{"id":50434264,"url":"https://github.com/libsemigroups/tutorial","last_synced_at":"2026-05-31T16:03:11.056Z","repository":{"id":358692114,"uuid":"1197430149","full_name":"libsemigroups/tutorial","owner":"libsemigroups","description":"A semigroups worksheet for NBSAN 40","archived":false,"fork":false,"pushed_at":"2026-05-18T15:46:10.000Z","size":1676,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T17:37:08.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libsemigroups.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T15:17:30.000Z","updated_at":"2026-05-18T15:46:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/libsemigroups/tutorial","commit_stats":null,"previous_names":["libsemigroups/tutorial"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/libsemigroups/tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsemigroups%2Ftutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsemigroups%2Ftutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsemigroups%2Ftutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsemigroups%2Ftutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libsemigroups","download_url":"https://codeload.github.com/libsemigroups/tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libsemigroups%2Ftutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33737692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T16:03:10.222Z","updated_at":"2026-05-31T16:03:11.049Z","avatar_url":"https://github.com/libsemigroups.png","language":"GAP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Semigroups package - Zero to ε\n\nThis repository contains the source code for the workshop \"The Semigroups package - Zero to ε\" at the\n[NBSAN](https://manchester-semigroups.github.io/NBSAN/index.html) meeting on the 19th of May 2026 in Manchester.\n\n## Prerequisites\n\nThe online worksheets are made using the [`mkdocs`](https://www.mkdocs.org/) tool with the\n[`mkdocs-material`](https://squidfunk.github.io/mkdocs-material/) theme.\nInstall them using:\n\n```bash\npython3 -m pip install mkdocs mkdocs-material\n```\n\nThe webpage can then be compiled and served by running the following command in the root directory of the repository\n```bash\nmkdocs serve\n```\n\n## Adding content\n\nTo add content to the worksheet, simply add a new markdown file in any subfolder of the `docs/` directory and\nlink it in the navigation bar by modifying the `nav` section of the `mkdocs.yml` file, e.g. the initial\n`mkdocs.yml` file could look something like\n\n```yml\nnav:\n  - Home: index.md\n  - Semigroups:\n    - gap/index.md\n    - Installation: gap/install.md\n    - 'The GAP Session': gap/session.md\n    - 'Worksheet 1: Analysis of finite semigroups': gap/worksheet1.md\n```\n\nto add a new section `libsemigroups_pybind11` consisting of two files, an index\n`libsemigroups_pybind11/index.md` and install instructions `libsemigroups_pybind11/install.md`, we would modify the\n`nav` section to look like\n\n```yml\nnav:\n  - Home: index.md\n  - Semigroups:\n    - gap/index.md\n    - Installation: gap/install.md\n    - 'The GAP Session': gap/session.md\n    - 'Worksheet 1: Analysis of finite semigroups': gap/worksheet1.md\n  - libsemigroups_pybind11:\n    - libsemigroups_pybind11/index.md\n    - Installation: libsemigroups_pybind11/install.md\n```\n\nNote: the first unlabelled element of a subsection will be used as the subsection index, i.e. it won't appear as a\nseparate entry in the navigation bar. So here the `libsemigroups_pybind11/index.md` file will simply be used\nfor the `libsemigroups_pybind11` section, and\n`libsemigroups_pybind11/install.md` will be used as the contents for the `Installation` subsection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibsemigroups%2Ftutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibsemigroups%2Ftutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibsemigroups%2Ftutorial/lists"}