File tree Expand file tree Collapse file tree 5 files changed +7
-156
lines changed Expand file tree Collapse file tree 5 files changed +7
-156
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,6 @@ WEBHOME = ~/web/stellated/pages/code/coverage
9494docreqs :
9595	pip install -r doc/requirements.txt
9696
97- px :
98- 	$(SPHINXBUILD )  -b px $(SPHINXOPTS )  doc/_build/px
99- 	rm doc/_build/px/search.px
100- 	python doc/_ext/px_cleaner.py doc/_build/px/* .px
101- 
10297dochtml :
10398	$(SPHINXBUILD )  -b html $(SPHINXOPTS )  doc/_build/html
10499	@echo
@@ -107,16 +102,11 @@ dochtml:
107102docspell :
108103	$(SPHINXBUILD )  -b spelling $(SPHINXOPTS )  doc/_spell
109104
110- publish : px
111- 	rm -f $(WEBHOME ) /* .px
112- 	cp doc/_build/px/* .px $(WEBHOME ) 
105+ publish :
113106	rm -f $(WEBHOME ) /sample_html/* .* 
114107	cp doc/sample_html/* .*  $(WEBHOME ) /sample_html
115108
116- publishbeta : px
117- 	rm -f $(WEBHOME ) /beta/* .px
118- 	mkdir -p $(WEBHOME ) /beta
119- 	cp doc/_build/px/* .px $(WEBHOME ) /beta
109+ publishbeta :
120110	rm -f $(WEBHOME ) /sample_html_beta/* .* 
121111	mkdir -p $(WEBHOME ) /sample_html_beta
122112	cp doc/sample_html_beta/* .*  $(WEBHOME ) /sample_html_beta
Original file line number Diff line number Diff line change 2828    + we can use "except ExcClass as e:"
2929
3030- Plugins
31-     -  Clean up
31+     +  Clean up
3232    + implement plugin support in CTracer
3333    + remove plugin support from PyTracer
34-     -  add services:
34+     x  add services:
3535        - filelocator
3636        - warning
3737    - dynamic_source_filename: return should be a canonical path
3838        - update the omit test to use "quux*" instead of "*quux*"
39-     -  docs
39+     +  docs
4040+ Make reports use filenames, not module names
4141- documentation
4242    - test helpers
4343    + cov.config["run:branch"] api (well, coverage.get_option etc)
44-     -  "added in 4.0"
44+     +  "added in 4.0"
4545    - tweaks to theme?
4646    - Plugins!
4747        Once per process
5252        Once per line
5353- build process
5454    - don't publish to nedbat.com any more (but still need the sample html reports)
55-         -  don't need .px tooling
55+         +  don't need .px tooling
5656        - write a new nedbat.com/code/coverage page.
5757    - all doc links should point to rtfd
5858+ Remove code only run on <2.6
Load Diff This file was deleted. 
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 2020# add these directories to sys.path here. If the directory is relative to the 
2121# documentation root, use os.path.abspath to make it absolute, like shown here. 
2222#sys.path.append(os.path.abspath('.')) 
23- # Copied from django docs: 
24- sys .path .append (os .path .join (os .path .dirname (__file__ ), "_ext" ))
2523
2624# on_rtd is whether we are on readthedocs.org 
2725on_rtd  =  os .environ .get ('READTHEDOCS' , None ) ==  'True' 
3533    'sphinx.ext.todo' ,
3634    'sphinx.ext.ifconfig' ,
3735    'sphinxcontrib.spelling' ,
38-     'px_xlator' ,
3936]
4037
4138# Add any paths that contain templates here, relative to this directory. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments