From e797f3a688de252bd25c4d395253374ae70ad928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Wed, 6 Nov 2019 13:52:51 +0100 Subject: [PATCH] remove stuff from the old docs because people don't read the readme --- doc/manual.md | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/doc/manual.md b/doc/manual.md index 8bb7787b..635d360e 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -76,35 +76,9 @@ You can skip this step if English is enough for you. python3 manage.py compilemessages ``` -### Clone the map packages +### Build the map -For the 33c3, this would be c3nav-cch and c3nav-33c3: - -``` -cd data/maps/ -git clone https://github.com/c3nav/c3nav-cch.git -git clone https://github.com/c3nav/c3nav-33c3.git -``` - -### Load the map packages - -``` -cd ../../ -python3 manage.py loadmap -``` - -Confirm loading the map packages. You can always execute this command to update the map data in the database. This will also overwrite unexported mapdata in the database. - -### Render the map and build the routing graph - -Always do this after updating the mapdata. You can skip this step if you only want to use the Editor. - -``` -python3 manage.py rendermap -python3 manage.py buildgraph -``` - -FYI: You can find the renderings in the following folder: `data/render/` +**No documentation is available for this. We're working on it. Please stop mistaking documentation from years ago for something that is still up to date.** ### Run a development server