Skip to content

Commit

Permalink
refactor: Merge branch 'dev' into fix_mvbs
Browse files Browse the repository at this point in the history
Sync changes in dev to the branch
  • Loading branch information
lsetiawan committed Aug 25, 2023
2 parents f30df73 + 183cf7a commit c75d9a2
Show file tree
Hide file tree
Showing 28 changed files with 13,799 additions and 2,361 deletions.
8 changes: 5 additions & 3 deletions docs/source/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ execute:
# targetname: book.tex

# Add a bibtex file so that we can create citations
# bibtex_bibfiles:
# - references.bib
bibtex_bibfiles:
- references.bib

# Information about where the book exists on the web
repository:
Expand All @@ -39,13 +39,15 @@ sphinx:
'sphinx_automodapi.automodapi',
'numpydoc',
# 'sphinx.ext.autodoc',
'sphinxcontrib.bibtex',
'sphinx.ext.intersphinx',
'sphinx.ext.mathjax',
'sphinx.ext.ifconfig',
'sphinx.ext.githubpages',
'sphinxcontrib.mermaid'
]
# config:
config:
bibtex_reference_style: author_year
# # https://github.com/executablebooks/jupyter-book/issues/1186
# # https://sphinx-book-theme.readthedocs.io/en/latest/customize/sidebar-secondary.html
# html_theme_options:
Expand Down
10 changes: 7 additions & 3 deletions docs/source/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ parts:
chapters:
- file: convert
- file: open-converted
- file: process
- file: data-format
title: Data formats
title: Raw data formats
sections:
- file: data-format-sonarnetcdf4
- file: data-format-raw
- file: data-format-processed
- file: data-format-5to6
- file: data-proc
title: Data processing
sections:
- file: data-proc-func
- file: data-proc-additional
- file: viz
- file: processing-levels
title: Processing levels
Expand Down
17 changes: 16 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ API components that most users will interact with.
In echopype versions prior to 0.5.0, the API in this page focused
on the ``convert`` and ``process`` subpackages. See the
`0.4.1 API page <https://echopype.readthedocs.io/en/v0.4.1/api.html>`_
if you're using a previous release. That workflow is being deprecated.
if you're using a previous release. That workflow is now removed.

**Content**

Expand Down Expand Up @@ -72,6 +72,13 @@ commongrid
:no-inheritance-diagram:
:no-heading:

consolidate
^^^^^^^^^^

.. automodapi:: echopype.consolidate
:no-inheritance-diagram:
:no-heading:

qc
^^^

Expand All @@ -86,6 +93,14 @@ mask
:no-inheritance-diagram:
:no-heading:

metrics
^^^^^^^

.. automodapi:: echopype.metrics
:no-inheritance-diagram:
:no-heading:


Utilities
---------

Expand Down
86 changes: 0 additions & 86 deletions docs/source/data-format-processed.ipynb

This file was deleted.

Loading

0 comments on commit c75d9a2

Please sign in to comment.