This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository bedtools.
commit 1ba07ada1c61b2c025ca61cfb13d6d0b96cb4a55 Author: Jay Hesselberth <[email protected]> Date: Sun Feb 9 12:59:07 2014 -0700 Update related-tools.rst Added to "related tools", seemed the most appropriate place for now. --- docs/content/related-tools.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/content/related-tools.rst b/docs/content/related-tools.rst index 12951bf..85c3585 100644 --- a/docs/content/related-tools.rst +++ b/docs/content/related-tools.rst @@ -64,4 +64,17 @@ RetroSeq is "a tool for discovery and genotyping of transposable element variants (TEVs) (also known as mobile element insertions) from next-gen sequencing reads aligned to a reference genome in BAM format". RetroSeq is developed by Thomas Keane. -Source code can be obtained on `GitHub <https://github.com/tk2/RetroSeq>`_. \ No newline at end of file +Source code can be obtained on `GitHub <https://github.com/tk2/RetroSeq>`_. + +------------------------- +Intersphinx documentation +------------------------- +BEDTools documentation pages are available via Intersphinx (http://sphinx-doc.org/ext/intersphinx.html). +To enable this, add the following to conf.py in a Sphinx proejct: + + intersphinx_mapping = {'bedtools': ('http://bedtools.readthedocs.org/en/latest/', None)} + +BEDtools documentation links can then be generated with e.g.: + + :ref:`BEDTools:map <bedtools:map>` + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
