<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scientific Python Hugo Theme documentation</title>
    <link>https://theme.scientific-python.org/</link>
    <description>Recent content on Scientific Python Hugo Theme documentation</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 Oct 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://theme.scientific-python.org/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Scientific Python Hugo theme released!</title>
      <link>https://theme.scientific-python.org/news/new-theme/</link>
      <pubDate>Mon, 18 Oct 2021 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/news/new-theme/</guid>
      <description>Based on the theme developed for numpy.org.</description>
    </item>
    <item>
      <title></title>
      <link>https://theme.scientific-python.org/example-markdown/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/example-markdown/</guid>
      <description>&lt;p&gt;This is some &lt;em&gt;example markdown&lt;/em&gt; with &lt;strong&gt;bold&lt;/strong&gt;!&lt;/p&gt;</description>
    </item>
    <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>Features</title>
      <link>https://theme.scientific-python.org/user_guide/features/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/features/</guid>
      <description>&lt;h2 id=&#34;hugo-layouts&#34;&gt;Hugo Layouts&lt;a class=&#34;headerlink&#34; href=&#34;#hugo-layouts&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;_default/single.html&lt;/code&gt; : Single page layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;_default/section.html&lt;/code&gt; : Section layout (a section typically has &lt;code&gt;_index.md&lt;/code&gt; and contains other pages)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Blog post layouts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/post.html&lt;/code&gt;: Blog post layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/list.html&lt;/code&gt;: Blog post listing layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/posts/tag.html&lt;/code&gt;: Tag page layout&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;layers/partials/posts/comments.html&lt;/code&gt;: Empty by default; can be overridden to place a comments section&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-custom-html-header-content&#34;&gt;Add custom HTML header content&lt;a class=&#34;headerlink&#34; href=&#34;#add-custom-html-header-content&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;layouts/partials/head.html&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;shortcut-list&#34;&gt;Shortcut list&lt;a class=&#34;headerlink&#34; href=&#34;#shortcut-list&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;The depths of the shortcut list on the left of each post can be&#xA;controlled by setting the &lt;code&gt;shortcutDepth&lt;/code&gt; parameter in the post&#xA;preamble. It defaults to 2.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Help</title>
      <link>https://theme.scientific-python.org/gethelp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/gethelp/</guid>
      <description>&lt;p&gt;Please see our &lt;a href=&#34;https://github.com/scientific-python/scientific-python-hugo-theme/issues&#34;&gt;issue tracker&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get Started</title>
      <link>https://theme.scientific-python.org/user_guide/getstarted/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/getstarted/</guid>
      <description>&lt;p&gt;The &lt;strong&gt;Scientific Python Hugo Theme&lt;/strong&gt; is a theme for the &lt;a href=&#34;https://gohugo.io&#34;&gt;Hugo&lt;/a&gt; static site generator, inspired by the &lt;a href=&#34;https://pydata-sphinx-theme.readthedocs.io/en/latest/&#34;&gt;PyData Sphinx Theme&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;To use this theme on your site, follow these instructions:&lt;/p&gt;&#xA;&lt;h2 id=&#34;dependencies&#34;&gt;Dependencies&lt;a class=&#34;headerlink&#34; href=&#34;#dependencies&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/installation/&#34;&gt;Install Hugo&lt;/a&gt;. Either the standard or extended editions of Hugo will work.&lt;/p&gt;&#xA;&lt;p&gt;Verify that &lt;code&gt;hugo&lt;/code&gt; is on your &lt;code&gt;PATH&lt;/code&gt;:&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;highlight&#34;&gt;&#xA;  &lt;pre&gt;$ hugo version&#xA;hugo v0.120.3-a4892a07b41b7b3f1f143140ee4ec0a9a5cf3970 linux/amd64 BuildDate=2023-11-01T17:57:00Z VendorInfo=gohugoio&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://gohugo.io/hugo-pipes/transpile-sass-to-css/#dart-sass&#34;&gt;Install Dart Sass&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can also &lt;a href=&#34;https://gohugo.io/installation/linux/#snap&#34;&gt;install Hugo as a snap&lt;/a&gt;, which includes Dart Sass.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shortcodes</title>
      <link>https://theme.scientific-python.org/shortcodes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/shortcodes/</guid>
      <description>&lt;!-- DO NOT EDIT.  This file is generated by `tools/render_shortcode_docs.py`.  --&gt;&#xA;&lt;p&gt;Markdown is a convenient and simple format to write in.&#xA;However, it doesn&amp;rsquo;t always do everything we want (or do it in a nice way).&#xA;Rather than adding raw HTML to our source files, Hugo allows us to use&#xA;&lt;em&gt;shortcodes&lt;/em&gt;.  Shortcodes are small snippets that look like this&lt;/p&gt;&#xA;&#xA;&lt;div class=&#34;highlight&#34;&gt;&#xA;  &lt;pre&gt;{{&amp;lt; _shortcodename parameters_ &amp;gt;}}&lt;/pre&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;that Hugo renders using a predefined template.&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>Theme variables and CSS</title>
      <link>https://theme.scientific-python.org/user_guide/styling/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/styling/</guid>
      <description>&lt;p&gt;This section covers a few ways that you can control the look and feel of your&#xA;theme via your own CSS and theme variables.&lt;/p&gt;&#xA;&lt;h2 id=&#34;custom-css-stylesheets&#34;&gt;Custom CSS stylesheets&lt;a class=&#34;headerlink&#34; href=&#34;#custom-css-stylesheets&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Custom styles should be added to &lt;code&gt;/assets/css/my_css.css&lt;/code&gt; (where&#xA;&lt;code&gt;my_css&lt;/code&gt; can be any name, other than those already in the theme).&lt;/p&gt;&#xA;&lt;h2 id=&#34;css-theme-variables&#34;&gt;CSS theme variables&lt;a class=&#34;headerlink&#34; href=&#34;#css-theme-variables&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;h2 id=&#34;fonts&#34;&gt;Fonts&lt;a class=&#34;headerlink&#34; href=&#34;#fonts&#34; title=&#34;Link to this heading&#34;&gt;#&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;To override the fonts used, add a custom CSS file and set the following variables:&lt;/p&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>
    <item>
      <title>Web Design Components</title>
      <link>https://theme.scientific-python.org/user_guide/web-components/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://theme.scientific-python.org/user_guide/web-components/</guid>
      <description>&lt;p&gt;The PyData Sphinx Theme uses&#xA;&lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;sphinx-design&lt;/a&gt;&#xA;to add several UI components and provide extra flexibility for content&#xA;creation. These include badges, buttons, cards, and tabs, among other&#xA;components. This theme provides custom CSS to ensure that&#xA;&lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;sphinx-design&lt;/a&gt;&#xA;elements look and feel consistent with this theme.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition seealso&#34;&gt;&#xA;  &lt;div class=&#34;admonition-title&#34;&gt; Seealso&lt;/div&gt;&#xA;  &lt;p&gt;&#xA;    For more information about how to use these extensions, see &lt;a href=&#34;https://sphinx-design.readthedocs.io/en/latest/index.html&#34;&gt;the&#xA;sphinx-design&#xA;documentation&lt;/a&gt;.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;Below you can find some examples of the components created with the&#xA;&lt;code&gt;sphinx-design&lt;/code&gt; extension.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
