Skip to content

Commit

Permalink
update docs, vernum
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Oct 11, 2023
1 parent c0cbf2e commit 9670c9e
Show file tree
Hide file tree
Showing 12 changed files with 159 additions and 4,798 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: sprit
version: 0.1.40
version: 0.1.41

source:
git_url: https://github.com/RJbalikian/SPRIT-HVSR
git_tag: v0.1.40
git_tag: v0.1.41

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion docs/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#Whether to convert_md using markdown library (True), or let github do it (False)
convert_md=True
rtd_theme=False #Not currently working
release_version= '0.1.40'
release_version= '0.1.41'

currentDir = pathlib.Path((__file__)).parent
docsDir = currentDir
Expand Down
4,750 changes: 0 additions & 4,750 deletions docs/main.html

This file was deleted.

195 changes: 153 additions & 42 deletions docs/sprit_gui.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sprit_hvsr.html
Original file line number Diff line number Diff line change
Expand Up @@ -7921,7 +7921,7 @@ <h2 id="returns">Returns</h2>
</details>
</dd>
<dt id="sprit.sprit_hvsr.input_params"><code class="name flex">
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2023-10-09', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath='', hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], verbose=False)</span>
<span>def <span class="ident">input_params</span></span>(<span>datapath, site='HVSR Site', network='AM', station='RAC84', loc='00', channels=['EHZ', 'EHN', 'EHE'], acq_date='2023-10-11', starttime='00:00:00.00', endtime='23:59:59.999999', tzone='UTC', xcoord=-88.2290526, ycoord=40.1012122, elevation=755, input_crs='EPSG:4326', output_crs='EPSG:4326', elev_unit='feet', depth=0, instrument='Raspberry Shake', metapath='', hvsr_band=[0.4, 40], peak_freq_range=[0.4, 40], verbose=False)</span>
</code></dt>
<dd>
<div class="desc"><p>Function for designating input parameters for reading in and processing data</p>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author = "Riley Balikian"
name = "sprit"
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.1.40"
version="0.1.41"
description = "A package for processing and analyzing HVSR (Horizontal to Vertical Spectral Ratio) data"
keywords = ["HVSR", "seismic", "horizontal to vertical spectral ratio", "obspy", 'geology', 'geophysics', 'geotechnical']
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="sprit",
author= "Riley Balikian",
author_email = "[email protected]",
version="0.1.40",
version="0.1.41",
package_data={'sprit': ['resources/*', 'resources/icon/*', 'resources/themes/*', 'resources/themes/forest-dark/*', 'resources/themes/forest-light/*', 'resources/sample_data/*',]},
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down
Binary file modified sprit/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified sprit/__pycache__/sprit_cli.cpython-311.pyc
Binary file not shown.
Binary file modified sprit/__pycache__/sprit_gui.cpython-311.pyc
Binary file not shown.
Binary file modified sprit/__pycache__/sprit_hvsr.cpython-311.pyc
Binary file not shown.
Binary file modified sprit/__pycache__/sprit_utils.cpython-311.pyc
Binary file not shown.

0 comments on commit 9670c9e

Please sign in to comment.