Skip to content

Commit 6814e9a

Browse files
committed
clean up a few broken data viz and cassandra links
1 parent 996709d commit 6814e9a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

content/pages/03-data/13-apache-cassandra.markdown

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ resulting tools as open source projects.
128128
to understand based on your workload and decide upon *before* you build
129129
out your whole data architecture!
130130

131-
* [Cassandra - the tale of a lonely Node](https://www.hugopicado.com/2017/05/14/cassandra-the-tale-of-a-lonely-node.html)
132-
and
133-
[Cassandra - the fellowship of The Ring](https://www.hugopicado.com/2017/05/16/cassandra-the-fellowship-of-the-ring.html)
134-
are good technical posts on the data structures within Cassandra's
135-
architecture along with some of the problems that can pop up when
136-
working with your data.
137-
138131
* [Analyzing Cassandra Performance with Flame Graphs](http://thelastpickle.com/blog/2018/01/16/cassandra-flame-graphs.html)
139132
and
140133
[Garbage Collection Tuning for Apache Cassandra](http://thelastpickle.com/blog/2018/04/11/gc-tuning.html)

content/pages/03-data/18-data-visualization.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ visualization and gave me ideas for what to build.
141141
people worked with paper to build their visuals add fantastic context to
142142
the story.
143143

144-
* [One Chart, Twelve Charting Libraries](https://lisacharlotterost.github.io/2016/05/17/one-chart-code/)
145-
compares how charting libraries such as [D3.js](/d3-js.html),
146-
[Matplotlib](/matplotlib.html), [Bokeh](/bokeh.html) and Seaborn
147-
compare to each other with default plotting values.
148-
149144
* [dataviz.tools](http://dataviz.tools/) has a nice list of categorized
150145
tools for working with data and visualizing it.
151146

theme/templates/pdf-book.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{% endfor %}
1616
<p style="page-break-after:always;"></p>
1717

18-
<h1>Table of Contents</h1>
18+
<h1 id="table-of-contents">Table of Contents</h1>
1919
{% include "book-toc.html" %}
2020

2121
{% for page in pages|sort(attribute='sortorder') %}

0 commit comments

Comments
 (0)