From 59ac53b423c63edd4412d47525982175338b6bc9 Mon Sep 17 00:00:00 2001 From: TomeHirata Date: Thu, 20 Aug 2026 15:43:14 +0900 Subject: [PATCH] docs: remove contributing page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The page was a one-liner pointing at CONTRIBUTING.md on GitHub — the repo link in the site header already surfaces that, so the page adds no value. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/docs/contributing.md | 3 --- docs/mkdocs.yml | 1 - 2 files changed, 4 deletions(-) delete mode 100644 docs/docs/contributing.md diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md deleted file mode 100644 index f980371..0000000 --- a/docs/docs/contributing.md +++ /dev/null @@ -1,3 +0,0 @@ -# Contribution Guide - -Regarding how to contribute to this package, please refer to [CONTRIBUTING.md](https://github.com/CyberAgentAILab/python-dte-adjustment/blob/main/CONTRIBUTING.md) for more details. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 93c0a7a..c39a197 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -52,7 +52,6 @@ nav: - Covariate Adaptive Randomization: api/stratified.md - Local Distribution: api/local.md - Plotting: api/plot.md - - Contributing: contributing.md plugins: - search