unaltraweb 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +20 -0
- data/Makefile +412 -0
- data/README.md +226 -0
- data/_config.yml +842 -0
- data/_data/i18n/ca.yml +278 -0
- data/_data/i18n/en.yml +278 -0
- data/_data/i18n/es.yml +278 -0
- data/_includes/audio.liquid +30 -0
- data/_includes/bib_search.liquid +5 -0
- data/_includes/blog-list.liquid +66 -0
- data/_includes/book-citation.liquid +33 -0
- data/_includes/citation.liquid +26 -0
- data/_includes/custom_head.liquid +3 -0
- data/_includes/custom_scripts.liquid +5 -0
- data/_includes/cv/list.liquid +5 -0
- data/_includes/cv/list_groups.liquid +51 -0
- data/_includes/cv/map.liquid +29 -0
- data/_includes/cv/nested_list.liquid +16 -0
- data/_includes/cv/time_table.liquid +118 -0
- data/_includes/cv-download-card.liquid +26 -0
- data/_includes/developer-mode-switcher.liquid +24 -0
- data/_includes/disqus.liquid +13 -0
- data/_includes/distill_scripts.liquid +298 -0
- data/_includes/documentation-download-detail.liquid +76 -0
- data/_includes/documentation-downloads.liquid +71 -0
- data/_includes/documentation-profile-attributes.liquid +4 -0
- data/_includes/documentation-section-toc.liquid +9 -0
- data/_includes/documentation-sidebar.liquid +112 -0
- data/_includes/figure.liquid +87 -0
- data/_includes/footer.liquid +66 -0
- data/_includes/giscus.liquid +25 -0
- data/_includes/head.liquid +220 -0
- data/_includes/header.liquid +544 -0
- data/_includes/latest_posts.liquid +61 -0
- data/_includes/localized-date.liquid +5 -0
- data/_includes/manual-bibliography.liquid +2 -0
- data/_includes/manual-featured-readings.liquid +12 -0
- data/_includes/manual-other-readings.liquid +12 -0
- data/_includes/manual-page-toc.liquid +11 -0
- data/_includes/manual-sidebar.liquid +58 -0
- data/_includes/manual-teachers.liquid +74 -0
- data/_includes/metadata.liquid +278 -0
- data/_includes/news.liquid +48 -0
- data/_includes/newsletter.liquid +68 -0
- data/_includes/page-hero.liquid +96 -0
- data/_includes/page-link.liquid +8 -0
- data/_includes/pagination.liquid +22 -0
- data/_includes/post-reading-time.liquid +29 -0
- data/_includes/previous-next.liquid +37 -0
- data/_includes/profile-card.liquid +49 -0
- data/_includes/profile-feature-matrix.liquid +75 -0
- data/_includes/profile-highlights.liquid +122 -0
- data/_includes/project-grid.liquid +26 -0
- data/_includes/project-resource-link.liquid +45 -0
- data/_includes/project-resources.liquid +21 -0
- data/_includes/projects.liquid +38 -0
- data/_includes/projects_horizontal.liquid +37 -0
- data/_includes/publications-metrics-summary.liquid +69 -0
- data/_includes/publications-summary.liquid +127 -0
- data/_includes/reading-biblio-controls.liquid +65 -0
- data/_includes/reading-cover-card.liquid +93 -0
- data/_includes/reading-rating.liquid +11 -0
- data/_includes/recommended-readings.liquid +30 -0
- data/_includes/related_posts.liquid +39 -0
- data/_includes/repository/repo.liquid +48 -0
- data/_includes/repository/repo_trophies.liquid +44 -0
- data/_includes/repository/repo_user.liquid +35 -0
- data/_includes/resume/awards.liquid +19 -0
- data/_includes/resume/basics.liquid +28 -0
- data/_includes/resume/certificates.liquid +35 -0
- data/_includes/resume/education.liquid +54 -0
- data/_includes/resume/interests.liquid +34 -0
- data/_includes/resume/languages.liquid +31 -0
- data/_includes/resume/projects.liquid +32 -0
- data/_includes/resume/publications.liquid +28 -0
- data/_includes/resume/references.liquid +31 -0
- data/_includes/resume/skills.liquid +33 -0
- data/_includes/resume/volunteer.liquid +52 -0
- data/_includes/resume/work.liquid +52 -0
- data/_includes/scripts.liquid +364 -0
- data/_includes/search-data.js.liquid +341 -0
- data/_includes/selected_papers.liquid +3 -0
- data/_includes/t.liquid +31 -0
- data/_includes/team-grid.liquid +172 -0
- data/_includes/video.liquid +97 -0
- data/_layouts/about.liquid +93 -0
- data/_layouts/archive.liquid +45 -0
- data/_layouts/bib.liquid +677 -0
- data/_layouts/book-review.liquid +225 -0
- data/_layouts/book-shelf.liquid +66 -0
- data/_layouts/cv.liquid +127 -0
- data/_layouts/default.liquid +70 -0
- data/_layouts/distill.liquid +132 -0
- data/_layouts/documentation-download-detail.liquid +5 -0
- data/_layouts/documentation-home.liquid +100 -0
- data/_layouts/documentation-page.liquid +45 -0
- data/_layouts/manual-bib.liquid +73 -0
- data/_layouts/manual-chapter.liquid +99 -0
- data/_layouts/manual-featured-bib.liquid +100 -0
- data/_layouts/manual-home.liquid +120 -0
- data/_layouts/none.liquid +1 -0
- data/_layouts/outputs.liquid +29 -0
- data/_layouts/page.liquid +52 -0
- data/_layouts/post.liquid +95 -0
- data/_layouts/profile.liquid +36 -0
- data/_layouts/profiles.liquid +36 -0
- data/_layouts/project.liquid +7 -0
- data/_layouts/repositories.liquid +58 -0
- data/_layouts/theses.liquid +126 -0
- data/_plugins/bibliography_profiles.rb +164 -0
- data/_plugins/callouts.rb +104 -0
- data/_plugins/code_blocks.rb +277 -0
- data/_plugins/computation_figure_images.rb +266 -0
- data/_plugins/computation_sources.rb +42 -0
- data/_plugins/content_search_index.rb +210 -0
- data/_plugins/details.rb +23 -0
- data/_plugins/external-posts.rb +124 -0
- data/_plugins/figure_captions.rb +800 -0
- data/_plugins/file-exists.rb +22 -0
- data/_plugins/google-scholar-citations.rb +86 -0
- data/_plugins/hide-custom-bibtex.rb +18 -0
- data/_plugins/inspirehep-citations.rb +57 -0
- data/_plugins/localized_visual_sources.rb +145 -0
- data/_plugins/manual_release_metadata.rb +47 -0
- data/_plugins/mermaid_mmd_images.rb +233 -0
- data/_plugins/profile-pages.rb +28 -0
- data/_plugins/remove-accents.rb +32 -0
- data/_plugins/reproducible_build_time.rb +55 -0
- data/_plugins/search-data.rb +83 -0
- data/_plugins/theme-cache-bust.rb +56 -0
- data/_plugins/vega_visual_images.rb +290 -0
- data/_plugins/web_capture_images.rb +154 -0
- data/_sass/_base.scss +2133 -0
- data/_sass/_blog.scss +67 -0
- data/_sass/_callouts.scss +100 -0
- data/_sass/_custom.scss +437 -0
- data/_sass/_cv.scss +274 -0
- data/_sass/_developer.scss +97 -0
- data/_sass/_distill.scss +185 -0
- data/_sass/_documentation.scss +2220 -0
- data/_sass/_layout.scss +218 -0
- data/_sass/_manual.scss +2691 -0
- data/_sass/_profile.scss +323 -0
- data/_sass/_projects.scss +163 -0
- data/_sass/_reading.scss +465 -0
- data/_sass/_site-custom.scss +3 -0
- data/_sass/_tabs.scss +48 -0
- data/_sass/_team.scss +230 -0
- data/_sass/_themes.scss +254 -0
- data/_sass/_typograms.scss +132 -0
- data/_sass/_variables.scss +52 -0
- data/_sass/font-awesome/_animated.scss +152 -0
- data/_sass/font-awesome/_bordered-pulled.scss +20 -0
- data/_sass/font-awesome/_core.scss +49 -0
- data/_sass/font-awesome/_fixed-width.scss +7 -0
- data/_sass/font-awesome/_functions.scss +57 -0
- data/_sass/font-awesome/_icons.scss +13 -0
- data/_sass/font-awesome/_list.scss +18 -0
- data/_sass/font-awesome/_mixins.scss +65 -0
- data/_sass/font-awesome/_rotated-flipped.scss +31 -0
- data/_sass/font-awesome/_screen-reader.scss +14 -0
- data/_sass/font-awesome/_shims.scss +1578 -0
- data/_sass/font-awesome/_sizing.scss +16 -0
- data/_sass/font-awesome/_stacked.scss +32 -0
- data/_sass/font-awesome/_variables.scss +5044 -0
- data/_sass/font-awesome/brands.scss +30 -0
- data/_sass/font-awesome/fontawesome.scss +21 -0
- data/_sass/font-awesome/regular.scss +27 -0
- data/_sass/font-awesome/solid.scss +27 -0
- data/_sass/font-awesome/v4-shims.scss +11 -0
- data/_sass/tabler-icons/tabler-icons-filled.scss +1646 -0
- data/_sass/tabler-icons/tabler-icons-outline.scss +9859 -0
- data/_sass/tabler-icons/tabler-icons.scss +11463 -0
- data/_scripts/cronitor-analytics-setup.js +9 -0
- data/_scripts/giscus-setup.js +48 -0
- data/_scripts/google-analytics-setup.js +9 -0
- data/_scripts/open-panel-analytics-setup.js +14 -0
- data/_scripts/photoswipe-setup.js +11 -0
- data/assets/audio/epicaly-short-113909.mp3 +0 -0
- data/assets/bibliography/2018-12-22-distill.bib +7 -0
- data/assets/css/academicons.min.css +1 -0
- data/assets/css/bootstrap-toc.min.css +4 -0
- data/assets/css/bootstrap.min.css +7 -0
- data/assets/css/bootstrap.min.css.map +1 -0
- data/assets/css/jekyll-pygments-themes-github.css +209 -0
- data/assets/css/jekyll-pygments-themes-native.css +232 -0
- data/assets/css/jupyter-grade3.css +3758 -0
- data/assets/css/jupyter-monokai.css +3758 -0
- data/assets/css/jupyter.css +383 -0
- data/assets/css/main.scss +36 -0
- data/assets/css/mdb.min.css +48 -0
- data/assets/css/mdb.min.css.map +1 -0
- data/assets/css/scholar-icons.css +386 -0
- data/assets/fonts/academicons.ttf +0 -0
- data/assets/fonts/academicons.woff +0 -0
- data/assets/fonts/scholar-icons.ttf +0 -0
- data/assets/fonts/scholar-icons.woff +0 -0
- data/assets/fonts/tabler-icons-filled.ttf +0 -0
- data/assets/fonts/tabler-icons-filled.woff +0 -0
- data/assets/fonts/tabler-icons-filled.woff2 +0 -0
- data/assets/fonts/tabler-icons-outline.ttf +0 -0
- data/assets/fonts/tabler-icons-outline.woff +0 -0
- data/assets/fonts/tabler-icons-outline.woff2 +0 -0
- data/assets/fonts/tabler-icons.ttf +0 -0
- data/assets/fonts/tabler-icons.woff +0 -0
- data/assets/fonts/tabler-icons.woff2 +0 -0
- data/assets/html/relativity.html +15 -0
- data/assets/img/1.jpg +0 -0
- data/assets/img/10.jpg +0 -0
- data/assets/img/11.jpg +0 -0
- data/assets/img/12.jpg +0 -0
- data/assets/img/2.jpg +0 -0
- data/assets/img/3.jpg +0 -0
- data/assets/img/4.jpg +0 -0
- data/assets/img/5.jpg +0 -0
- data/assets/img/6.jpg +0 -0
- data/assets/img/7.jpg +0 -0
- data/assets/img/8.jpg +0 -0
- data/assets/img/9.jpg +0 -0
- data/assets/img/book_covers/the_godfather.jpg +0 -0
- data/assets/img/brand/dosquartsdedocs-logo-cafe.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo-footer-cafe.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo-white.svg +31 -0
- data/assets/img/brand/dosquartsdedocs-logo.svg +31 -0
- data/assets/img/prof_pic.jpg +0 -0
- data/assets/img/prof_pic_color.png +0 -0
- data/assets/img/profile-placeholder.svg +8 -0
- data/assets/img/publication_preview/brownian-motion.gif +0 -0
- data/assets/img/publication_preview/goodchild1992-gis-cover.jpg +0 -0
- data/assets/img/publication_preview/gutierrez2020-jtrg-preview.jpg +0 -0
- data/assets/img/publication_preview/harvey1989-postmodernity-cover.jpg +0 -0
- data/assets/img/publication_preview/tobler1970-economic-geography-cover.jpg +0 -0
- data/assets/img/publication_preview/tuan1977-space-place-cover.jpg +0 -0
- data/assets/img/publication_preview/wave-mechanics.gif +0 -0
- data/assets/img/publication_preview/zaragozi2025-rooftop-pv-preview.jpg +0 -0
- data/assets/img/rhino.png +0 -0
- data/assets/img/team/aaron-gutierrez.png +0 -0
- data/assets/img/team/alba-font.png +0 -0
- data/assets/img/team/alba-viana.png +0 -0
- data/assets/img/team/alejandro-gonzalez.png +0 -0
- data/assets/img/team/ana-pastor.png +0 -0
- data/assets/img/team/antoni-domenech.png +0 -0
- data/assets/img/team/benito-zaragozi.png +0 -0
- data/assets/img/team/cinta-sanz.png +0 -0
- data/assets/img/team/daniel-miravet.png +0 -0
- data/assets/img/team/eugenia-altamirano.png +0 -0
- data/assets/img/team/fiammetta-brandajs.png +0 -0
- data/assets/img/team/francesc-gonzalez.png +0 -0
- data/assets/img/team/isabel-paulino.png +0 -0
- data/assets/img/team/joan-borras.png +0 -0
- data/assets/img/team/julie-wilson.png +0 -0
- data/assets/img/team/liliana-sole.png +0 -0
- data/assets/img/team/maria-casado.png +0 -0
- data/assets/img/team/maria-medina.png +0 -0
- data/assets/img/team/marta-nello.png +0 -0
- data/assets/img/team/mogrify +1 -0
- data/assets/img/team/oscar-saladie.png +0 -0
- data/assets/img/team/paolo-russo.png +0 -0
- data/assets/img/team/raquel-santos.png +0 -0
- data/assets/img/team/salvador-anton.png +0 -0
- data/assets/img/team/sunsi-huertas.png +0 -0
- data/assets/img/team/user-placeholder.png +0 -0
- data/assets/img/team/wilbert-den-hoed.png +0 -0
- data/assets/img/team/xavier-delclos.png +0 -0
- data/assets/img/template_error.png +0 -0
- data/assets/js/bibsearch.js +70 -0
- data/assets/js/bootstrap-toc.min.js +5 -0
- data/assets/js/bootstrap.bundle.min.js +7 -0
- data/assets/js/bootstrap.bundle.min.js.map +1 -0
- data/assets/js/callouts.js +115 -0
- data/assets/js/chartjs-setup.js +14 -0
- data/assets/js/common.js +117 -0
- data/assets/js/content-search-match.js +159 -0
- data/assets/js/content-search.js +441 -0
- data/assets/js/copy_code.js +60 -0
- data/assets/js/custom.js +6 -0
- data/assets/js/developer-mode.js +103 -0
- data/assets/js/diff2html-setup.js +20 -0
- data/assets/js/distillpub/overrides.js +27 -0
- data/assets/js/distillpub/template.v2.js +9616 -0
- data/assets/js/distillpub/template.v2.js.map +1 -0
- data/assets/js/distillpub/transforms.v2.js +14557 -0
- data/assets/js/distillpub/transforms.v2.js.map +1 -0
- data/assets/js/documentation.js +435 -0
- data/assets/js/echarts-setup.js +29 -0
- data/assets/js/highlight-search-term.js +110 -0
- data/assets/js/jupyter_new_tab.js +18 -0
- data/assets/js/leaflet-setup.js +22 -0
- data/assets/js/manual.js +308 -0
- data/assets/js/masonry.js +12 -0
- data/assets/js/mathjax-setup.js +46 -0
- data/assets/js/mermaid-setup.js +37 -0
- data/assets/js/newsletter.js +105 -0
- data/assets/js/no_defer.js +24 -0
- data/assets/js/plotly-setup.js +52 -0
- data/assets/js/profile-nav.js +92 -0
- data/assets/js/progress-bar.js +73 -0
- data/assets/js/pseudocode-setup.js +18 -0
- data/assets/js/search/base-styles.min.js +286 -0
- data/assets/js/search/command-score.min.js +7 -0
- data/assets/js/search/hotkeys-js/hotkeys.esm.min.js +18 -0
- data/assets/js/search/lit/decorators.min.js +7 -0
- data/assets/js/search/lit/directives/class-map.min.js +7 -0
- data/assets/js/search/lit/directives/join.min.js +7 -0
- data/assets/js/search/lit/directives/live.min.js +7 -0
- data/assets/js/search/lit/directives/ref.min.js +7 -0
- data/assets/js/search/lit/directives/repeat.min.js +7 -0
- data/assets/js/search/lit/directives/unsafe-html.min.js +7 -0
- data/assets/js/search/lit/index.min.js +7 -0
- data/assets/js/search/lit-element/lit-element.min.js +12 -0
- data/assets/js/search/lit-html/directives/class-map.min.js +22 -0
- data/assets/js/search/lit-html/directives/join.min.js +12 -0
- data/assets/js/search/lit-html/directives/live.min.js +28 -0
- data/assets/js/search/lit-html/directives/ref.min.js +32 -0
- data/assets/js/search/lit-html/directives/repeat.min.js +27 -0
- data/assets/js/search/lit-html/directives/unsafe-html.min.js +22 -0
- data/assets/js/search/lit-html/is-server.min.js +12 -0
- data/assets/js/search/lit-html/lit-html.min.js +12 -0
- data/assets/js/search/ninja-action.min.js +101 -0
- data/assets/js/search/ninja-footer.min.js +62 -0
- data/assets/js/search/ninja-header.min.js +78 -0
- data/assets/js/search/ninja-keys.min.js +39 -0
- data/assets/js/search/reactive-element/decorators/custom-element.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/event-options.min.js +12 -0
- data/assets/js/search/reactive-element/decorators/property.min.js +22 -0
- data/assets/js/search/reactive-element/decorators/query-all.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-elements.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-assigned-nodes.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query-async.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/query.min.js +17 -0
- data/assets/js/search/reactive-element/decorators/state.min.js +27 -0
- data/assets/js/search/reactive-element/reactive-element.min.js +17 -0
- data/assets/js/search-setup.js +17 -0
- data/assets/js/shortcut-key.js +11 -0
- data/assets/js/tabs.min.js +5 -0
- data/assets/js/theme.js +314 -0
- data/assets/js/tooltips-setup.js +3 -0
- data/assets/js/typograms.js +1341 -0
- data/assets/js/vanilla-back-to-top.min.js +1 -0
- data/assets/js/vega-setup.js +24 -0
- data/assets/js/venobox-setup.js +5 -0
- data/assets/js/wechat.js +14 -0
- data/assets/js/zoom.js +15 -0
- data/assets/json/resume.json +98 -0
- data/assets/json/table_data.json +128 -0
- data/assets/jupyter/blog.ipynb +48 -0
- data/assets/pdf/example_pdf.pdf +0 -0
- data/assets/plotly/demo.html +72 -0
- data/assets/video/pexels-engin-akyurt-6069112-960x540-30fps.mp4 +0 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- data/assets/webfonts/fa-v4compatibility.ttf +0 -0
- data/assets/webfonts/fa-v4compatibility.woff2 +0 -0
- data/docs/Gemfile +5 -0
- data/docs/_config.yml +83 -0
- data/docs/_documentation/en/01-quick-start.md +115 -0
- data/docs/_documentation/en/02-tools.md +146 -0
- data/docs/_documentation/en/03-usage.md +107 -0
- data/docs/_documentation/en/04-jekyll-basics.md +51 -0
- data/docs/_documentation/en/05-pages-collections.md +68 -0
- data/docs/_documentation/en/06-github-web-editing.md +92 -0
- data/docs/_documentation/en/10-profiles.md +125 -0
- data/docs/_documentation/en/11-unaltreselfie.md +39 -0
- data/docs/_documentation/en/12-unaltreprojecte.md +38 -0
- data/docs/_documentation/en/13-unaltremanual.md +237 -0
- data/docs/_documentation/en/14-unaltredocs.md +92 -0
- data/docs/_documentation/en/15-profile-checklist.md +39 -0
- data/docs/_documentation/en/20-syntax.md +353 -0
- data/docs/_documentation/en/21-themes.md +103 -0
- data/docs/_documentation/en/22-feature-reference.md +56 -0
- data/docs/_documentation/en/23-front-matter.md +51 -0
- data/docs/_documentation/en/24-data-files.md +28 -0
- data/docs/_documentation/en/30-customization.md +448 -0
- data/docs/_documentation/en/31-template.md +55 -0
- data/docs/_documentation/en/32-development.md +108 -0
- data/docs/_documentation/en/33-reusable-workflows.md +136 -0
- data/docs/_documentation/en/40-distribution.md +164 -0
- data/docs/_documentation/en/41-bibliometrics.md +137 -0
- data/docs/_documentation/en/42-docker-image.md +185 -0
- data/docs/_documentation/en/50-faq.md +33 -0
- data/docs/_pages/ca/index.md +35 -0
- data/docs/_pages/en/index.md +35 -0
- data/docs/_pages/es/index.md +35 -0
- data/docs/agents/action-prompts/00-start-site-session.txt +10 -0
- data/docs/agents/action-prompts/05-create-new-web.txt +5 -0
- data/docs/agents/action-prompts/10-content-update.txt +9 -0
- data/docs/agents/action-prompts/15-edit-default-content.txt +8 -0
- data/docs/agents/action-prompts/20-manual-teaching-materials.txt +18 -0
- data/docs/agents/action-prompts/22-manual-style-audit.txt +14 -0
- data/docs/agents/action-prompts/23-manual-structure-audit.txt +17 -0
- data/docs/agents/action-prompts/25-translation-prepublish.txt +8 -0
- data/docs/agents/action-prompts/30-project-site-update.txt +7 -0
- data/docs/agents/action-prompts/40-documentation-update.txt +7 -0
- data/docs/agents/action-prompts/50-bibliography-entry.txt +7 -0
- data/docs/agents/action-prompts/60-bibliometrics-refresh.txt +7 -0
- data/docs/agents/action-prompts/70-build-and-review.txt +12 -0
- data/docs/agents/manual-authoring-components.md +255 -0
- data/docs/agents/mcp-contract.md +162 -0
- data/docs/agents/quarto-computation-adoption.md +102 -0
- data/docs/assets/img/unaltraweb-docs-hero.svg +36 -0
- data/lib/unaltraweb/version.rb +8 -0
- data/lib/unaltraweb.rb +31 -0
- data/requirements.txt +5 -0
- data/scripts/biblio/fetch_scimago_csv.sh +126 -0
- data/scripts/biblio/metrics_common.py +154 -0
- data/scripts/biblio/metrics_merge_meta.py +73 -0
- data/scripts/biblio/metrics_update.py +826 -0
- data/scripts/computations/python/Dockerfile +37 -0
- data/scripts/computations/r/Dockerfile +31 -0
- data/scripts/computations/render.py +1267 -0
- data/scripts/cv/render_pdf_preview.sh +36 -0
- data/scripts/deploy/publish_branch.sh +80 -0
- data/scripts/generate_logo_variants.py +47 -0
- data/scripts/manual/Dockerfile +31 -0
- data/scripts/manual/build_pdf.py +1780 -0
- data/scripts/manual/filters/bibliography.lua +164 -0
- data/scripts/manual/filters/code-blocks.lua +102 -0
- data/scripts/manual/filters/figure-captions.lua +35 -0
- data/scripts/manual/publish_release.sh +281 -0
- data/scripts/manual/templates/manual.tex +494 -0
- data/scripts/manual/verify_release_assets.py +650 -0
- data/scripts/test_gem_build.py +128 -0
- data/scripts/test_reproducible_jekyll_build.py +191 -0
- data/scripts/test_wheel_install.py +282 -0
- data/scripts/unaltraweb-docker-mount.sh +36 -0
- data/scripts/unaltraweb-mcp-bootstrap.sh +105 -0
- data/scripts/unaltraweb-mcp-cleanup.sh +73 -0
- data/scripts/unaltraweb-mcp-project-id.sh +34 -0
- data/scripts/validate_distribution.py +563 -0
- data/scripts/validate_workflows.py +1285 -0
- data/scripts/web_captures/Dockerfile +31 -0
- data/scripts/web_captures/capture.mjs +157 -0
- data/scripts/web_captures/package-lock.json +56 -0
- data/scripts/web_captures/package.json +9 -0
- data/scripts/web_captures/render.py +867 -0
- data/src/unaltraweb_mcp/component-contract.json +153 -0
- data/src/unaltraweb_mcp/component-contract.schema.json +87 -0
- data/src/unaltraweb_mcp/docker_mount.py +19 -0
- metadata +861 -0
data/_data/i18n/ca.yml
ADDED
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
header:
|
|
2
|
+
home: Inici
|
|
3
|
+
toggle_navigation: Mostra o amaga la navegació
|
|
4
|
+
current: actual
|
|
5
|
+
search: Cerca
|
|
6
|
+
change_theme: Canvia el tema
|
|
7
|
+
language: Idioma
|
|
8
|
+
default_language: predeterminat
|
|
9
|
+
|
|
10
|
+
footer:
|
|
11
|
+
impressum: Avís legal
|
|
12
|
+
last_updated: Darrera actualització
|
|
13
|
+
copyright: Drets d'autor
|
|
14
|
+
made_with: Fet amb
|
|
15
|
+
using_profile: amb el perfil
|
|
16
|
+
profile_word: ""
|
|
17
|
+
based_on: basat en
|
|
18
|
+
project_by: Un projecte de dosquartsdedocs per a webs acadèmiques.
|
|
19
|
+
powered_by: Funciona amb
|
|
20
|
+
and: i
|
|
21
|
+
last_updated_format: "%d/%m/%Y"
|
|
22
|
+
|
|
23
|
+
date:
|
|
24
|
+
formats:
|
|
25
|
+
short: "%d/%m/%Y"
|
|
26
|
+
medium: "%d/%m/%Y"
|
|
27
|
+
long: "%d/%m/%Y"
|
|
28
|
+
|
|
29
|
+
profiles:
|
|
30
|
+
unaltreselfie: unaltreselfie
|
|
31
|
+
unaltreprojecte: unaltreprojecte
|
|
32
|
+
unaltremanual: unaltremanual
|
|
33
|
+
unaltredocs: unaltredocs
|
|
34
|
+
|
|
35
|
+
search:
|
|
36
|
+
placeholder: Escriu per cercar
|
|
37
|
+
content_placeholder: Cerca contingut
|
|
38
|
+
content_results: Resultats de cerca
|
|
39
|
+
content_no_results: Sense resultats
|
|
40
|
+
content_match: Coincidència {current} de {total}
|
|
41
|
+
content_previous: Coincidència anterior
|
|
42
|
+
content_next: Coincidència següent
|
|
43
|
+
|
|
44
|
+
callouts:
|
|
45
|
+
info: NOTA
|
|
46
|
+
example: EXEMPLE
|
|
47
|
+
warning: ADVERTÈNCIA
|
|
48
|
+
objectives: OBJECTIUS D'APRENENTATGE
|
|
49
|
+
danger: ATENCIÓ
|
|
50
|
+
|
|
51
|
+
bib:
|
|
52
|
+
filter_placeholder: Escriu per filtrar
|
|
53
|
+
and: i
|
|
54
|
+
in_prefix: A
|
|
55
|
+
buttons:
|
|
56
|
+
awarded: Premi
|
|
57
|
+
abstract: Resum
|
|
58
|
+
bib: Bib
|
|
59
|
+
cite: Cita
|
|
60
|
+
supp: Material
|
|
61
|
+
video: Vídeo
|
|
62
|
+
blog: Blog
|
|
63
|
+
code: Codi
|
|
64
|
+
poster: Pòster
|
|
65
|
+
slides: Diapositives
|
|
66
|
+
website: Web
|
|
67
|
+
|
|
68
|
+
about:
|
|
69
|
+
news: Notícies
|
|
70
|
+
latest_posts: Entrades recents
|
|
71
|
+
selected_publications: Publicacions destacades
|
|
72
|
+
hero_source: Font
|
|
73
|
+
|
|
74
|
+
news:
|
|
75
|
+
empty: Encara no hi ha notícies.
|
|
76
|
+
|
|
77
|
+
latest_posts:
|
|
78
|
+
empty: Encara no hi ha entrades.
|
|
79
|
+
|
|
80
|
+
page:
|
|
81
|
+
references: Referències
|
|
82
|
+
|
|
83
|
+
post:
|
|
84
|
+
created_on: Creat el
|
|
85
|
+
by: per
|
|
86
|
+
last_updated_on: darrera actualització el
|
|
87
|
+
references: Referències
|
|
88
|
+
reading_time: Temps de lectura
|
|
89
|
+
reading_time_minutes: min de lectura
|
|
90
|
+
|
|
91
|
+
archive:
|
|
92
|
+
category_prefix: Arxiu de
|
|
93
|
+
category_suffix: en aquesta categoria
|
|
94
|
+
year_prefix: Arxiu de
|
|
95
|
+
year_suffix: d'aquest any
|
|
96
|
+
tag_prefix: Arxiu de
|
|
97
|
+
tag_suffix: amb aquesta etiqueta
|
|
98
|
+
|
|
99
|
+
related_posts:
|
|
100
|
+
title: Vols continuar llegint?
|
|
101
|
+
intro: Aquí tens més articles que et poden interessar.
|
|
102
|
+
subscribe: "Subscriu-te per rebre avis de futurs articles:"
|
|
103
|
+
|
|
104
|
+
pagination:
|
|
105
|
+
blog_navigation: Navegació de pàgines del blog
|
|
106
|
+
|
|
107
|
+
blog:
|
|
108
|
+
empty: Encara no hi ha entrades al blog.
|
|
109
|
+
archive_range_from: Entrades del
|
|
110
|
+
archive_range_to: al
|
|
111
|
+
|
|
112
|
+
projects:
|
|
113
|
+
code_repository: Repositori de codi
|
|
114
|
+
github_stars: Estrelles de GitHub
|
|
115
|
+
view_project: Veure projecte
|
|
116
|
+
resources: Recursos
|
|
117
|
+
|
|
118
|
+
outputs:
|
|
119
|
+
empty: Afegeix targetes a la col·lecció `_outputs` per emplenar aquesta secció.
|
|
120
|
+
|
|
121
|
+
repositories:
|
|
122
|
+
github_users: Usuaris de GitHub
|
|
123
|
+
github_repositories: Repositoris de GitHub
|
|
124
|
+
empty: Afegeix usuaris o repositoris de GitHub a `_data/repositories.yml` per emplenar aquesta secció.
|
|
125
|
+
|
|
126
|
+
theses:
|
|
127
|
+
empty: Encara no hi ha tesis disponibles.
|
|
128
|
+
student: Doctorand/a
|
|
129
|
+
status: Estat
|
|
130
|
+
institution: Institució
|
|
131
|
+
year: Any
|
|
132
|
+
supervisors: Direcció
|
|
133
|
+
image_source: Font
|
|
134
|
+
status_values:
|
|
135
|
+
defended: Defensada
|
|
136
|
+
ongoing: En curs
|
|
137
|
+
|
|
138
|
+
reading:
|
|
139
|
+
bibliographic_record: Fitxa bibliogràfica
|
|
140
|
+
type: Tipus
|
|
141
|
+
publisher: Editorial
|
|
142
|
+
collection: Col·lecció
|
|
143
|
+
edition: Edició
|
|
144
|
+
year: Any
|
|
145
|
+
pages: Pàgines
|
|
146
|
+
isbn: ISBN
|
|
147
|
+
doi: DOI
|
|
148
|
+
language: Idioma
|
|
149
|
+
reviewed_on: Ressenyat el
|
|
150
|
+
status: Estat
|
|
151
|
+
topics: Temes
|
|
152
|
+
rating: Valoració
|
|
153
|
+
links: Enllaços
|
|
154
|
+
external_resource: Recurs
|
|
155
|
+
doi_link: Registre DOI
|
|
156
|
+
openlibrary: Open Library
|
|
157
|
+
cite: Cita
|
|
158
|
+
how_to_cite: Com citar
|
|
159
|
+
bibtex: BibTeX
|
|
160
|
+
cover_caption: Coberta
|
|
161
|
+
no_review: Encara no hi ha text de ressenya.
|
|
162
|
+
back_to_readings: Torna a les lectures
|
|
163
|
+
back_to_bibliography: Torna a la bibliografia
|
|
164
|
+
close_panel: Tanca el panell
|
|
165
|
+
copy: Copia
|
|
166
|
+
copied: Copiat
|
|
167
|
+
empty_shelf: Encara no hi ha lectures disponibles.
|
|
168
|
+
uncategorized: Sense categoria
|
|
169
|
+
collections: Col·leccions
|
|
170
|
+
not_dated: s. d.
|
|
171
|
+
status_values:
|
|
172
|
+
abandoned: Abandonada
|
|
173
|
+
finished: Finalitzada
|
|
174
|
+
interested: D'interès
|
|
175
|
+
paused: Pausada
|
|
176
|
+
queued: En cua
|
|
177
|
+
reading: En lectura
|
|
178
|
+
reread: Relectura
|
|
179
|
+
|
|
180
|
+
publications:
|
|
181
|
+
metrics:
|
|
182
|
+
title: Bibliometria
|
|
183
|
+
indicators_calculated: Indicadors calculats a partir de
|
|
184
|
+
articles_label: articles
|
|
185
|
+
updated_on: Actualitzat el
|
|
186
|
+
scimago_meta: Metadades de l'aparellament Scimago
|
|
187
|
+
coverage: cobertura
|
|
188
|
+
stale_rejected: descartats per obsolescència
|
|
189
|
+
max_year_gap: bretxa màxima d'anys
|
|
190
|
+
not_available: n/d
|
|
191
|
+
|
|
192
|
+
profile:
|
|
193
|
+
email: Correu
|
|
194
|
+
website: Web
|
|
195
|
+
location: Ubicació
|
|
196
|
+
recent_news: Últimes notícies
|
|
197
|
+
selected_publications: Publicacions seleccionades
|
|
198
|
+
active_projects: Projectes actius
|
|
199
|
+
recent_posts: Últimes entrades
|
|
200
|
+
view_all_news: Totes les notícies
|
|
201
|
+
view_all_publications: Totes les publicacions
|
|
202
|
+
view_all_projects: Tots els projectes
|
|
203
|
+
view_all_posts: Totes les entrades
|
|
204
|
+
|
|
205
|
+
languages:
|
|
206
|
+
en: Anglès
|
|
207
|
+
es: Castellà
|
|
208
|
+
ca: Català
|
|
209
|
+
|
|
210
|
+
navigation:
|
|
211
|
+
previous: Anterior
|
|
212
|
+
next: Següent
|
|
213
|
+
|
|
214
|
+
documentation:
|
|
215
|
+
title: Documentació
|
|
216
|
+
contents: Taula de continguts
|
|
217
|
+
toggle_contents: Mostra o amaga la taula de continguts
|
|
218
|
+
site_navigation: Lloc
|
|
219
|
+
theme: Tema
|
|
220
|
+
theme_system: Sistema
|
|
221
|
+
theme_light: Clar
|
|
222
|
+
theme_dark: Fosc
|
|
223
|
+
theme_cafe: Café
|
|
224
|
+
font_size: Mida del text
|
|
225
|
+
font_decrease: Redueix el text
|
|
226
|
+
font_increase: Augmenta el text
|
|
227
|
+
font_reset: Restableix el text
|
|
228
|
+
search_placeholder: Cerca en la documentació
|
|
229
|
+
search_results: Resultats de cerca
|
|
230
|
+
search_no_results: Sense resultats
|
|
231
|
+
read_more: Llegeix més
|
|
232
|
+
in_this_section: En aquesta secció
|
|
233
|
+
in_this_subsection: En aquesta subsecció
|
|
234
|
+
on_this_page: En aquesta pàgina
|
|
235
|
+
profile: Perfil de documentació
|
|
236
|
+
profile_all: Tota la documentació
|
|
237
|
+
profile_page_notice: Aquesta pàgina queda fora del perfil de documentació actiu, però els enllaços directes continuen disponibles.
|
|
238
|
+
|
|
239
|
+
manual:
|
|
240
|
+
contents: Continguts
|
|
241
|
+
download_pdf: Descarrega el PDF
|
|
242
|
+
release_channel: Canal de publicació
|
|
243
|
+
release_version: Versió publicada
|
|
244
|
+
on_this_page: En aquesta pàgina
|
|
245
|
+
on_this_chapter: En aquest capítol
|
|
246
|
+
previous: Anterior
|
|
247
|
+
next: Següent
|
|
248
|
+
start_reading: Comença a llegir
|
|
249
|
+
teachers: Professorat
|
|
250
|
+
references: Bibliografia
|
|
251
|
+
bibliography: Bibliografia
|
|
252
|
+
books: Llibres i manuals
|
|
253
|
+
articles: Articles i altres publicacions
|
|
254
|
+
selected_readings: Lectures destacades
|
|
255
|
+
more_readings: Més lectures
|
|
256
|
+
no_chapters: Encara no hi ha capítols disponibles.
|
|
257
|
+
filter: Filtra capítols
|
|
258
|
+
cover: Inici
|
|
259
|
+
|
|
260
|
+
search_placeholder: Escriu per cercar
|
|
261
|
+
search_results: Resultats de cerca
|
|
262
|
+
search_no_results: Sense resultats
|
|
263
|
+
toggle_sidebar: Mostra o amaga els continguts
|
|
264
|
+
font_decrease: Redueix el text
|
|
265
|
+
font_increase: Augmenta el text
|
|
266
|
+
font_reset: Restableix el text
|
|
267
|
+
chapter: Capítol
|
|
268
|
+
figures:
|
|
269
|
+
label: Figura
|
|
270
|
+
list_title: Índex de figures
|
|
271
|
+
|
|
272
|
+
tables:
|
|
273
|
+
label: Taula
|
|
274
|
+
list_title: Índex de taules
|
|
275
|
+
|
|
276
|
+
listings:
|
|
277
|
+
label: Codi
|
|
278
|
+
list_title: Índex de codis
|
data/_data/i18n/en.yml
ADDED
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
header:
|
|
2
|
+
home: Home
|
|
3
|
+
toggle_navigation: Toggle navigation
|
|
4
|
+
current: current
|
|
5
|
+
search: Search
|
|
6
|
+
change_theme: Change theme
|
|
7
|
+
language: Language
|
|
8
|
+
default_language: default
|
|
9
|
+
|
|
10
|
+
footer:
|
|
11
|
+
impressum: Impressum
|
|
12
|
+
last_updated: Last updated
|
|
13
|
+
copyright: Copyright
|
|
14
|
+
made_with: Made with
|
|
15
|
+
using_profile: using the
|
|
16
|
+
profile_word: profile
|
|
17
|
+
based_on: based on
|
|
18
|
+
project_by: A dosquartsdedocs project for academic websites.
|
|
19
|
+
powered_by: Powered by
|
|
20
|
+
and: and
|
|
21
|
+
last_updated_format: "%B %-d, %Y"
|
|
22
|
+
|
|
23
|
+
date:
|
|
24
|
+
formats:
|
|
25
|
+
short: "%-d %b %Y"
|
|
26
|
+
medium: "%b %-d, %Y"
|
|
27
|
+
long: "%B %-d, %Y"
|
|
28
|
+
|
|
29
|
+
profiles:
|
|
30
|
+
unaltreselfie: unaltreselfie
|
|
31
|
+
unaltreprojecte: unaltreprojecte
|
|
32
|
+
unaltremanual: unaltremanual
|
|
33
|
+
unaltredocs: unaltredocs
|
|
34
|
+
|
|
35
|
+
search:
|
|
36
|
+
placeholder: Type to start searching
|
|
37
|
+
content_placeholder: Search content
|
|
38
|
+
content_results: Search results
|
|
39
|
+
content_no_results: No results
|
|
40
|
+
content_match: Match {current} of {total}
|
|
41
|
+
content_previous: Previous match
|
|
42
|
+
content_next: Next match
|
|
43
|
+
|
|
44
|
+
callouts:
|
|
45
|
+
info: NOTE
|
|
46
|
+
example: EXAMPLE
|
|
47
|
+
warning: WARNING
|
|
48
|
+
objectives: LEARNING OBJECTIVES
|
|
49
|
+
danger: CAUTION
|
|
50
|
+
|
|
51
|
+
bib:
|
|
52
|
+
filter_placeholder: Type to filter
|
|
53
|
+
and: and
|
|
54
|
+
in_prefix: In
|
|
55
|
+
buttons:
|
|
56
|
+
awarded: Awarded
|
|
57
|
+
abstract: Abs
|
|
58
|
+
bib: Bib
|
|
59
|
+
cite: Cite
|
|
60
|
+
supp: Supp
|
|
61
|
+
video: Video
|
|
62
|
+
blog: Blog
|
|
63
|
+
code: Code
|
|
64
|
+
poster: Poster
|
|
65
|
+
slides: Slides
|
|
66
|
+
website: Website
|
|
67
|
+
|
|
68
|
+
about:
|
|
69
|
+
news: News
|
|
70
|
+
latest_posts: Latest posts
|
|
71
|
+
selected_publications: Selected publications
|
|
72
|
+
hero_source: Source
|
|
73
|
+
|
|
74
|
+
news:
|
|
75
|
+
empty: No news so far...
|
|
76
|
+
|
|
77
|
+
latest_posts:
|
|
78
|
+
empty: No posts so far...
|
|
79
|
+
|
|
80
|
+
page:
|
|
81
|
+
references: References
|
|
82
|
+
|
|
83
|
+
post:
|
|
84
|
+
created_on: Created on
|
|
85
|
+
by: by
|
|
86
|
+
last_updated_on: last updated on
|
|
87
|
+
references: References
|
|
88
|
+
reading_time: Reading time
|
|
89
|
+
reading_time_minutes: min read
|
|
90
|
+
|
|
91
|
+
archive:
|
|
92
|
+
category_prefix: Archive of
|
|
93
|
+
category_suffix: in this category
|
|
94
|
+
year_prefix: Archive of
|
|
95
|
+
year_suffix: from this year
|
|
96
|
+
tag_prefix: Archive of
|
|
97
|
+
tag_suffix: with this tag
|
|
98
|
+
|
|
99
|
+
related_posts:
|
|
100
|
+
title: Enjoy reading this article?
|
|
101
|
+
intro: Here are some more articles you might like to read next.
|
|
102
|
+
subscribe: "Subscribe to be notified of future articles:"
|
|
103
|
+
|
|
104
|
+
pagination:
|
|
105
|
+
blog_navigation: Blog page navigation
|
|
106
|
+
|
|
107
|
+
blog:
|
|
108
|
+
empty: No blog posts yet.
|
|
109
|
+
archive_range_from: Posts from
|
|
110
|
+
archive_range_to: to
|
|
111
|
+
|
|
112
|
+
projects:
|
|
113
|
+
code_repository: Code repository
|
|
114
|
+
github_stars: GitHub stars
|
|
115
|
+
view_project: View project
|
|
116
|
+
resources: Resources
|
|
117
|
+
|
|
118
|
+
outputs:
|
|
119
|
+
empty: Add output cards in the `_outputs` collection to populate this section.
|
|
120
|
+
|
|
121
|
+
repositories:
|
|
122
|
+
github_users: GitHub users
|
|
123
|
+
github_repositories: GitHub repositories
|
|
124
|
+
empty: Add GitHub users or repositories in `_data/repositories.yml` to populate this section.
|
|
125
|
+
|
|
126
|
+
theses:
|
|
127
|
+
empty: No theses found yet.
|
|
128
|
+
student: Student
|
|
129
|
+
status: Status
|
|
130
|
+
institution: Institution
|
|
131
|
+
year: Year
|
|
132
|
+
supervisors: Supervisors
|
|
133
|
+
image_source: Source
|
|
134
|
+
status_values:
|
|
135
|
+
defended: Defended
|
|
136
|
+
ongoing: Ongoing
|
|
137
|
+
|
|
138
|
+
reading:
|
|
139
|
+
bibliographic_record: Bibliographic record
|
|
140
|
+
type: Type
|
|
141
|
+
publisher: Publisher
|
|
142
|
+
collection: Collection
|
|
143
|
+
edition: Edition
|
|
144
|
+
year: Year
|
|
145
|
+
pages: Pages
|
|
146
|
+
isbn: ISBN
|
|
147
|
+
doi: DOI
|
|
148
|
+
language: Language
|
|
149
|
+
reviewed_on: Reviewed on
|
|
150
|
+
status: Status
|
|
151
|
+
topics: Topics
|
|
152
|
+
rating: Rating
|
|
153
|
+
links: Links
|
|
154
|
+
external_resource: Resource
|
|
155
|
+
doi_link: DOI record
|
|
156
|
+
openlibrary: Open Library
|
|
157
|
+
cite: Cite
|
|
158
|
+
how_to_cite: How to cite
|
|
159
|
+
bibtex: BibTeX
|
|
160
|
+
cover_caption: Cover
|
|
161
|
+
no_review: No review text yet.
|
|
162
|
+
back_to_readings: Back to readings
|
|
163
|
+
back_to_bibliography: Back to bibliography
|
|
164
|
+
close_panel: Close panel
|
|
165
|
+
copy: Copy
|
|
166
|
+
copied: Copied
|
|
167
|
+
empty_shelf: No reading notes available yet.
|
|
168
|
+
uncategorized: Uncategorized
|
|
169
|
+
collections: Collections
|
|
170
|
+
not_dated: n.d.
|
|
171
|
+
status_values:
|
|
172
|
+
abandoned: Abandoned
|
|
173
|
+
finished: Finished
|
|
174
|
+
interested: Interested
|
|
175
|
+
paused: Paused
|
|
176
|
+
queued: Queued
|
|
177
|
+
reading: Reading
|
|
178
|
+
reread: Reread
|
|
179
|
+
|
|
180
|
+
publications:
|
|
181
|
+
metrics:
|
|
182
|
+
title: Bibliometrics
|
|
183
|
+
indicators_calculated: Indicators calculated from
|
|
184
|
+
articles_label: articles
|
|
185
|
+
updated_on: Updated on
|
|
186
|
+
scimago_meta: Scimago matching meta
|
|
187
|
+
coverage: coverage
|
|
188
|
+
stale_rejected: stale rejected
|
|
189
|
+
max_year_gap: max year gap
|
|
190
|
+
not_available: n/a
|
|
191
|
+
|
|
192
|
+
profile:
|
|
193
|
+
email: Email
|
|
194
|
+
website: Website
|
|
195
|
+
location: Location
|
|
196
|
+
recent_news: Recent News
|
|
197
|
+
selected_publications: Selected publications
|
|
198
|
+
active_projects: Active projects
|
|
199
|
+
recent_posts: Recent posts
|
|
200
|
+
view_all_news: All news
|
|
201
|
+
view_all_publications: All publications
|
|
202
|
+
view_all_projects: All projects
|
|
203
|
+
view_all_posts: All posts
|
|
204
|
+
|
|
205
|
+
languages:
|
|
206
|
+
en: English
|
|
207
|
+
es: Spanish
|
|
208
|
+
ca: Catalan
|
|
209
|
+
|
|
210
|
+
navigation:
|
|
211
|
+
previous: Previous
|
|
212
|
+
next: Next
|
|
213
|
+
|
|
214
|
+
documentation:
|
|
215
|
+
title: Documentation
|
|
216
|
+
contents: Table of contents
|
|
217
|
+
toggle_contents: Show or hide table of contents
|
|
218
|
+
site_navigation: Site
|
|
219
|
+
theme: Theme
|
|
220
|
+
theme_system: System
|
|
221
|
+
theme_light: Light
|
|
222
|
+
theme_dark: Dark
|
|
223
|
+
theme_cafe: Coffee
|
|
224
|
+
font_size: Text size
|
|
225
|
+
font_decrease: Decrease text size
|
|
226
|
+
font_increase: Increase text size
|
|
227
|
+
font_reset: Reset text size
|
|
228
|
+
search_placeholder: Search documentation
|
|
229
|
+
search_results: Search results
|
|
230
|
+
search_no_results: No results
|
|
231
|
+
read_more: Read more
|
|
232
|
+
in_this_section: In this section
|
|
233
|
+
in_this_subsection: In this subsection
|
|
234
|
+
on_this_page: On this page
|
|
235
|
+
profile: Documentation profile
|
|
236
|
+
profile_all: All documentation
|
|
237
|
+
profile_page_notice: This page is outside the active documentation profile, but direct links remain available.
|
|
238
|
+
|
|
239
|
+
manual:
|
|
240
|
+
contents: Contents
|
|
241
|
+
download_pdf: Download PDF
|
|
242
|
+
release_channel: Publication channel
|
|
243
|
+
release_version: Published version
|
|
244
|
+
on_this_page: On this page
|
|
245
|
+
on_this_chapter: On this chapter
|
|
246
|
+
previous: Previous
|
|
247
|
+
next: Next
|
|
248
|
+
start_reading: Start reading
|
|
249
|
+
teachers: Teaching team
|
|
250
|
+
references: References
|
|
251
|
+
bibliography: Bibliography
|
|
252
|
+
books: Books and manuals
|
|
253
|
+
articles: Articles and other publications
|
|
254
|
+
selected_readings: Selected readings
|
|
255
|
+
more_readings: More readings
|
|
256
|
+
no_chapters: No chapters available yet.
|
|
257
|
+
filter: Filter chapters
|
|
258
|
+
cover: Home
|
|
259
|
+
|
|
260
|
+
search_placeholder: Type to search
|
|
261
|
+
search_results: Search results
|
|
262
|
+
search_no_results: No results
|
|
263
|
+
toggle_sidebar: Toggle contents
|
|
264
|
+
font_decrease: Decrease text size
|
|
265
|
+
font_increase: Increase text size
|
|
266
|
+
font_reset: Reset text size
|
|
267
|
+
chapter: Chapter
|
|
268
|
+
figures:
|
|
269
|
+
label: Figure
|
|
270
|
+
list_title: List of figures
|
|
271
|
+
|
|
272
|
+
tables:
|
|
273
|
+
label: Table
|
|
274
|
+
list_title: List of tables
|
|
275
|
+
|
|
276
|
+
listings:
|
|
277
|
+
label: Code example
|
|
278
|
+
list_title: List of code examples
|