hannah
					
					5 years ago
					
						
							committed by
							
								
								Matthias Volk
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 83A57678F739FCD3
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
5 additions and 
5 deletions
			 
			
		 
		
			
				- 
					
					
					 
					Dockerfile
				
 
			
				- 
					
					
					 
					doc/source/conf.py
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				| 
					
					
						
							
						
					
					
				 | 
				@ -40,5 +40,5 @@ RUN pip install --no-cache-dir notebook==5.7.9 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				RUN mkdir notebooks | 
				 | 
				 | 
				RUN mkdir notebooks | 
			
		
		
	
		
			
				 | 
				 | 
				COPY doc/source/*.ipynb notebooks/ | 
				 | 
				 | 
				COPY doc/source/*.ipynb notebooks/ | 
			
		
		
	
		
			
				 | 
				 | 
				COPY doc/source/doc/*.ipynb notebooks/ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				COPY doc/source/doc/models/*.ipynb notebooks/ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				COPY doc/source/doc/*.ipynb notebooks/doc/ | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				COPY doc/source/doc/models/*.ipynb notebooks/doc/models/ | 
			
		
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				| 
					
					
						
							
						
					
					
				 | 
				@ -243,12 +243,12 @@ texinfo_documents = [ | 
			
		
		
	
		
			
				 | 
				 | 
				intersphinx_mapping = {'https://docs.python.org/': None} | 
				 | 
				 | 
				intersphinx_mapping = {'https://docs.python.org/': None} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				nbsphinx_prolog = """ | 
				 | 
				 | 
				nbsphinx_prolog = """ | 
			
		
		
	
		
			
				 | 
				 | 
				{% set docname = env.doc2path(env.docname, base=None) %} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				{% set docname = env.doc2path(env.docname, base=False) %} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				.. raw:: html | 
				 | 
				 | 
				.. raw:: html | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				    <div class="admonition note"> | 
				 | 
				 | 
				    <div class="admonition note"> | 
			
		
		
	
		
			
				 | 
				 | 
				      Interactive version: | 
				 | 
				 | 
				      Interactive version: | 
			
		
		
	
		
			
				 | 
				 | 
				      <span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/m-hannah/stormpy/master?filepath={{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				      <span style="white-space: nowrap;"><a href="https://mybinder.org/v2/gh/m-hannah/stormpy/master?filepath=notebooks/{{ docname }}"><img alt="Binder badge" src="https://mybinder.org/badge_logo.svg" style="vertical-align:text-bottom"></a>.</span> | 
			
		
		
	
		
			
				 | 
				 | 
				    </div> | 
				 | 
				 | 
				    </div> | 
			
		
		
	
		
			
				 | 
				 | 
				""" | 
				 | 
				 | 
				""" |