From 2cc06588a1a28ccf8e21f2fa3f556c22cf9465c7 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 1 Oct 2011 16:06:07 -0400 Subject: [PATCH] moved everything into a docs dir --- Makefile => docs/Makefile | 0 building.rst => docs/building.rst | 0 conf.py => docs/conf.py | 0 {design => docs/design}/cube_parts.png | Bin {design => docs/design}/cube_parts.svg | 0 {design => docs/design}/designdoc.rst | 0 {design => docs/design}/dirt_side.png | Bin {design => docs/design}/dirt_top.png | Bin {design => docs/design}/pixelfix.png | Bin {design => docs/design}/pixelfix.svg | 0 {design => docs/design}/screenshot.png | Bin {design => docs/design}/tessellation.png | Bin {design => docs/design}/tessellation.svg | 0 {design => docs/design}/texturecubing.png | Bin {design => docs/design}/texturecubing.svg | 0 {design => docs/design}/texturesidesteps.png | Bin {design => docs/design}/texturesidesteps.svg | 0 {design => docs/design}/texturetopsteps.png | Bin {design => docs/design}/texturetopsteps.svg | 0 faq.rst => docs/faq.rst | 0 index.rst => docs/index.rst | 0 installing.rst => docs/installing.rst | 0 options.rst => docs/options.rst | 0 running.rst => docs/running.rst | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename Makefile => docs/Makefile (100%) rename building.rst => docs/building.rst (100%) rename conf.py => docs/conf.py (100%) rename {design => docs/design}/cube_parts.png (100%) rename {design => docs/design}/cube_parts.svg (100%) rename {design => docs/design}/designdoc.rst (100%) rename {design => docs/design}/dirt_side.png (100%) rename {design => docs/design}/dirt_top.png (100%) rename {design => docs/design}/pixelfix.png (100%) rename {design => docs/design}/pixelfix.svg (100%) rename {design => docs/design}/screenshot.png (100%) rename {design => docs/design}/tessellation.png (100%) rename {design => docs/design}/tessellation.svg (100%) rename {design => docs/design}/texturecubing.png (100%) rename {design => docs/design}/texturecubing.svg (100%) rename {design => docs/design}/texturesidesteps.png (100%) rename {design => docs/design}/texturesidesteps.svg (100%) rename {design => docs/design}/texturetopsteps.png (100%) rename {design => docs/design}/texturetopsteps.svg (100%) rename faq.rst => docs/faq.rst (100%) rename index.rst => docs/index.rst (100%) rename installing.rst => docs/installing.rst (100%) rename options.rst => docs/options.rst (100%) rename running.rst => docs/running.rst (100%) diff --git a/Makefile b/docs/Makefile similarity index 100% rename from Makefile rename to docs/Makefile diff --git a/building.rst b/docs/building.rst similarity index 100% rename from building.rst rename to docs/building.rst diff --git a/conf.py b/docs/conf.py similarity index 100% rename from conf.py rename to docs/conf.py diff --git a/design/cube_parts.png b/docs/design/cube_parts.png similarity index 100% rename from design/cube_parts.png rename to docs/design/cube_parts.png diff --git a/design/cube_parts.svg b/docs/design/cube_parts.svg similarity index 100% rename from design/cube_parts.svg rename to docs/design/cube_parts.svg diff --git a/design/designdoc.rst b/docs/design/designdoc.rst similarity index 100% rename from design/designdoc.rst rename to docs/design/designdoc.rst diff --git a/design/dirt_side.png b/docs/design/dirt_side.png similarity index 100% rename from design/dirt_side.png rename to docs/design/dirt_side.png diff --git a/design/dirt_top.png b/docs/design/dirt_top.png similarity index 100% rename from design/dirt_top.png rename to docs/design/dirt_top.png diff --git a/design/pixelfix.png b/docs/design/pixelfix.png similarity index 100% rename from design/pixelfix.png rename to docs/design/pixelfix.png diff --git a/design/pixelfix.svg b/docs/design/pixelfix.svg similarity index 100% rename from design/pixelfix.svg rename to docs/design/pixelfix.svg diff --git a/design/screenshot.png b/docs/design/screenshot.png similarity index 100% rename from design/screenshot.png rename to docs/design/screenshot.png diff --git a/design/tessellation.png b/docs/design/tessellation.png similarity index 100% rename from design/tessellation.png rename to docs/design/tessellation.png diff --git a/design/tessellation.svg b/docs/design/tessellation.svg similarity index 100% rename from design/tessellation.svg rename to docs/design/tessellation.svg diff --git a/design/texturecubing.png b/docs/design/texturecubing.png similarity index 100% rename from design/texturecubing.png rename to docs/design/texturecubing.png diff --git a/design/texturecubing.svg b/docs/design/texturecubing.svg similarity index 100% rename from design/texturecubing.svg rename to docs/design/texturecubing.svg diff --git a/design/texturesidesteps.png b/docs/design/texturesidesteps.png similarity index 100% rename from design/texturesidesteps.png rename to docs/design/texturesidesteps.png diff --git a/design/texturesidesteps.svg b/docs/design/texturesidesteps.svg similarity index 100% rename from design/texturesidesteps.svg rename to docs/design/texturesidesteps.svg diff --git a/design/texturetopsteps.png b/docs/design/texturetopsteps.png similarity index 100% rename from design/texturetopsteps.png rename to docs/design/texturetopsteps.png diff --git a/design/texturetopsteps.svg b/docs/design/texturetopsteps.svg similarity index 100% rename from design/texturetopsteps.svg rename to docs/design/texturetopsteps.svg diff --git a/faq.rst b/docs/faq.rst similarity index 100% rename from faq.rst rename to docs/faq.rst diff --git a/index.rst b/docs/index.rst similarity index 100% rename from index.rst rename to docs/index.rst diff --git a/installing.rst b/docs/installing.rst similarity index 100% rename from installing.rst rename to docs/installing.rst diff --git a/options.rst b/docs/options.rst similarity index 100% rename from options.rst rename to docs/options.rst diff --git a/running.rst b/docs/running.rst similarity index 100% rename from running.rst rename to docs/running.rst