Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate explicit links #3699

Closed

Conversation

markcmiller86
Copy link
Member

Description

This file had multiple cases of this kind of reST syntax...

video can be seen `here <https://www.seedme.org/node/49054#videos>`_.
A detailed example with a brief explanation in the comments can be seen
`here <https://bitbucket.org/seedme/seedme-python-client/src/master/demo.py?at=master&fileviewer=file-view-default>`_.

Because the link text, here, is same in both cases, Sphinx complains...

Running Sphinx v1.5.3
loading pickled environment... done
building [mo]: all of 0 po files
building [html]: all source files
updating environment: 1 added, 7 changed, 0 removed
reading sources... [100%] tutorials/index                                                                                           
/Users/miller86/visit/visit/src/doc/tutorials/Aneurysm.rst:4: WARNING: Duplicate explicit target name: "here".
looking for now-outdated files... none found
.
.
.

The solution is to switch to anonymous links by adding underscores.

This update does that.

@markcmiller86 markcmiller86 added the docs update to the documentation label Jul 31, 2019
@markcmiller86 markcmiller86 deleted the docs/markcmiller86_fix_dup_links_31Jul19 branch July 31, 2019 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs update to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant