From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 2/2] doc: add new introduction to sample app guides Date: Sat, 14 Oct 2017 00:17:12 +0200 Message-ID: <4114541.7HO4y25um2@xps> References: <1507565946-223643-1-git-send-email-marko.kovacevic@intel.com> <1507737087-138205-1-git-send-email-marko.kovacevic@intel.com> <1507737087-138205-2-git-send-email-marko.kovacevic@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Marko Kovacevic , john.mcnamara@intel.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AB2D21B201 for ; Sat, 14 Oct 2017 00:17:14 +0200 (CEST) In-Reply-To: <1507737087-138205-2-git-send-email-marko.kovacevic@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 11/10/2017 17:51, Marko Kovacevic: > --- a/doc/guides/sample_app_ug/ipsec_secgw.rst > +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst > @@ -28,6 +28,8 @@ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > +.. _sample_app_ipsec_secgw: > + > IPsec Security Gateway Sample Application > ========================================= > > diff --git a/doc/guides/sample_app_ug/l2_forward_real_virtual.rst b/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > index ba64ea2..901603e 100644 > --- a/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > +++ b/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > @@ -28,7 +28,7 @@ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > -.. _l2_fwd_app_real_and_virtual: > +.. _sample_app_l2_fwd: > > L2 Forwarding Sample Application (in Real and Virtualized Environments) > ======================================================================= You don't need to add such anchor at the top of a doc. You can refer to a doc with :doc: tag. Please do not add more useless anchors. Idea for another patch: remove all useless anchors at top of files :)