Skip to content

Commit

Permalink
Deployed 606beda with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Nov 30, 2023
1 parent 0ccfbd7 commit b832bc0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,72 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/CHANGELOG/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/dev-decisions/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/code-reference/CCClient/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/code-reference/exceptions/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/code-reference/future-outputs/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/code-reference/inputs/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/code-reference/outputs/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/authentication/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/batch-computations/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/bigchem-algorithms/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/compute/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/geometry-optimization/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtzgroup.github.io/chemcloud-client/tutorial/supported-programs/</loc>
<lastmod>2023-11-29</lastmod>
<lastmod>2023-11-30</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorial/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ <h2 id="pass-usernamepassword-to-client-not-recommended">Pass Username/Password
<p>You can directly pass a username and password to the <code>client</code> object. This is <strong>not</strong> recommended as it opens up the possibility of your credentials accidentally being committed to your code repo. However, it can be used in rare circumstances when necessary.</p>
<div class="highlight"><pre><span></span><code><span class="kn">from</span> <span class="nn">chemcloud</span> <span class="kn">import</span> <span class="n">CCClient</span>
<span class="n">client</span> <span class="o">=</span> <span class="n">CCClient</span><span class="p">(</span>
<span class="n">CHEMCLOUD_username</span><span class="o">=</span><span class="s2">&quot;[email protected]&quot;</span><span class="p">,</span> <span class="n">CHEMCLOUD_password</span><span class="o">=</span><span class="s2">&quot;super_secret_password&quot;</span> <span class="c1"># pragma: allowlist secret</span>
<span class="n">chemcloud_username</span><span class="o">=</span><span class="s2">&quot;[email protected]&quot;</span><span class="p">,</span> <span class="n">chemcloud_password</span><span class="o">=</span><span class="s2">&quot;super_secret_password&quot;</span> <span class="c1"># pragma: allowlist secret</span>
<span class="p">)</span>
</code></pre></div>

Expand Down

0 comments on commit b832bc0

Please sign in to comment.