Skip to content

Commit

Permalink
Rebuild site w/o _ directories
Browse files Browse the repository at this point in the history
  • Loading branch information
c-randall committed Jul 2, 2024
1 parent eae743f commit 0fd2dba
Show file tree
Hide file tree
Showing 71 changed files with 18 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
paths-ignore:
- 'src/*'
- '*.md'
- 'README*'
- 'LICENSE'
Expand All @@ -13,6 +14,7 @@ on:
pull_request:
branches: [main]
paths-ignore:
- 'src/*'
- '*.md'
- 'README*'
- 'LICENSE'
Expand Down
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: 4566d29b1ee0401b1bdd5694fa563ac7
config: 18dd5f2e14df97ffae178207af6e4a3e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/api/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/api/thevenin/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/examples/example1.doctree
Binary file not shown.
Binary file modified docs/.doctrees/examples/example2.doctree
Binary file not shown.
Binary file modified docs/.doctrees/examples/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/_modules/thevenin/_experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@
<article class="bd-article">

<h1>Source code for thevenin._experiment</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Callable</span>
<span></span><span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">annotations</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Callable</span>

<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>

Expand Down
3 changes: 2 additions & 1 deletion docs/_modules/thevenin/_ida_solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@
<article class="bd-article">

<h1>Source code for thevenin._ida_solver</h1><div class="highlight"><pre>
<span></span><span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Callable</span>
<span></span><span class="kn">from</span> <span class="nn">__future__</span> <span class="kn">import</span> <span class="n">annotations</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Callable</span>

<span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
<span class="kn">from</span> <span class="nn">scikits.odes</span> <span class="kn">import</span> <span class="n">dae</span>
Expand Down
5 changes: 2 additions & 3 deletions docs/_sources/api/thevenin/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ thevenin

Documentation is accessible via Python's ``help()`` function which prints
docstrings from a package, module, function, class, etc. In addition, you can
access the documentation by calling the built-in ``thevenin.docs()`` method to
open a local website. The website includes search functionality and examples,
beyond the code docstrings.
access the documentation by visiting the website, hosted through GitHub pages.
The website includes search functionality and examples, beyond the docstrings.

.. rubric:: Viewing documentation using IPython

Expand Down
4 changes: 2 additions & 2 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Summary
A great place to learn how to use the package
and expand your skills.

.. image:: _static/examples.svg
.. image:: static/examples.svg
:class: bg-transparent
:align: center
:height: 75px
Expand All @@ -74,7 +74,7 @@ Summary
Get detailed documentation on all of the
modules, functions, classes, etc.

.. image:: _static/api_reference.svg
.. image:: static/api_reference.svg
:class: bg-transparent
:align: center
:height: 75px
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions docs/api/thevenin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,8 @@
<p class="rubric">How to use the documentation</p>
<p>Documentation is accessible via Python’s <code class="docutils literal notranslate"><span class="pre">help()</span></code> function which prints
docstrings from a package, module, function, class, etc. In addition, you can
access the documentation by calling the built-in <code class="docutils literal notranslate"><span class="pre">thevenin.docs()</span></code> method to
open a local website. The website includes search functionality and examples,
beyond the code docstrings.</p>
access the documentation by visiting the website, hosted through GitHub pages.
The website includes search functionality and examples, beyond the docstrings.</p>
<p class="rubric">Viewing documentation using IPython</p>
<p>Start IPython and import <code class="docutils literal notranslate"><span class="pre">thevenin</span></code>. To see what’s available in <code class="docutils literal notranslate"><span class="pre">thevenin</span></code>,
type <code class="docutils literal notranslate"><span class="pre">thevenin.&lt;TAB&gt;</span></code> (where <code class="docutils literal notranslate"><span class="pre">&lt;TAB&gt;</span></code> is the TAB key). To view type hints
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/example1.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ <h2><span class="section-number">1.4. </span>Run the experiment<a class="headerl
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>DLL load failed while importing ddaspk: The specified module could not be found.
DLL load failed while importing lsodi: The specified module could not be found.
Solve time: 0.079 s
Solve time: 0.108 s
</pre></div>
</div>
<img alt="../_images/68d9a02cab54eb90e58547a4140a9f76f152e0903ed91e8df5a28672ecfb07a4.png" src="../_images/68d9a02cab54eb90e58547a4140a9f76f152e0903ed91e8df5a28672ecfb07a4.png" />
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/example2.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ <h2><span class="section-number">2.5. </span>Run the experiment<a class="headerl
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>DLL load failed while importing ddaspk: The specified module could not be found.
DLL load failed while importing lsodi: The specified module could not be found.
Solve time: 0.092 s
Solve time: 0.104 s
</pre></div>
</div>
<img alt="../_images/edf187d31bd63477763f0f585dfacda29c2020db04133979a846e23b776cd42f.png" src="../_images/edf187d31bd63477763f0f585dfacda29c2020db04133979a846e23b776cd42f.png" />
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/thevenin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
----------------------------
Documentation is accessible via Python's ``help()`` function which prints
docstrings from a package, module, function, class, etc. In addition, you can
access the documentation by calling the built-in ``thevenin.docs()`` method to
open a local website. The website includes search functionality and examples,
beyond the code docstrings.
access the documentation by visiting the website, hosted through GitHub pages.
The website includes search functionality and examples, beyond the docstrings.
Viewing documentation using IPython
-----------------------------------
Expand Down

0 comments on commit 0fd2dba

Please sign in to comment.