Skip to content

Commit 21eaf18

Browse files
committed
deploy: c2b88b7
1 parent 45c99e1 commit 21eaf18

11 files changed

Lines changed: 29 additions & 29 deletions

.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: aaee112055493c2dc3777711da592471
3+
config: 95fd6965997ea328280076cfc0ab98b1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/getting-started.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ diffpy macro language.
2525

2626
.. code-block:: bash
2727
28-
diffpy.app runmacro <macro_file.dp-in>
28+
diffpy-app runmacro <macro_file.dp-in>
2929
3030
To follow the example,
3131

@@ -43,7 +43,7 @@ To follow the example,
4343

4444
.. code-block:: bash
4545
46-
diffpy.app runmacro example_macro.dp-in
46+
diffpy-app runmacro example_macro.dp-in
4747
4848
How to write macro
4949
~~~~~~~~~~~~~~~~~~
@@ -160,23 +160,23 @@ local environment. To use this application, run:
160160

161161
.. code-block:: bash
162162
163-
diffpy.app agentify
163+
diffpy-app agentify
164164
165165
``claude`` and ``codex`` agent skills are supported, and ``claude`` is used
166166
by default. To specify the agent skill, use the ``--agent`` option:
167167

168168
.. code-block:: bash
169169
170-
diffpy.app agentify --agent codex
170+
diffpy-app agentify --agent codex
171171
172172
To deploy the agentic skill to the system directory, use the ``--system`` flag:
173173

174174
.. code-block:: bash
175175
176-
diffpy.app agentify --system
176+
diffpy-app agentify --system
177177
178178
To update the existing ``diffpy.cmi`` agentic skill, use the ``--update`` flag:
179179

180180
.. code-block:: bash
181181
182-
diffpy.app agentify --update
182+
diffpy-app agentify --update

_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.0.1',
2+
VERSION: '0.1.1rc0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &mdash; diffpy.apps 0.0.1 documentation</title>
8+
<title>Index &mdash; diffpy.apps 0.1.1rc0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1111
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1212

1313

1414
<script src="_static/jquery.js?v=5d32c60e"></script>
1515
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16-
<script src="_static/documentation_options.js?v=f539c95a"></script>
16+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1717
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1818
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
1919
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

getting-started.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Getting started &mdash; diffpy.apps 0.0.1 documentation</title>
9+
<title>Getting started &mdash; diffpy.apps 0.1.1rc0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1313

