{"id":18836469,"url":"https://github.com/gucio321/ft2zxcxvx","last_synced_at":"2026-03-02T03:04:02.121Z","repository":{"id":225167896,"uuid":"764726230","full_name":"gucio321/FT2zXcXvX","owner":"gucio321","description":"Sphinx Template for Physics Laboratory Reports (FT2) FiS AGH (And generally all my other science activities).","archived":false,"fork":false,"pushed_at":"2025-11-23T15:55:16.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T17:29:57.220Z","etag":null,"topics":["agh","agh-wfis","sphinx","template"],"latest_commit_sha":null,"homepage":"https://github.com/FT2z7","language":"Python","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/gucio321.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}},"created_at":"2024-02-28T15:50:16.000Z","updated_at":"2025-11-23T15:53:01.000Z","dependencies_parsed_at":"2024-03-23T12:10:38.104Z","dependency_job_id":"2adf6bc6-5222-4f47-91c1-a21c414ddd36","html_url":"https://github.com/gucio321/FT2zXcXvX","commit_stats":null,"previous_names":["gucio321/ft2zxcxvx"],"tags_count":5,"template":true,"template_full_name":"gucio321/agh-sphinx-template","purl":"pkg:github/gucio321/FT2zXcXvX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gucio321%2FFT2zXcXvX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gucio321%2FFT2zXcXvX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gucio321%2FFT2zXcXvX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gucio321%2FFT2zXcXvX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gucio321","download_url":"https://codeload.github.com/gucio321/FT2zXcXvX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gucio321%2FFT2zXcXvX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29991299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["agh","agh-wfis","sphinx","template"],"created_at":"2024-11-08T02:22:15.718Z","updated_at":"2026-03-02T03:04:02.101Z","avatar_url":"https://github.com/gucio321.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e **NOTE:** to use pdf build GitHub action, you might need to enable Write Access for our workflow.\n\u003e Navigate **Settings -\u003e Actions -\u003e General** and change **Workflow Permissions** to **Read and Write permissions**\n\n\u003cp align=\"center\"\u003e\n\u003c!--AUTOURL-BEGIN--\u003e\n\u003ca href=\"https://github.com/gucio321/FT2zXcXvX/blob/pdf/ft2zxcxvx.pdf\"\u003e\n\u003c!--AUTOURL-END--\u003e\n\u003cimg src=\"./resources/button.png\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Description\n\nTemplate for Physics Labs reports on AGH. -- Szablon sprawozdań z Laboratorium Fizycznego AGH.\n\n## Usage\n\n1. Clone this repository or create your own from the template.\n2. Edit conf.py and/or other files (I'll put list here). The variables you may want to use are on top of `conf.py` (title/author, e.t.c.)\n3. (Only first time) Generate virtual enviroument `python3 -m virtualenv venv` and activate it `source venv/bin/activate`\n4. Edit `index.md` and/or other files\n5. Use makefile to generate project (`make html` / `make latexpdf`)\n\n\u003cdetails\u003e\u003csummary\u003ePre requirements\u003c/summary\u003e\n\n- On fedora you need to install this:\n\n```sh\ndnf install -y latexmk texlive-cmap texlive-collection-fontsrecommended texlive-fncychap texlive-wrapfig texlive-capt-of texlive-framed texlive-upquote texlive-needspace texlive-tabulary texlive-parskip texlive-oberdiek texlive-cancel texlive-hyphen-polish texlive-pict2e texlive-ellipse.noarch\n```\n\n- on `apt`-based linux:\n\n```sh\nsudo apt install -y latexmk texlive texlive-fonts-extra texlive-full texlive-lang-polish\n```\n\n- on other distros: Generally you need to find the following:\n    * `pdflatex` command\n    * something like `texlive-full`\n    * polish babel version (e.g. search for `texlive*polish*`)\n\n- On windows: STOP USEING WINDOWS. Ok, seriously speaking: check out the previous point - you need same setup.\n\n\u003c/details\u003e\n\nAvailable technologies:\n- Markdown files support\n- Latex formulas\n- Plots [check here for more info](https://pypi.org/project/sphinxcontrib-plot/)\n\n## Resources\n\n- [AGH - WFIiS Title Pag template](https://www.overleaf.com/latex/templates/praca-dyplomowa/kbwcrcmczypy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgucio321%2Fft2zxcxvx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgucio321%2Fft2zxcxvx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgucio321%2Fft2zxcxvx/lists"}