← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1656355] Re: The py-modindex for networking-bgpvpn docs is a broken link

 

Reviewed:  https://review.openstack.org/426781
Committed: https://git.openstack.org/cgit/openstack/networking-bgpvpn/commit/?id=119657dbb39450c21dd49a4a2663122441b6aa91
Submitter: Jenkins
Branch:    master

commit 119657dbb39450c21dd49a4a2663122441b6aa91
Author: Boden R <bodenvmw@xxxxxxxxx>
Date:   Mon Jan 30 07:32:32 2017 -0700

    Remove doc modindex ref
    
    Sphinx module index docs won't be generated unless a
    module level docstring is included (ex [1]) with class refs.
    As we don't include such module level refs in this project,
    nothing is generated and thus no py-modindex.html
    is created. This results in a dead link in our devref (see
    bug report).
    
    This change removes the modindex ref from our devref's
    index to account for this fact. In the future if we wish to
    add module documentation to support generation of
    modindex we can add the ref back into our index.
    
    [1] https://github.com/openstack/neutron/blob/
    master/neutron/neutron_plugin_base_v2.py#L19
    
    Change-Id: I2c7f9a58d398033cf4a8029d16b430fe34fcc56e
    Closes-Bug: #1656355


** Changed in: bgpvpn
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1656355

Title:
  The py-modindex for networking-bgpvpn docs is a broken link

Status in networking-bgpvpn:
  Fix Released
Status in neutron:
  In Progress

Bug description:
  The Module Index link on this page:

  http://docs.openstack.org/developer/networking-bgpvpn/

  Is giving a 404 error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/bgpvpn/+bug/1656355/+subscriptions


References