Skip to content

Commit

Permalink
Bump version, rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Feb 19, 2023
1 parent 6198c9a commit 633ba93
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 3255e1554b3ea59105333170376d94b2
config: 96f3264abcfe80d2f84e55735363b14c
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; versionedobj v2.0.2 documentation</title>
<title>Overview: module code &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -31,7 +31,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
7 changes: 5 additions & 2 deletions docs/_modules/versionedobj/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>versionedobj.object &mdash; versionedobj v2.0.2 documentation</title>
<title>versionedobj.object &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -31,7 +31,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down Expand Up @@ -72,6 +72,7 @@

<h1>Source code for versionedobj.object</h1><div class="highlight"><pre>
<span></span><span class="kn">import</span> <span class="nn">json</span>
<span class="kn">import</span> <span class="nn">copy</span>
<span class="kn">import</span> <span class="nn">sys</span>
<span class="kn">import</span> <span class="nn">inspect</span>

Expand Down Expand Up @@ -251,6 +252,8 @@ <h1>Source code for versionedobj.object</h1><div class="highlight"><pre>
<span class="n">vobj_class</span> <span class="o">=</span> <span class="n">val</span><span class="o">.</span><span class="vm">__class__</span>
<span class="k">elif</span> <span class="n">inspect</span><span class="o">.</span><span class="n">isclass</span><span class="p">(</span><span class="n">val</span><span class="p">)</span> <span class="ow">and</span> <span class="nb">issubclass</span><span class="p">(</span><span class="n">val</span><span class="p">,</span> <span class="n">VersionedObject</span><span class="p">):</span>
<span class="n">vobj_class</span> <span class="o">=</span> <span class="n">val</span>
<span class="k">elif</span> <span class="nb">isinstance</span><span class="p">(</span><span class="n">val</span><span class="p">,</span> <span class="n">CustomValue</span><span class="p">):</span>
<span class="n">val</span> <span class="o">=</span> <span class="n">copy</span><span class="o">.</span><span class="n">deepcopy</span><span class="p">(</span><span class="n">val</span><span class="p">)</span>

<span class="k">if</span> <span class="n">vobj_class</span><span class="p">:</span>
<span class="k">if</span> <span class="nb">hasattr</span><span class="p">(</span><span class="n">val</span><span class="p">,</span> <span class="s1">&#39;version&#39;</span><span class="p">):</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/_modules/versionedobj/serializer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>versionedobj.serializer &mdash; versionedobj v2.0.2 documentation</title>
<title>versionedobj.serializer &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -31,7 +31,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: 'v2.0.2',
VERSION: 'v2.0.3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &mdash; versionedobj v2.0.2 documentation</title>
<title>Index &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -31,7 +31,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>versionedobj &mdash; versionedobj v2.0.2 documentation</title>
<title>versionedobj &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -33,7 +33,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>versionedobj &mdash; versionedobj v2.0.2 documentation</title>
<title>versionedobj &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -34,7 +34,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/objects.inv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sphinx inventory version 2
# Project: versionedobj
# Version: v2.0.2
# Version: v2.0.3
# The remainder of this file is compressed using zlib.
xڭ�;o�0�w~��vMTV��j%�"P�X#'���G�A}mL��)mop����4 $�%��Qu��� �jE�S{���E��TJ����j���l�Bpa�4��'6�F�����g�Mk���e��L�������s�RK� �5Pư�C���8�H=�jlj7K�1�݊�H}����+�' -�JϜ6�lyy��9�@�� I��L���2:���A��}���+ �Kf�,k@o{ޭuh�Nu~]a3���;�\�/ n/�L�� ��sT �z�e�����{��D���BIK$�1�C��ғ������1r,\�D��:F���,��p{3��?�z8�?b�����Jٮ�he�gm�+��N���~��#A�>��7Kۙ�
4 changes: 2 additions & 2 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Python Module Index &mdash; versionedobj v2.0.2 documentation</title>
<title>Python Module Index &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
Expand Down Expand Up @@ -34,7 +34,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &mdash; versionedobj v2.0.2 documentation</title>
<title>Search &mdash; versionedobj v2.0.3 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />

Expand Down Expand Up @@ -34,7 +34,7 @@
versionedobj
</a>
<div class="version">
v2.0.2
v2.0.3
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down
Loading

0 comments on commit 633ba93

Please sign in to comment.