Skip to content

Commit

Permalink
Merge pull request #1025 from arokem/sphinx_noplot
Browse files Browse the repository at this point in the history
Adds an option to build the docs without running the examples.
  • Loading branch information
36000 authored Sep 18, 2023
2 parents ac1a009 + 9147d5e commit 7241519
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ distclean: clean
realclean: distclean
@echo Removing data files from $(HOME)
rm -rf $(HOME)/.dipy/
rm -rf $(HOME)/AFQ_data/
rm -rf $(HOME)/AFQ_data/

html-noplot:
$(SPHINXBUILD) -D plot_gallery=0 -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
4 changes: 2 additions & 2 deletions docs/source/reference/methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,11 @@ reg_subject:


bundles:
full path to a trk file containing containting segmented streamlines, labeled by bundle
full path to a trk/trx file containing containing segmented streamlines, labeled by bundle


indiv_bundles:
dictionary of paths, where each path is a full path to a trk file containing the streamlines of a given bundle, cleaned or uncleaned
dictionary of paths, where each path is a full path to a trk file containing the streamlines of a given bundle.


sl_counts:
Expand Down

0 comments on commit 7241519

Please sign in to comment.