Thank you for putting in the effort to keep existing links live. -- Sean Silva
On Fri, Sep 6, 2013 at 3:27 PM, Edwin Vane <[email protected]> wrote: > Author: revane > Date: Fri Sep 6 14:27:19 2013 > New Revision: 190195 > > URL: http://llvm.org/viewvc/llvm-project?rev=190195&view=rev > Log: > clang-modernize: Tweak docs after rename > > * Removing sphinx warnings about docs not in a toctree. > * Adding more links to cpp11-migrate redirect docs. > > > Modified: > clang-tools-extra/trunk/docs/MigratorUsage.rst > clang-tools-extra/trunk/docs/clang-modernize.rst > clang-tools-extra/trunk/docs/cpp11-migrate.rst > > Modified: clang-tools-extra/trunk/docs/MigratorUsage.rst > URL: > http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/MigratorUsage.rst?rev=190195&r1=190194&r2=190195&view=diff > > ============================================================================== > --- clang-tools-extra/trunk/docs/MigratorUsage.rst (original) > +++ clang-tools-extra/trunk/docs/MigratorUsage.rst Fri Sep 6 14:27:19 2013 > @@ -2,5 +2,5 @@ > cpp11-migrate Usage > =================== > > -This program has been renamed :program:`clang-modernize`, and its usage > is now > +This program has been renamed :doc:`clang-modernize <clang-modernize>`, > and its usage is now > found in :doc:`ModernizerUsage`. > > Modified: clang-tools-extra/trunk/docs/clang-modernize.rst > URL: > http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-modernize.rst?rev=190195&r1=190194&r2=190195&view=diff > > ============================================================================== > --- clang-tools-extra/trunk/docs/clang-modernize.rst (original) > +++ clang-tools-extra/trunk/docs/clang-modernize.rst Fri Sep 6 14:27:19 > 2013 > @@ -14,6 +14,8 @@ Clang C++ Modernizer User's Manual > PassByValueTransform > ReplaceAutoPtrTransform > ModernizerUsage > + cpp11-migrate > + MigratorUsage > > :program:`clang-modernize` is a standalone tool used to automatically > convert > C++ code written against old standards to use features of the newest C++ > > Modified: clang-tools-extra/trunk/docs/cpp11-migrate.rst > URL: > http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/cpp11-migrate.rst?rev=190195&r1=190194&r2=190195&view=diff > > ============================================================================== > --- clang-tools-extra/trunk/docs/cpp11-migrate.rst (original) > +++ clang-tools-extra/trunk/docs/cpp11-migrate.rst Fri Sep 6 14:27:19 2013 > @@ -1,7 +1,5 @@ > -.. index:: clang-modernize > - > ============================ > C++11 Migrator User's Manual > ============================ > > -This tool has been renamed :program:`clang-modernize`. > +This tool has been renamed :doc:`clang-modernize <clang-modernize>`. > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
