From 351bf3209be066a380f85c2b47e997e95b14de1f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 23 Jul 2015 19:12:35 +0200 Subject: [PATCH] Prepare for translation of common files Move imported files to common-rst directory so that we can share translations with openstack-manuals. Change-Id: I3f9be25579ae16550c32303117702d5500370b41 --- {firstapp/source/imported => common-rst}/app_support.rst | 0 {firstapp/source/imported => common-rst}/glossary.rst | 0 firstapp/source/common | 1 + firstapp/source/index.rst | 4 ++-- tox.ini | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) rename {firstapp/source/imported => common-rst}/app_support.rst (100%) rename {firstapp/source/imported => common-rst}/glossary.rst (100%) create mode 120000 firstapp/source/common diff --git a/firstapp/source/imported/app_support.rst b/common-rst/app_support.rst similarity index 100% rename from firstapp/source/imported/app_support.rst rename to common-rst/app_support.rst diff --git a/firstapp/source/imported/glossary.rst b/common-rst/glossary.rst similarity index 100% rename from firstapp/source/imported/glossary.rst rename to common-rst/glossary.rst diff --git a/firstapp/source/common b/firstapp/source/common new file mode 120000 index 000000000..70c1930ee --- /dev/null +++ b/firstapp/source/common @@ -0,0 +1 @@ +../../common-rst \ No newline at end of file diff --git a/firstapp/source/index.rst b/firstapp/source/index.rst index e08839ff8..29e20d44b 100644 --- a/firstapp/source/index.rst +++ b/firstapp/source/index.rst @@ -19,8 +19,8 @@ Contents craziness appendix - imported/app_support.rst - imported/glossary.rst + common/app_support.rst + common/glossary.rst Search in this guide ~~~~~~~~~~~~~~~~~~~~ diff --git a/tox.ini b/tox.ini index 30cf109e2..874f52dc9 100644 --- a/tox.ini +++ b/tox.ini @@ -112,7 +112,7 @@ commands = sphinx-build -E -W -t libcloud firstapp/source firstapp/build/html [doc8] # Settings for doc8: # Ignore target directories -ignore-path = firstapp/build* +ignore-path = firstapp/build*,common-rst/ # File extensions to use extensions = .rst,.txt # Ignore lines longer than 79 chars