1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=f539c95a"></script>
17+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1818
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1919
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -95,7 +95,7 @@
9595
<span id="runmacro"></span><h2>Use <code class="docutils literal notranslate"><span class="pre">runmacro</span></code> to start refinement with a macro file<a class="headerlink" href="#use-runmacro-to-start-refinement-with-a-macro-file" title="Link to this heading"></a></h2>
9696
<p>The <code class="docutils literal notranslate"><span class="pre">runmacro</span></code> application allows users to execute macros written in the
9797
diffpy macro language.</p>
98-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>runmacro<span class="w"> </span>&lt;macro_file.dp-in&gt;
98+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>runmacro<span class="w"> </span>&lt;macro_file.dp-in&gt;
9999
</pre></div>
100100
</div>
101101
<p>To follow the example,</p>
@@ -111,7 +111,7 @@
111111
<ol class="arabic simple" start="3">
112112
<li><p>run the macro using the <code class="docutils literal notranslate"><span class="pre">runmacro</span></code> application</p></li>
113113
</ol>
114-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>runmacro<span class="w"> </span>example_macro.dp-in
114+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>runmacro<span class="w"> </span>example_macro.dp-in
115115
</pre></div>
116116
</div>
117117
<section id="how-to-write-macro">
@@ -215,20 +215,20 @@ <h3>How to write macro<a class="headerlink" href="#how-to-write-macro" title="Li
215215
<span id="agentify"></span><h2>Use <code class="docutils literal notranslate"><span class="pre">agentify</span></code> to deploy agent skills <code class="docutils literal notranslate"><span class="pre">diffpy.cmi</span></code><a class="headerlink" href="#use-agentify-to-deploy-agent-skills-diffpy-cmi" title="Link to this heading"></a></h2>
216216
<p>The <code class="docutils literal notranslate"><span class="pre">agentify</span></code> application allows users to deploy agentic skills in the
217217
local environment. To use this application, run:</p>
218-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>agentify
218+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>agentify
219219
</pre></div>
220220
</div>
221221
<p><code class="docutils literal notranslate"><span class="pre">claude</span></code> and <code class="docutils literal notranslate"><span class="pre">codex</span></code> agent skills are supported, and <code class="docutils literal notranslate"><span class="pre">claude</span></code> is used
222222
by default. To specify the agent skill, use the <code class="docutils literal notranslate"><span class="pre">--agent</span></code> option:</p>
223-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>agentify<span class="w"> </span>--agent<span class="w"> </span>codex
223+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>agentify<span class="w"> </span>--agent<span class="w"> </span>codex
224224
</pre></div>
225225
</div>
226226
<p>To deploy the agentic skill to the system directory, use the <code class="docutils literal notranslate"><span class="pre">--system</span></code> flag:</p>
227-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>agentify<span class="w"> </span>--system
227+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>agentify<span class="w"> </span>--system
228228
</pre></div>
229229
</div>
230230
<p>To update the existing <code class="docutils literal notranslate"><span class="pre">diffpy.cmi</span></code> agentic skill, use the <code class="docutils literal notranslate"><span class="pre">--update</span></code> flag:</p>
231-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy.app<span class="w"> </span>agentify<span class="w"> </span>--update
231+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>diffpy-app<span class="w"> </span>agentify<span class="w"> </span>--update
232232
</pre></div>
233233
</div>
234234
</section>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>diffpy.apps documentation &mdash; diffpy.apps 0.0.1 documentation</title>
9+
<title>diffpy.apps documentation &mdash; diffpy.apps 0.1.1rc0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1313

1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=f539c95a"></script>
17+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1818
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1919
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
@@ -78,8 +78,8 @@
7878
<h1>diffpy.apps documentation<a class="headerlink" href="#title" title="Link to this heading"></a></h1>
7979
<p><code class="docutils literal notranslate"><span class="pre">diffpy.apps</span></code> - User applications to help with tasks using diffpy packages</p>
8080
<div class="line-block">
81-
<div class="line">Software version 0.0.1</div>
82-
<div class="line">Last updated May 19, 2026.</div>
81+
<div class="line">Software version 0.1.1rc0</div>
82+
<div class="line">Last updated May 26, 2026.</div>
8383
</div>
8484
<section id="getting-started">
8585
<h2>Getting started<a class="headerlink" href="#getting-started" title="Link to this heading"></a></h2>

license.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>License &mdash; diffpy.apps 0.0.1 documentation</title>
9+
<title>License &mdash; diffpy.apps 0.1.1rc0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1313

1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=f539c95a"></script>
17+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1818
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1919
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

objects.inv

3 Bytes
Binary file not shown.

release.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Release notes &mdash; diffpy.apps 0.0.1 documentation</title>
9+
<title>Release notes &mdash; diffpy.apps 0.1.1rc0 documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
1313

1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=f539c95a"></script>
17+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1818
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1919
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Search &mdash; diffpy.apps 0.0.1 documentation</title>
8+
<title>Search &mdash; diffpy.apps 0.1.1rc0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
1010
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1111
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
@@ -14,7 +14,7 @@
1414

1515
<script src="_static/jquery.js?v=5d32c60e"></script>
1616
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="_static/documentation_options.js?v=f539c95a"></script>
17+
<script src="_static/documentation_options.js?v=e3d08f8f"></script>
1818
<script src="_static/doctools.js?v=fd6eb6e6"></script>
1919
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2020
<script src="_static/clipboard.min.js?v=a7894cd8"></script>

0 commit comments

Comments
 (0)