Skip to content

Commit

Permalink
Fully remove redundant appendix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Apr 1, 2016
1 parent 28f0018 commit 0d31561
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,6 +40,6 @@ script:
- make html/ch7.html - make html/ch7.html
- make html/ch8.html - make html/ch8.html
- make html/epilogue.html - make html/epilogue.html
- make html/appendix.html - make exercises
- make all - make all
- make zip - make zip
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ FIGURES = figures/generated
# TITLES: This should be an exhaustive list of all the chapters to be # TITLES: This should be an exhaustive list of all the chapters to be
# built, and correspond to markdown filenames in the markdown # built, and correspond to markdown filenames in the markdown
# directory. # directory.
TITLES := preface ch1 ch2 ch3 ch4 ch5 ch6 ch7 ch8 epilogue appendix TITLES := preface ch1 ch2 ch3 ch4 ch5 ch6 ch7 ch8 epilogue


# CHS_, chs: some Makefile magic that prefixes all the titles with the # CHS_, chs: some Makefile magic that prefixes all the titles with the
# HTML build directory, then suffixes them with the .html # HTML build directory, then suffixes them with the .html
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -19,7 +19,7 @@ <h1 id="elegantscipy">Elegant SciPy</h1>
<li><a href="html/ch7.html">Chapter 7: (optimization)</a></li> <li><a href="html/ch7.html">Chapter 7: (optimization)</a></li>
<li><a href="html/ch8.html">Chapter 8: streaming data analysis</a></li> <li><a href="html/ch8.html">Chapter 8: streaming data analysis</a></li>
<li><a href="html/epilogue.html">Epilogue</a></li> <li><a href="html/epilogue.html">Epilogue</a></li>
<li><a href="html/appendix.html">Appendix</a></li> <li><a href="html/exercises.html">Exercises</a></li>
</ul> </ul>


</body> </body>
Expand Down
2 changes: 1 addition & 1 deletion index.markdown
Expand Up @@ -10,4 +10,4 @@
- [Chapter 7: (optimization)](html/ch7.html) - [Chapter 7: (optimization)](html/ch7.html)
- [Chapter 8: streaming data analysis](html/ch8.html) - [Chapter 8: streaming data analysis](html/ch8.html)
- [Epilogue](html/epilogue.html) - [Epilogue](html/epilogue.html)
- [Appendix](html/appendix.html) - [Exercises](html/exercises.html)

0 comments on commit 0d31561

Please sign in to comment.