Skip to content

Commit

Permalink
rename - 2nd phase
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 18, 2016
1 parent be6b2fe commit f79aca1
Show file tree
Hide file tree
Showing 141 changed files with 5 additions and 17,420 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
3 changes: 2 additions & 1 deletion dashed/assets/visualizations/table.js
Expand Up @@ -36,7 +36,8 @@ function tableVis(slice) {
}

var table = d3.select(slice.selector).append('table')
.classed('dataframe dataframe table table-striped table-bordered table-condensed table-hover dataTable no-footer', true);
.classed('dataframe dataframe table table-striped table-bordered table-condensed table-hover dataTable no-footer', true)
.attr('width', '100%');

table.append('thead').append('tr')
.selectAll('th')
Expand Down
Binary file removed dashed/static/favicon.png
Binary file not shown.
Binary file removed dashed/static/img/favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion dashed/templates/dashed/base.html
Expand Up @@ -3,7 +3,7 @@
{% block head_css %}
{{super()}}
<link rel="stylesheet" type="text/css" href="/static/assets/stylesheets/dashed.css" />
<link rel="icon" type="image/png" href="/static/favicon.png">
<link rel="icon" type="image/png" href="/static/img/favicon.png">
{% endblock %}

{% block head_js %}
Expand Down
2 changes: 1 addition & 1 deletion dashed/templates/dashed/basic.html
Expand Up @@ -8,7 +8,7 @@
{% block head_meta %}{% endblock %}
{% block head_css %}
<link rel="stylesheet" type="text/css" href="/static/assets/node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="icon" type="image/png" href="/static/favicon.png">
<link rel="icon" type="image/png" href="/static/img/favicon.png">
{% endblock %}
{% block head_js %}
<script src="/static/assets/javascripts/dist/css-theme.entry.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/build.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -r _build
make html
cp -r _build/html/ ../../dashed-docs/
cp -r ../dashed/assets/images/ _build/html/_static/img/
38 changes: 0 additions & 38 deletions panoramix/__init__.py

This file was deleted.

68 changes: 0 additions & 68 deletions panoramix/ascii_art.py

This file was deleted.

3 changes: 0 additions & 3 deletions panoramix/assets/.babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions panoramix/assets/.eslintignore

This file was deleted.

234 changes: 0 additions & 234 deletions panoramix/assets/.eslintrc

This file was deleted.

Binary file removed panoramix/assets/images/favicon.png
Binary file not shown.
1 change: 0 additions & 1 deletion panoramix/assets/javascripts/css-theme.js

This file was deleted.

0 comments on commit f79aca1

Please sign in to comment.