Merge branch 'master' into v0.3.0
This commit is contained in:
		
							
								
								
									
										4
									
								
								docs/_static/basic.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								docs/_static/basic.css
									
									
									
									
										vendored
									
									
								
							@@ -672,6 +672,10 @@ div.code-block-caption + div > div.highlight > pre {
 | 
			
		||||
    margin-top: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
div.doctest > div.highlight span.gp {  /* gp: Generic.Prompt */
 | 
			
		||||
    user-select: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
div.code-block-caption span.caption-number {
 | 
			
		||||
    padding: 0.1em 0.3em;
 | 
			
		||||
    font-style: italic;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								docs/_static/custom.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								docs/_static/custom.css
									
									
									
									
										vendored
									
									
								
							@@ -43,6 +43,14 @@
 | 
			
		||||
 | 
			
		||||
html {
 | 
			
		||||
  font-family: "Lato", sans-serif;
 | 
			
		||||
  height: 100vh;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  min-height: 100vh;
 | 
			
		||||
  padding-bottom: 65px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.alert-danger {
 | 
			
		||||
@@ -59,3 +67,9 @@ html {
 | 
			
		||||
    background-color: #f5894f;
 | 
			
		||||
    border-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.footer {
 | 
			
		||||
  bottom: 0;
 | 
			
		||||
  height: 65px;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								docs/_static/documentation_options.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								docs/_static/documentation_options.js
									
									
									
									
										vendored
									
									
								
							@@ -3,6 +3,7 @@ var DOCUMENTATION_OPTIONS = {
 | 
			
		||||
    VERSION: '0.3.0-beta',
 | 
			
		||||
    LANGUAGE: 'None',
 | 
			
		||||
    COLLAPSE_INDEX: false,
 | 
			
		||||
    BUILDER: 'html',
 | 
			
		||||
    FILE_SUFFIX: '.html',
 | 
			
		||||
    HAS_SOURCE: true,
 | 
			
		||||
    SOURCELINK_SUFFIX: '.txt',
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										6
									
								
								docs/_static/searchtools.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								docs/_static/searchtools.js
									
									
									
									
										vendored
									
									
								
							@@ -245,7 +245,7 @@ var Search = {
 | 
			
		||||
      if (results.length) {
 | 
			
		||||
        var item = results.pop();
 | 
			
		||||
        var listItem = $('<li style="display:none"></li>');
 | 
			
		||||
        if (DOCUMENTATION_OPTIONS.FILE_SUFFIX === '') {
 | 
			
		||||
        if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
 | 
			
		||||
          // dirhtml builder
 | 
			
		||||
          var dirname = item[0] + '/';
 | 
			
		||||
          if (dirname.match(/\/index\/$/)) {
 | 
			
		||||
@@ -424,7 +424,7 @@ var Search = {
 | 
			
		||||
        for (j = 0; j < _files.length; j++) {
 | 
			
		||||
          file = _files[j];
 | 
			
		||||
          if (!(file in scoreMap))
 | 
			
		||||
            scoreMap[file] = {}
 | 
			
		||||
            scoreMap[file] = {};
 | 
			
		||||
          scoreMap[file][word] = o.score;
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
@@ -432,7 +432,7 @@ var Search = {
 | 
			
		||||
      // create the mapping
 | 
			
		||||
      for (j = 0; j < files.length; j++) {
 | 
			
		||||
        file = files[j];
 | 
			
		||||
        if (file in fileMap)
 | 
			
		||||
        if (file in fileMap && fileMap[file].indexOf(word) === -1)
 | 
			
		||||
          fileMap[file].push(word);
 | 
			
		||||
        else
 | 
			
		||||
          fileMap[file] = [word];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user