Skip to content

Commit

Permalink
Remove coverage table. Add document with release notes and download i…
Browse files Browse the repository at this point in the history
…nstructions.
  • Loading branch information
stefanv committed Mar 27, 2015
1 parent 1da2446 commit 5aa9c5d
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 416 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ doc/source/auto_examples/applications/
doc/source/_static/random.js
.idea/
*.log
doc/release/_release_notes_for_docs.txt
doc/gh-pages
wheels
1 change: 0 additions & 1 deletion TASKS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ How to contribute to ``skimage``

gitwash/index
gsoc2011
coverage_table
cell_profiler


Expand Down
3 changes: 0 additions & 3 deletions doc/.gitignore

This file was deleted.

9 changes: 5 additions & 4 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
DEST = build
.PHONY: all help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest gitwash gh-pages coveragetable random_gallery
.PHONY: all help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest gitwash gh-pages release_notes random_gallery

all: html

Expand Down Expand Up @@ -43,10 +43,11 @@ api:
random_gallery:
@cd source && $(PYTHON) random_gallery.py

coveragetable:
@cd source && $(PYTHON) coverage_generator.py
release_notes:
@echo "Copying release notes"
@tail -n +4 `ls release/*.txt | sort -k 2 -t . -n | tail -n 1` > release/_release_notes_for_docs.txt

html: api coveragetable random_gallery
html: api release_notes random_gallery
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(DEST)/html
cp -r source/plots $(DEST)/html
@echo
Expand Down
129 changes: 0 additions & 129 deletions doc/make.bat

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/coverage.csv

This file was deleted.

Loading

0 comments on commit 5aa9c5d

Please sign in to comment.