Skip to content

Commit d359b9b

Browse files
rerender with categories not including full posts.
1 parent f236f93 commit d359b9b

File tree

2 files changed

+27
-1006
lines changed

2 files changed

+27
-1006
lines changed

categories/cat_dynd.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ian's Blog (Work on the DyND array library)</title><link>http://insertinterestingnamehere.github.io/</link><description>Work on the DyND array library</description><atom:link href="http://insertinterestingnamehere.github.io/categories/cat_dynd.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Mon, 14 Sep 2020 03:28:46 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>DyND Callables: Speed and Flexibility</title><link>http://insertinterestingnamehere.github.io/posts/dynd-callables-speed-and-flexibility/</link><dc:creator>Ian Henriksen</dc:creator><description>&lt;div&gt;&lt;p&gt;(This is a post I wrote for the &lt;a href="https://www.continuum.io/blog/developer-blog"&gt;Continuum Developer Blog&lt;/a&gt;. You can see the original &lt;a href="https://www.continuum.io/blog/developer-blog/dynd-callables-speed-and-flexibility"&gt;here&lt;/a&gt;)&lt;/p&gt;
2+
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ian's Blog (Work on the DyND array library)</title><link>http://insertinterestingnamehere.github.io/</link><description>Work on the DyND array library</description><atom:link href="http://insertinterestingnamehere.github.io/categories/cat_dynd.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><lastBuildDate>Mon, 14 Sep 2020 04:06:39 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>DyND Callables: Speed and Flexibility</title><link>http://insertinterestingnamehere.github.io/posts/dynd-callables-speed-and-flexibility/</link><dc:creator>Ian Henriksen</dc:creator><description>&lt;div&gt;&lt;p&gt;(This is a post I wrote for the &lt;a href="https://www.continuum.io/blog/developer-blog"&gt;Continuum Developer Blog&lt;/a&gt;. You can see the original &lt;a href="https://www.continuum.io/blog/developer-blog/dynd-callables-speed-and-flexibility"&gt;here&lt;/a&gt;)&lt;/p&gt;
33
&lt;h3&gt;Introduction&lt;/h3&gt;
44
&lt;p&gt;We've been working hard to improve DyND in a wide variety of ways over the past few months.
55
While there is still a lot of churn in our codebase, now is a good time to show a few basic examples of the great functionality that's already there.

0 commit comments

Comments
 (0)