{"id":25977647,"url":"https://github.com/juke34/fix-anaconda-licensing-issues","last_synced_at":"2025-03-05T04:38:48.842Z","repository":{"id":261633502,"uuid":"884886208","full_name":"Juke34/fix-anaconda-licensing-issues","owner":"Juke34","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-07T15:17:20.000Z","size":1030,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T16:25:34.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Juke34.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}},"created_at":"2024-11-07T15:06:37.000Z","updated_at":"2024-11-07T15:25:48.000Z","dependencies_parsed_at":"2024-11-07T16:25:36.772Z","dependency_job_id":"0ab74d44-b97e-48da-8772-a4a63644980b","html_url":"https://github.com/Juke34/fix-anaconda-licensing-issues","commit_stats":null,"previous_names":["juke34/fix-anaconda-licensing-issues"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juke34%2Ffix-anaconda-licensing-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juke34%2Ffix-anaconda-licensing-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juke34%2Ffix-anaconda-licensing-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juke34%2Ffix-anaconda-licensing-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Juke34","download_url":"https://codeload.github.com/Juke34/fix-anaconda-licensing-issues/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241966988,"owners_count":20050324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-03-05T04:38:48.263Z","updated_at":"2025-03-05T04:38:48.830Z","avatar_url":"https://github.com/Juke34.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CC BY 4.0][cc-by-shield]][cc-by]\n\n\n# Fix Anaconda licensing issues\n---------------------------\n\n\u003cimg src=\"images/IRD.png\" width=\"300\" height=\"100\" /\u003e \u003cimg src=\"images/MIVEGEC.png\" width=\"150\" height=\"100\" /\u003e\n\n## Table of Contents\n\n   * [Foreword](#foreword)\n   * [Project layout](#project-layout)\n   * [For collaborators-teachers and developers](#for-collaborators-teachers-and-developers)     \n     * [Modify content](#modify-content)   \n     * [MkDocs](#mkdocs)\n        * [Welcome to MkDocs](#welcome-to-mkdocs)\n        * [Installation](#installation)\n          * [Manual](#manual)\n          * [Conda](#conda)\n        * [Testing and building the website](#testing-and-building-the-website)\n   * [License](#license)\n\n\n## Foreword\n\nThe course itself lives [https:/juke34.github.io/fix-anaconda-licensing-issues/en/](https:/juke34.github.io/fix-anaconda-licensing-issues/en/),\nwhere you can find all the relevant information.  \n\n## Project layout\n\n    README.md               # General readme \n    mkdocs.yml              # The configuration file for the site rendering.\n    conda_env.yml           # Conda env to build and test the site locally\n    docs/                   # material that will be publish with the static web site\n        index.md            # The documentation homepage (Website Home page).\n        pages/              # Folder dedicated to the course materials use by mkdocs for the website\n            images          # Images used in the course materials in general\n            xxx/            # Folder containning the course materials for one topic\n                xxx.md      # Page taking about all or a part of the topic\n                images/     # Images related to the topic\n            ...    \n        lectures/           # Folder dedicated to lectures (within docs to ease embedding within the course)\n            README.md       # readme\n            environment.yml # conda env to use for rendering the Rmarkdown lecture files\n            template.css    # CSS used by all Rmarkdown lecture files\n            Snakefile       # Automating rendering of all Rmarkdown lecture files\n            xxx             # folder related to one lecture\n                xxx.Rmd     # Lecture in Rmarkdown format\n                xxx.pdf     # PDF rendering of Rmarkdown file\n                xxx.html    # HTML rendering of Rmarkdown file\n    tutorials/              # Folder dedicated to tutorials\n        xxx                 # folder related to one tutorial\n    Images                  # Images used in the README\n\n## For collaborators-teachers and developers\n\nThis part is for collaborators-teachers and developers.\n\n### Modify content\n\nWhen you are in the repository, add and/or modify your markdown tutorials in the docs directory.\nThe arborescence of the website menu is to setup in the `mkdocs.yml` file\n\n### Mkdocs\n\n#### Welcome to MkDocs\n\nFor full documentation visit [mkdocs.org](https://www.mkdocs.org).  \nFor full documentation about the [material mkdocs theme](https://squidfunk.github.io/mkdocs-material/).\n\n#### Installation\n\n##### Manual\n\nAs prerequisite you need python \u003e=3.8 and pip.  \n\nInstall Mkdocs:\n\n`pip install mkdocs`\n\nFor the theme:  \n`pip install mkdocs-material`\n\nFor the extensions:  \n`pip install pymdown-extensions`\n\nFor the plugins:  \n`pip install mkdocs-minify-plugin`  \n`pip install mkdocs-macros-plugin`  \n`pip install mkdocs-embed-external-markdown`  \n`pip install mkdocs-include-markdown-plugin`  \n\n##### Conda\n\nClone the repository and move in it.  \nThen install all dependencies using conda and the `conda_env.yml` shipped with this repo:\n\n```\nconda env create -f conda_env.yml\n```\n\nActivate the environment and you are good:\n\n```\nconda activate education\n```\n\n#### Testing and building the website\n\n\n* `mkdocs serve` - Start the live-reloading docs server, to test the site locally (http://127.0.0.1:8000/).\n* `mkdocs gh-deploy` - Deploys the site on github pages.\n\n* `mkdocs build` - Build the documentation site.\n* `mkdocs new [dir-name]` - Create a new project.\n* `mkdocs -h` - Print help message and exit.\n\n## License\n\nThis work is licensed under a [Creative Commons Attribution 4.0 International License][cc-by].\n\n[cc-by]: http://creativecommons.org/licenses/by/4.0/\n[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuke34%2Ffix-anaconda-licensing-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuke34%2Ffix-anaconda-licensing-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuke34%2Ffix-anaconda-licensing-issues/lists"}