|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | | - <title>spatialpy.core.cleanup — SpatialPy 1.0 documentation</title> |
| 8 | + <title>spatialpy.core.cleanup — SpatialPy 1.0.2 documentation</title> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../_static/css/spatialpy_alabaster_customizations.css" /> |
@@ -91,23 +91,21 @@ <h3 id="searchlabel">Quick search</h3> |
91 | 91 | <div class="body" role="main"> |
92 | 92 |
|
93 | 93 | <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre> |
94 | | -<span></span><span class="sd">'''</span> |
95 | | -<span class="sd">SpatialPy is a Python 3 package for simulation of</span> |
96 | | -<span class="sd">spatial deterministic/stochastic reaction-diffusion-advection problems</span> |
97 | | -<span class="sd">Copyright (C) 2019 - 2022 SpatialPy developers.</span> |
| 94 | +<span></span><span class="c1"># SpatialPy is a Python 3 package for simulation of</span> |
| 95 | +<span class="c1"># spatial deterministic/stochastic reaction-diffusion-advection problems</span> |
| 96 | +<span class="c1"># Copyright (C) 2019 - 2022 SpatialPy developers.</span> |
98 | 97 |
|
99 | | -<span class="sd">This program is free software: you can redistribute it and/or modify</span> |
100 | | -<span class="sd">it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span> |
101 | | -<span class="sd">published by the Free Software Foundation.</span> |
| 98 | +<span class="c1"># This program is free software: you can redistribute it and/or modify</span> |
| 99 | +<span class="c1"># it under the terms of the GNU GENERAL PUBLIC LICENSE Version 3 as</span> |
| 100 | +<span class="c1"># published by the Free Software Foundation.</span> |
102 | 101 |
|
103 | | -<span class="sd">This program is distributed in the hope that it will be useful,</span> |
104 | | -<span class="sd">but WITHOUT ANY WARRANTY; without even the implied warranty of</span> |
105 | | -<span class="sd">MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span> |
106 | | -<span class="sd">GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span> |
| 102 | +<span class="c1"># This program is distributed in the hope that it will be useful,</span> |
| 103 | +<span class="c1"># but WITHOUT ANY WARRANTY; without even the implied warranty of</span> |
| 104 | +<span class="c1"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span> |
| 105 | +<span class="c1"># GNU GENERAL PUBLIC LICENSE Version 3 for more details.</span> |
107 | 106 |
|
108 | | -<span class="sd">You should have received a copy of the GNU General Public License</span> |
109 | | -<span class="sd">along with this program. If not, see <http://www.gnu.org/licenses/>.</span> |
110 | | -<span class="sd">'''</span> |
| 107 | +<span class="c1"># You should have received a copy of the GNU General Public License</span> |
| 108 | +<span class="c1"># along with this program. If not, see <http://www.gnu.org/licenses/>.</span> |
111 | 109 |
|
112 | 110 | <span class="kn">import</span> <span class="nn">os</span> |
113 | 111 | <span class="kn">import</span> <span class="nn">shutil</span> |
@@ -196,10 +194,10 @@ <h1>Source code for spatialpy.core.cleanup</h1><div class="highlight"><pre> |
196 | 194 | <div class="clearer"></div> |
197 | 195 | </div> |
198 | 196 | <div class="footer"> |
199 | | - ©Copyright (C) 2017-2022. |
| 197 | + ©Copyright (C) 2019-2022. |
200 | 198 |
|
201 | 199 | | |
202 | | - Powered by <a href="http://sphinx-doc.org/">Sphinx 4.1.1</a> |
| 200 | + Powered by <a href="http://sphinx-doc.org/">Sphinx 4.4.0</a> |
203 | 201 | & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a> |
204 | 202 |
|
205 | 203 | </div> |
|
0 commit comments