From 28f4cf00a061a96c14ec389f11aa3d919d94d040 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 12 Feb 2014 16:40:51 +0000 Subject: [PATCH] Remove references to oslo.sphinx There were a few left over in the documentation Change-Id: I87ca3e6c104798a94874916df355b6bdc74c1408 --- HACKING.rst | 4 ++-- README.rst | 2 +- oslosphinx/intersphinx.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 49f01d1..dbdbc2f 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,11 +1,11 @@ -oslo.sphinx Style Commandments +oslosphinx Style Commandments =========================== - Step 1: Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ - Step 2: Read on -oslo.sphinx Specific Commandments +oslosphinx Specific Commandments --------------------------------- None so far diff --git a/README.rst b/README.rst index 46d6eb5..7ce7888 100644 --- a/README.rst +++ b/README.rst @@ -4,5 +4,5 @@ OpenStack Sphinx Extensions Theme and extension support for Sphinx documentation from the OpenStack project. -To use the theme, add ``'oslo.sphinx'`` to the ``extensions`` list in +To use the theme, add ``'oslosphinx'`` to the ``extensions`` list in the ``conf.py`` file in your Sphinx project. diff --git a/oslosphinx/intersphinx.py b/oslosphinx/intersphinx.py index b452c9e..d1ab95f 100644 --- a/oslosphinx/intersphinx.py +++ b/oslosphinx/intersphinx.py @@ -18,7 +18,7 @@ To use this mapping in a project, first add 'sphinx.ext.intersphinx' to your extensions list in conf.py. Then:: - from oslo.sphinx import intersphinx + from oslosphinx import intersphinx intersphinx_mapping = intersphinx.mapping You'll be able to link to other project's documentation, such as: