Skip to content

Commit 6d0f29a

Browse files
committed
deploy: 3ab7f87
1 parent 5059f59 commit 6d0f29a

File tree

15 files changed

+1175
-28
lines changed

15 files changed

+1175
-28
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 44da161d0609df6071812e3a6925a424
3+
config: 740413660556a6aff240617001acf4ed
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_modules/diffpy/fourigui/fourigui.html

Lines changed: 789 additions & 0 deletions
Large diffs are not rendered by default.

_modules/index.html

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html class="writer-html5" lang="en" data-content_root="../">
5+
<head>
6+
<meta charset="utf-8" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Overview: module code &mdash; diffpy.fourigui 0.3.0rc3 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
10+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=9edc463e" />
11+
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
12+
13+
14+
<script src="../_static/jquery.js?v=5d32c60e"></script>
15+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16+
<script src="../_static/documentation_options.js?v=932527f0"></script>
17+
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
18+
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
19+
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
20+
<script src="../_static/copybutton.js?v=cca77546"></script>
21+
<script src="../_static/js/theme.js"></script>
22+
<link rel="index" title="Index" href="../genindex.html" />
23+
<link rel="search" title="Search" href="../search.html" />
24+
</head>
25+
26+
<body class="wy-body-for-nav">
27+
<div class="wy-grid-for-nav">
28+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
29+
<div class="wy-side-scroll">
30+
<div class="wy-side-nav-search" >
31+
32+
33+
34+
<a href="../index.html" class="icon icon-home">
35+
diffpy.fourigui
36+
</a>
37+
<div role="search">
38+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
39+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
40+
<input type="hidden" name="check_keywords" value="yes" />
41+
<input type="hidden" name="area" value="default" />
42+
</form>
43+
</div>
44+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
45+
<ul>
46+
<li class="toctree-l1"><a class="reference internal" href="../tutorial.html">Tutorial</a></li>
47+
<li class="toctree-l1"><a class="reference internal" href="../api/diffpy.fourigui.html">Package API</a></li>
48+
<li class="toctree-l1"><a class="reference internal" href="../release.html">Release notes</a></li>
49+
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
50+
</ul>
51+
52+
</div>
53+
</div>
54+
</nav>
55+
56+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
57+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
58+
<a href="../index.html">diffpy.fourigui</a>
59+
</nav>
60+
61+
<div class="wy-nav-content">
62+
<div class="rst-content">
63+
<div role="navigation" aria-label="Page navigation">
64+
<ul class="wy-breadcrumbs">
65+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
66+
<li class="breadcrumb-item active">Overview: module code</li>
67+
<li class="wy-breadcrumbs-aside">
68+
</li>
69+
</ul>
70+
<hr/>
71+
</div>
72+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
73+
<div itemprop="articleBody">
74+
75+
<h1>All modules for which code is available</h1>
76+
<ul><li><a href="diffpy/fourigui/fourigui.html">diffpy.fourigui.fourigui</a></li>
77+
</ul>
78+
79+
</div>
80+
</div>
81+
<footer>
82+
83+
<hr/>
84+
85+
<div role="contentinfo">
86+
<p>&#169; Copyright 2026, The Trustees of Columbia University in the City of New York.</p>
87+
</div>
88+
89+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
90+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
91+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
92+
93+
94+
</footer>
95+
</div>
96+
</div>
97+
</section>
98+
</div>
99+
<script>
100+
jQuery(function () {
101+
SphinxRtdTheme.Navigation.enable(true);
102+
});
103+
</script>
104+
105+
</body>
106+
</html>

_sources/api/diffpy.fourigui.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
Submodules
1414
----------
1515

16-
|module|
17-
--------
16+
Module contents
17+
---------------
1818

1919
.. automodule:: diffpy.fourigui.fourigui
2020
:members:

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.3.0rc2',
2+
VERSION: '0.3.0rc3',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

0 commit comments

Comments
 (0)