Skip to content

Commit

Permalink
Reset docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Sep 7, 2020
1 parent 55562e2 commit e4ff116
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: end-of-file-fixer
# - id: end-of-file-fixer
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.782
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/hacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
/* Have code blocks escape the document right-margin. */
div.highlight pre {margin-right: -30px;}
}
</style>
</style>
2 changes: 1 addition & 1 deletion docs/_templates/sidebarlogo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<p>
<iframe src="https://ghbtns.com/github-btn.html?user=camelot-dev&repo=excalibur&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
</p>
</p>
2 changes: 1 addition & 1 deletion docs/_themes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.pyc
*.pyo
*.pyo
2 changes: 1 addition & 1 deletion docs/_themes/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion excalibur/www/static/css/vendor/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excalibur/www/static/css/vendor/fontawesome.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excalibur/www/static/css/vendor/jquery-ui.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excalibur/www/static/css/vendor/jquery-ui.theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excalibur/www/static/css/workspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ div .image-area {
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* .add-separator {} */
/* .add-separator {} */
2 changes: 1 addition & 1 deletion excalibur/www/static/js/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ $(document).ready(function () {
$('#download-form').append($(input));
$('#download-form').submit();
});
});
});
2 changes: 1 addition & 1 deletion excalibur/www/static/js/vendor/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion excalibur/www/static/js/vendor/jquery-ui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules
2 changes: 1 addition & 1 deletion public/css/index.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/scss/_bootstrap-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ textarea.form-control {
border-color: darken($accent, 10%);
color: #fff;
}
}
}
2 changes: 1 addition & 1 deletion public/scss/_contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
.fa-github {
color: $github-icon-color;
}
}
}
2 changes: 1 addition & 1 deletion public/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
@mixin heading-font() {
font-weight: 700;
font-family: 'Montserrat';
}
}
2 changes: 1 addition & 1 deletion public/scss/_tooltips.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ $tooltip-duration: 0.1s !default;
margin-top: -5px;
border-right-color: $tooltip-background-color;
}
}
}

0 comments on commit e4ff116

Please sign in to comment.