Skip to content

Commit

Permalink
Template includes html structure, title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmatthes committed Apr 13, 2015
1 parent ae32907 commit 81b4bfe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 279 deletions.
197 changes: 0 additions & 197 deletions notebooks/my_templates/base.tpl

This file was deleted.

Expand Up @@ -3,16 +3,14 @@


{%- block header -%}
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html>
<html>
<head>

<meta charset="utf-8" />
<meta charset="utf-8" />
<title>Introduction to Python</title>

<!-- Loading mathjax macro -->
{{ mathjax() }}

</head>
</head>
{%- endblock header -%}

{% block body %}
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_common_html.sh
Expand Up @@ -54,7 +54,7 @@ printf "\n Removed files."
### Then I can remove some of the other build scripts, and
### diagnose changes in styling issues.
printf "\nConverting raw .ipynb files to raw .html files...\n"
cd "$path_to_notebooks" && ipython nbconvert --template my_templates/my_base.tpl *.ipynb
cd "$path_to_notebooks" && ipython nbconvert --template my_templates/intro_python_base.tpl *.ipynb
printf "\n Converted files.\n"

# Go through each html file, changing all internal links so they point to these
Expand Down
19 changes: 0 additions & 19 deletions scripts/scraping_approach/add_opening_tags.sh

This file was deleted.

21 changes: 0 additions & 21 deletions scripts/scraping_approach/add_title.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/scraping_approach/close_body_html.sh

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/scraping_approach/close_head_open_body.sh

This file was deleted.

0 comments on commit 81b4bfe

Please sign in to comment.