From 761d0782b3458cd26fdaabf424718bb06a1e4012 2014-04-02 17:11:12 From: Thomas Kluyver Date: 2014-04-02 17:11:12 Subject: [PATCH] Disambiguate conflicting label --- diff --git a/docs/source/notebook/notebook.rst b/docs/source/notebook/notebook.rst index 98a930b..c963862 100644 --- a/docs/source/notebook/notebook.rst +++ b/docs/source/notebook/notebook.rst @@ -453,7 +453,7 @@ on available options, use:: :ref:`config_overview`, in particular :ref:`Profiles`. - :ref:`notebook_security` + :ref:`notebook_server_security` :ref:`notebook_public_server` diff --git a/docs/source/notebook/public_server.rst b/docs/source/notebook/public_server.rst index 9454cd0..1745497 100644 --- a/docs/source/notebook/public_server.rst +++ b/docs/source/notebook/public_server.rst @@ -9,7 +9,7 @@ server-client structure. This server uses a :ref:`two-process kernel architecture ` based on ZeroMQ_, as well as Tornado_ for serving HTTP requests. By default, a notebook server runs on http://127.0.0.1:8888/ and is accessible only from `localhost`. This document describes how you can -:ref:`secure a notebook server ` and how to :ref:`run it on +:ref:`secure a notebook server ` and how to :ref:`run it on a public interface `. .. _ZeroMQ: http://zeromq.org @@ -17,7 +17,7 @@ a public interface `. .. _Tornado: http://www.tornadoweb.org -.. _notebook_security: +.. _notebook_server_security: Securing a notebook server --------------------------