From 689d57d7efe2ba5da0133e031ce026ade4156089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sun, 11 May 2025 16:28:52 -0700 Subject: [PATCH] MAINT: remove docs directory in favour of the main root --- .../images/open-with-jupytext-notebook.png | Bin docs/conf.py => conf.py | 0 docs/contributing.md => contributing.md | 0 docs/index.md => index.md | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {docs/_static => _static}/images/open-with-jupytext-notebook.png (100%) rename docs/conf.py => conf.py (100%) rename docs/contributing.md => contributing.md (100%) rename docs/index.md => index.md (100%) diff --git a/docs/_static/images/open-with-jupytext-notebook.png b/_static/images/open-with-jupytext-notebook.png similarity index 100% rename from docs/_static/images/open-with-jupytext-notebook.png rename to _static/images/open-with-jupytext-notebook.png diff --git a/docs/conf.py b/conf.py similarity index 100% rename from docs/conf.py rename to conf.py diff --git a/docs/contributing.md b/contributing.md similarity index 100% rename from docs/contributing.md rename to contributing.md diff --git a/docs/index.md b/index.md similarity index 100% rename from docs/index.md rename to index.md