From 9fc637e081f6ed8eb0124fb1ad098ce119237cd8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 4 Mar 2020 20:20:39 +0100 Subject: [PATCH] Remove python manual page This page is basically a redirect, let's remove it. The page was changed in 2015 to point to the Project Team Guide, so it should really not be needed. Change-Id: I8b18b89c3df4e9014c632614e6813de3cbe8ee16 --- doc/source/index.rst | 1 - doc/source/python.rst | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 doc/source/python.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 00b32bb..05b2966 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,7 +33,6 @@ instead a user or developer looking for API documentation, see developers irc - python core drivers creators diff --git a/doc/source/python.rst b/doc/source/python.rst deleted file mode 100644 index 4eb3b83..0000000 --- a/doc/source/python.rst +++ /dev/null @@ -1,9 +0,0 @@ -:title: Python Developer's Guide - - -Python Developer's Guide -######################## - -This document has been moved to the `Project Team Guide: Python Project Guide`_. - -.. _`Project Team Guide: Python Project Guide`: https://docs.openstack.org/project-team-guide/project-setup/python.html