Skip to content

Commit

Permalink
Migrated Read docs page (#266)
Browse files Browse the repository at this point in the history
* Migrated Read docs page

* Migrated Read docs page - Added full_socal.csv

* Added full_socal.csv

* Migrated Read docs page to Jupyter book and added relative markdown links in README.md. Added windows specific command in the get_started.ipynb

* Fixed os path

* Fixed os path

* Fixed os path

* Renamed docs folder to docs_old

* Addressed the issues
  • Loading branch information
IshikaKhandelwal authored Nov 16, 2023
1 parent 26fb304 commit 92d86a9
Show file tree
Hide file tree
Showing 184 changed files with 57 additions and 45,530 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude_lines =
if __name__ == .__main__.:
ignore_errors = True
omit =
test/*,docs/*
test/*,docs_old/*

[html]
directory = coverage_html_report
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
docs_old/_build/

# PyBuilder
.pybuilder/
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exclude: |
(?x)^(
docs/conf.py
docs_old/conf.py
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Please follow the [Conventional Commits](https://github.com/uw-ssec/rse-guidelin

## Overview

<img src="./docs/figures/data_flow.png">
<img src="./docs_old/figures/data_flow.png">
The data processing in NoisePy consists of three steps:

1. **(Optional) Step 0 - Download**: The `download()` function or the `noisepy download` CLI command can be
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ NoisePy is a Python package designed for fast and easy computation of ambient no

Disclaimer: this code should not be used "as-is" and not run like a blackbox. The user is expected to change local paths and parameters. Submit an issue to github with information such as the scripts+error messages to debug.

Detailed documentation can be found at https://noisepy.readthedocs.io/en/latest/
Detailed documentation can be found at https://noisepy.github.io/NoisePy/

[![Documentation Status](https://readthedocs.org/projects/noisepy/badge/?version=latest)](https://noisepy.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://github.com/noisepy/NoisePy/actions/workflows/notebooks.yml/badge.svg)](https://noisepy.github.io/NoisePy/)
[![Build Status](https://github.com/noisepy/NoisePy/actions/workflows/test.yaml/badge.svg)](https://github.com/noisepy/NoisePy/actions/workflows/test.yaml)
[![Codecov](https://codecov.io/gh/noisepy/NoisePy/branch/main/graph/badge.svg)](https://codecov.io/gh/noisepy/NoisePy)
[![DOI](https://zenodo.org/badge/157871462.svg)](https://zenodo.org/badge/latestdoi/157871462)

<img src="https://raw.githubusercontent.com/noisepy/NoisePy/main/docs/figures/logo.png" width="800" height="400">
<img src="https://raw.githubusercontent.com/noisepy/NoisePy/main/docs_old/figures/logo.png" width="800" height="400">

## Major updates coming
NoisePy is going through a major refactoring to make this package easier to develop and deploy. Submit an issue, fork the repository and create pull requests to [contribute](CONTRIBUTING.md).
Expand Down
Binary file removed docs/.DS_Store
Binary file not shown.
Binary file removed docs/_build/doctrees/applications.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/_build/doctrees/examples.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/introduction.doctree
Binary file not shown.
Binary file removed docs/_build/doctrees/tutorial.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/_build/html/.buildinfo

This file was deleted.

Empty file removed docs/_build/html/.nojekyll
Empty file.
21 changes: 0 additions & 21 deletions docs/_build/html/_sources/applications.rst.txt

This file was deleted.

30 changes: 0 additions & 30 deletions docs/_build/html/_sources/examples.rst.txt

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions docs/_build/html/_sources/examples/parallel_pyflex.rst.txt

This file was deleted.

29 changes: 0 additions & 29 deletions docs/_build/html/_sources/examples/process_observed.rst.txt

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_build/html/_sources/index.rst.txt

This file was deleted.

40 changes: 0 additions & 40 deletions docs/_build/html/_sources/installation.rst.txt

This file was deleted.

28 changes: 0 additions & 28 deletions docs/_build/html/_sources/introduction.rst.txt

This file was deleted.

Loading

0 comments on commit 92d86a9

Please sign in to comment.