<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kitchen Sink on Scientific Python Hugo Theme documentation</title>
    <link>https://theme.scientific-python.org/examples/kitchen-sink/</link>
    <description>Recent content in Kitchen Sink on Scientific Python Hugo Theme documentation</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://theme.scientific-python.org/examples/kitchen-sink/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Admonitions</title>
      <link>https://theme.scientific-python.org/examples/kitchen-sink/admonitions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/examples/kitchen-sink/admonitions/</guid>
      <description>&lt;p&gt;We provide several different types of admonitions.&lt;/p&gt;&#xA;&lt;!--&#xA;## `topic`&#xA;&#xA;::: topic&#xA;**This is a topic.**&#xA;&#xA;This is what admonitions are a special case of, according to the&#xA;docutils documentation.&#xA;:::&#xA;&#xA;## `admonition`&#xA;&#xA;::: admonition&#xA;The one with the custom titles&#xA;&#xA;It\&#39;s got a certain charm to it.&#xA;:::&#xA;--&gt;&#xA;&lt;h2 id=&#34;attention&#34;&gt;&lt;code&gt;attention&lt;/code&gt;&lt;a class=&#34;headerlink&#34; href=&#34;#attention&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;admonition attention&#34;&gt;&#xA;  &lt;div class=&#34;admonition-title&#34;&gt; Attention&lt;/div&gt;&#xA;  &lt;p&gt;&#xA;    Climate change is real.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;caution&#34;&gt;&lt;code&gt;caution&lt;/code&gt;&lt;a class=&#34;headerlink&#34; href=&#34;#caution&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;admonition caution&#34;&gt;&#xA;  &lt;div class=&#34;admonition-title&#34;&gt; Caution&lt;/div&gt;&#xA;  &lt;p&gt;&#xA;    Cliff ahead: Don&#39;t drive off it.&#xA;  &lt;/p&gt;</description>
    </item>
    <item>
      <title>Blocks</title>
      <link>https://theme.scientific-python.org/examples/kitchen-sink/blocks/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/examples/kitchen-sink/blocks/</guid>
      <description>&lt;h2 id=&#34;block-quotes&#34;&gt;Block Quotes&lt;a class=&#34;headerlink&#34; href=&#34;#block-quotes&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Block quotes consist of indented body elements:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;My theory by A. Elk. Brackets Miss, brackets. This theory goes as&#xA;follows and begins now. All brontosauruses are thin at one end, much&#xA;much thicker in the middle and then thin again at the far end. That is&#xA;my theory, it is mine, and belongs to me and I own it, and what it is&#xA;too.&lt;/p&gt;&#xA;&lt;p&gt;&amp;mdash;Anne Elk (Miss)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tables</title>
      <link>https://theme.scientific-python.org/examples/kitchen-sink/tables/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/examples/kitchen-sink/tables/</guid>
      <description>&lt;h2 id=&#34;markdown-tables&#34;&gt;Markdown Tables&lt;a class=&#34;headerlink&#34; href=&#34;#markdown-tables&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The theme supports &lt;a href=&#34;https://github.github.com/gfm/#tables-extension-&#34;&gt;GFM table markdown&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Syntax&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Header&lt;/td&gt;&#xA;          &lt;td&gt;Title&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Paragraph&lt;/td&gt;&#xA;          &lt;td&gt;Text&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Markdown tables can be aligned:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Syntax&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: center&#34;&gt;Description&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: right&#34;&gt;Test Text&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Header&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;Title&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;Here&amp;rsquo;s this&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Paragraph&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: center&#34;&gt;Text&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: right&#34;&gt;And more&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;table-shortcode&#34;&gt;Table shortcode&lt;a class=&#34;headerlink&#34; href=&#34;#table-shortcode&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;This is a feature preview and is not ready for adoption:&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;table class=&#34;table&#34; id=&#34;id000&#34;&gt;&#xA;  &#xA;  &lt;col&#xA;    &#xA;    align=&#34;left&#34;&#xA;    &#xA;  &gt;&#xA;  &#xA;  &lt;col&#xA;    &#xA;    align=&#34;left&#34;&#xA;    &#xA;  &gt;&#xA;  &#xA;  &lt;col&#xA;    &#xA;    align=&#34;right&#34;&#xA;    &#xA;  &gt;&#xA;  &#xA;&#xA;  &#xA;  &lt;th class=&#34;head&#34;&gt;Project&lt;/th&gt;&#xA;  &#xA;  &lt;th class=&#34;head&#34;&gt;Available Packages&lt;/th&gt;&#xA;  &#xA;  &lt;th class=&#34;head&#34;&gt;Download location&lt;/th&gt;&#xA;  &#xA;&#xA;  &#xA;  &lt;tr&gt;&#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        NumPy&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        Official &lt;em&gt;source code&lt;/em&gt; (all platforms) and &lt;em&gt;binaries&lt;/em&gt; for&lt;br/&gt;&#xA;&lt;strong&gt;Windows&lt;/strong&gt;, &lt;strong&gt;Linux&lt;/strong&gt;, and &lt;strong&gt;Mac OS X&lt;/strong&gt;&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        &lt;a href=&#34;https://pypi.python.org/pypi/numpy&#34;&gt;PyPi page for NumPy&lt;/a&gt;&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;  &lt;/tr&gt;&#xA;  &#xA;  &lt;tr&gt;&#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        SciPy&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        Official &lt;em&gt;source code&lt;/em&gt; (all platforms) and &lt;em&gt;binaries&lt;/em&gt; for&lt;br/&gt;&#xA;&lt;strong&gt;Windows&lt;/strong&gt;, &lt;strong&gt;Linux&lt;/strong&gt; and &lt;strong&gt;Mac OS X&lt;/strong&gt;&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;      &#xA;      &lt;td&gt;&#xA;        &lt;a href=&#34;https://github.com/scipy/scipy/releases&#34;&gt;SciPy release page&lt;/a&gt; (sources)&lt;br/&gt;&#xA;&lt;a href=&#34;https://pypi.python.org/pypi/scipy&#34;&gt;PyPI page for SciPy&lt;/a&gt; (all)&#xA;      &lt;/td&gt;&#xA;      &#xA;    &#xA;  &lt;/tr&gt;&#xA;  &#xA;&#xA;&lt;/table&gt;</description>
    </item>
    <item>
      <title>Typography</title>
      <link>https://theme.scientific-python.org/examples/kitchen-sink/typography/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/examples/kitchen-sink/typography/</guid>
      <description>&lt;p&gt;This is quite important, for a website where the majority of the content&#xA;is going to be prose.&lt;/p&gt;&#xA;&lt;p&gt;Notice the font family being used for the prose, as well as the font&#xA;family being used for the heading. Think about the spacing between the&#xA;lines, as well as the spacing between various paragraphs. Also keep the&#xA;font weight in mind, and consider if/how you want antialiasing and&#xA;font-smoothing to work.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
