Skip to content
Snippets Groups Projects
Commit fb6d394d authored by Aaron's avatar Aaron
Browse files

[DOCS] updated sphinx docs for intersect.

parent 60015931
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ testingData ...@@ -3,4 +3,5 @@ testingData
*.pdf *.pdf
bin/* bin/*
obj/* obj/*
docs/_build/
...@@ -28,7 +28,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', ...@@ -28,7 +28,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.coverage', 'sphinx.ext.pngmath',
'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode',
'matplotlib.sphinxext.plot_directive'] 'matplotlib.sphinxext.plot_directive']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['templates'] templates_path = ['templates']
......
...@@ -14,7 +14,7 @@ Table of contents ...@@ -14,7 +14,7 @@ Table of contents
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
intersectBed intersect
pairToBed pairToBed
pairToPair pairToPair
bamToBed bamToBed
......
...@@ -22,6 +22,7 @@ Table of contents ...@@ -22,6 +22,7 @@ Table of contents
content/bedtools-suite content/bedtools-suite
content/example-usage content/example-usage
content/advanced-usage content/advanced-usage
content/FAQ
================= =================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment