From 90f2c51fa4be320df7a5cb639f70bd80ca1f7b02 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Sat, 30 May 2026 15:39:11 -0700 Subject: [PATCH] removing top level folder --- {AgML/.github => .github}/workflows/deploy.yml | 0 {AgML/.github => .github}/workflows/test-deploy.yml | 0 AgML/.gitignore => .gitignore | 0 AgML/README.md => README.md | 0 {AgML/docs => docs}/code-of-conduct.mdx | 0 {AgML/docs => docs}/credits.mdx | 0 {AgML/docs => docs}/development.mdx | 0 {AgML/docs => docs}/index.mdx | 0 {AgML/docs => docs}/license.mdx | 0 AgML/docusaurus.config.ts => docusaurus.config.ts | 0 AgML/package-lock.json => package-lock.json | 0 AgML/package.json => package.json | 0 {AgML/scripts => scripts}/generate-datasets.mjs | 0 AgML/sidebars.ts => sidebars.ts | 0 .../components/DatasetMetadataModal.module.css | 0 .../src => src}/components/DatasetMetadataModal.tsx | 0 .../src => src}/components/DatasetTable.module.css | 0 {AgML/src => src}/components/DatasetTable.tsx | 0 .../components/HomepageFeatures/index.tsx | 0 .../components/HomepageFeatures/styles.module.css | 0 {AgML/src => src}/css/custom.css | 0 {AgML/src => src}/lib/datasets.ts | 0 {AgML/src => src}/pages/datasets/index.module.css | 0 {AgML/src => src}/pages/datasets/index.tsx | 0 {AgML/src => src}/pages/index.module.css | 0 {AgML/src => src}/pages/index.tsx | 0 {AgML/static => static}/.nojekyll | 0 {AgML/static => static}/data/datasets.json | 0 {AgML/static => static}/data/hf_datasets.json | 0 {AgML/static => static}/img/agml/agml-framework.png | Bin {AgML/static => static}/img/agml/agml-logo-wide.png | Bin {AgML/static => static}/img/agml/agml-logo.png | Bin .../img/agml/agml_dataset_world_map.png | Bin .../img/docusaurus-social-card.jpg | Bin {AgML/static => static}/img/docusaurus.png | Bin {AgML/static => static}/img/favicon.ico | Bin {AgML/static => static}/img/logo.svg | 0 .../img/undraw_docusaurus_mountain.svg | 0 .../img/undraw_docusaurus_react.svg | 0 .../img/undraw_docusaurus_tree.svg | 0 AgML/tsconfig.json => tsconfig.json | 0 41 files changed, 0 insertions(+), 0 deletions(-) rename {AgML/.github => .github}/workflows/deploy.yml (100%) rename {AgML/.github => .github}/workflows/test-deploy.yml (100%) rename AgML/.gitignore => .gitignore (100%) rename AgML/README.md => README.md (100%) rename {AgML/docs => docs}/code-of-conduct.mdx (100%) rename {AgML/docs => docs}/credits.mdx (100%) rename {AgML/docs => docs}/development.mdx (100%) rename {AgML/docs => docs}/index.mdx (100%) rename {AgML/docs => docs}/license.mdx (100%) rename AgML/docusaurus.config.ts => docusaurus.config.ts (100%) rename AgML/package-lock.json => package-lock.json (100%) rename AgML/package.json => package.json (100%) rename {AgML/scripts => scripts}/generate-datasets.mjs (100%) rename AgML/sidebars.ts => sidebars.ts (100%) rename {AgML/src => src}/components/DatasetMetadataModal.module.css (100%) rename {AgML/src => src}/components/DatasetMetadataModal.tsx (100%) rename {AgML/src => src}/components/DatasetTable.module.css (100%) rename {AgML/src => src}/components/DatasetTable.tsx (100%) rename {AgML/src => src}/components/HomepageFeatures/index.tsx (100%) rename {AgML/src => src}/components/HomepageFeatures/styles.module.css (100%) rename {AgML/src => src}/css/custom.css (100%) rename {AgML/src => src}/lib/datasets.ts (100%) rename {AgML/src => src}/pages/datasets/index.module.css (100%) rename {AgML/src => src}/pages/datasets/index.tsx (100%) rename {AgML/src => src}/pages/index.module.css (100%) rename {AgML/src => src}/pages/index.tsx (100%) rename {AgML/static => static}/.nojekyll (100%) rename {AgML/static => static}/data/datasets.json (100%) rename {AgML/static => static}/data/hf_datasets.json (100%) rename {AgML/static => static}/img/agml/agml-framework.png (100%) rename {AgML/static => static}/img/agml/agml-logo-wide.png (100%) rename {AgML/static => static}/img/agml/agml-logo.png (100%) rename {AgML/static => static}/img/agml/agml_dataset_world_map.png (100%) rename {AgML/static => static}/img/docusaurus-social-card.jpg (100%) rename {AgML/static => static}/img/docusaurus.png (100%) rename {AgML/static => static}/img/favicon.ico (100%) rename {AgML/static => static}/img/logo.svg (100%) rename {AgML/static => static}/img/undraw_docusaurus_mountain.svg (100%) rename {AgML/static => static}/img/undraw_docusaurus_react.svg (100%) rename {AgML/static => static}/img/undraw_docusaurus_tree.svg (100%) rename AgML/tsconfig.json => tsconfig.json (100%) diff --git a/AgML/.github/workflows/deploy.yml b/.github/workflows/deploy.yml similarity index 100% rename from AgML/.github/workflows/deploy.yml rename to .github/workflows/deploy.yml diff --git a/AgML/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml similarity index 100% rename from AgML/.github/workflows/test-deploy.yml rename to .github/workflows/test-deploy.yml diff --git a/AgML/.gitignore b/.gitignore similarity index 100% rename from AgML/.gitignore rename to .gitignore diff --git a/AgML/README.md b/README.md similarity index 100% rename from AgML/README.md rename to README.md diff --git a/AgML/docs/code-of-conduct.mdx b/docs/code-of-conduct.mdx similarity index 100% rename from AgML/docs/code-of-conduct.mdx rename to docs/code-of-conduct.mdx diff --git a/AgML/docs/credits.mdx b/docs/credits.mdx similarity index 100% rename from AgML/docs/credits.mdx rename to docs/credits.mdx diff --git a/AgML/docs/development.mdx b/docs/development.mdx similarity index 100% rename from AgML/docs/development.mdx rename to docs/development.mdx diff --git a/AgML/docs/index.mdx b/docs/index.mdx similarity index 100% rename from AgML/docs/index.mdx rename to docs/index.mdx diff --git a/AgML/docs/license.mdx b/docs/license.mdx similarity index 100% rename from AgML/docs/license.mdx rename to docs/license.mdx diff --git a/AgML/docusaurus.config.ts b/docusaurus.config.ts similarity index 100% rename from AgML/docusaurus.config.ts rename to docusaurus.config.ts diff --git a/AgML/package-lock.json b/package-lock.json similarity index 100% rename from AgML/package-lock.json rename to package-lock.json diff --git a/AgML/package.json b/package.json similarity index 100% rename from AgML/package.json rename to package.json diff --git a/AgML/scripts/generate-datasets.mjs b/scripts/generate-datasets.mjs similarity index 100% rename from AgML/scripts/generate-datasets.mjs rename to scripts/generate-datasets.mjs diff --git a/AgML/sidebars.ts b/sidebars.ts similarity index 100% rename from AgML/sidebars.ts rename to sidebars.ts diff --git a/AgML/src/components/DatasetMetadataModal.module.css b/src/components/DatasetMetadataModal.module.css similarity index 100% rename from AgML/src/components/DatasetMetadataModal.module.css rename to src/components/DatasetMetadataModal.module.css diff --git a/AgML/src/components/DatasetMetadataModal.tsx b/src/components/DatasetMetadataModal.tsx similarity index 100% rename from AgML/src/components/DatasetMetadataModal.tsx rename to src/components/DatasetMetadataModal.tsx diff --git a/AgML/src/components/DatasetTable.module.css b/src/components/DatasetTable.module.css similarity index 100% rename from AgML/src/components/DatasetTable.module.css rename to src/components/DatasetTable.module.css diff --git a/AgML/src/components/DatasetTable.tsx b/src/components/DatasetTable.tsx similarity index 100% rename from AgML/src/components/DatasetTable.tsx rename to src/components/DatasetTable.tsx diff --git a/AgML/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx similarity index 100% rename from AgML/src/components/HomepageFeatures/index.tsx rename to src/components/HomepageFeatures/index.tsx diff --git a/AgML/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css similarity index 100% rename from AgML/src/components/HomepageFeatures/styles.module.css rename to src/components/HomepageFeatures/styles.module.css diff --git a/AgML/src/css/custom.css b/src/css/custom.css similarity index 100% rename from AgML/src/css/custom.css rename to src/css/custom.css diff --git a/AgML/src/lib/datasets.ts b/src/lib/datasets.ts similarity index 100% rename from AgML/src/lib/datasets.ts rename to src/lib/datasets.ts diff --git a/AgML/src/pages/datasets/index.module.css b/src/pages/datasets/index.module.css similarity index 100% rename from AgML/src/pages/datasets/index.module.css rename to src/pages/datasets/index.module.css diff --git a/AgML/src/pages/datasets/index.tsx b/src/pages/datasets/index.tsx similarity index 100% rename from AgML/src/pages/datasets/index.tsx rename to src/pages/datasets/index.tsx diff --git a/AgML/src/pages/index.module.css b/src/pages/index.module.css similarity index 100% rename from AgML/src/pages/index.module.css rename to src/pages/index.module.css diff --git a/AgML/src/pages/index.tsx b/src/pages/index.tsx similarity index 100% rename from AgML/src/pages/index.tsx rename to src/pages/index.tsx diff --git a/AgML/static/.nojekyll b/static/.nojekyll similarity index 100% rename from AgML/static/.nojekyll rename to static/.nojekyll diff --git a/AgML/static/data/datasets.json b/static/data/datasets.json similarity index 100% rename from AgML/static/data/datasets.json rename to static/data/datasets.json diff --git a/AgML/static/data/hf_datasets.json b/static/data/hf_datasets.json similarity index 100% rename from AgML/static/data/hf_datasets.json rename to static/data/hf_datasets.json diff --git a/AgML/static/img/agml/agml-framework.png b/static/img/agml/agml-framework.png similarity index 100% rename from AgML/static/img/agml/agml-framework.png rename to static/img/agml/agml-framework.png diff --git a/AgML/static/img/agml/agml-logo-wide.png b/static/img/agml/agml-logo-wide.png similarity index 100% rename from AgML/static/img/agml/agml-logo-wide.png rename to static/img/agml/agml-logo-wide.png diff --git a/AgML/static/img/agml/agml-logo.png b/static/img/agml/agml-logo.png similarity index 100% rename from AgML/static/img/agml/agml-logo.png rename to static/img/agml/agml-logo.png diff --git a/AgML/static/img/agml/agml_dataset_world_map.png b/static/img/agml/agml_dataset_world_map.png similarity index 100% rename from AgML/static/img/agml/agml_dataset_world_map.png rename to static/img/agml/agml_dataset_world_map.png diff --git a/AgML/static/img/docusaurus-social-card.jpg b/static/img/docusaurus-social-card.jpg similarity index 100% rename from AgML/static/img/docusaurus-social-card.jpg rename to static/img/docusaurus-social-card.jpg diff --git a/AgML/static/img/docusaurus.png b/static/img/docusaurus.png similarity index 100% rename from AgML/static/img/docusaurus.png rename to static/img/docusaurus.png diff --git a/AgML/static/img/favicon.ico b/static/img/favicon.ico similarity index 100% rename from AgML/static/img/favicon.ico rename to static/img/favicon.ico diff --git a/AgML/static/img/logo.svg b/static/img/logo.svg similarity index 100% rename from AgML/static/img/logo.svg rename to static/img/logo.svg diff --git a/AgML/static/img/undraw_docusaurus_mountain.svg b/static/img/undraw_docusaurus_mountain.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_mountain.svg rename to static/img/undraw_docusaurus_mountain.svg diff --git a/AgML/static/img/undraw_docusaurus_react.svg b/static/img/undraw_docusaurus_react.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_react.svg rename to static/img/undraw_docusaurus_react.svg diff --git a/AgML/static/img/undraw_docusaurus_tree.svg b/static/img/undraw_docusaurus_tree.svg similarity index 100% rename from AgML/static/img/undraw_docusaurus_tree.svg rename to static/img/undraw_docusaurus_tree.svg diff --git a/AgML/tsconfig.json b/tsconfig.json similarity index 100% rename from AgML/tsconfig.json rename to tsconfig.json