Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ marimo/_lsp/
__marimo__/

/_build/
/locat/_version.py
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ numpy>=1.25
sphinx==8.0.2
scipy>=1.13
intersphinx-registry
myst-parser
myst-nb >= 1.1
numpydoc
pydata-sphinx-theme
flit_scm
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

extensions = [
'sphinx.ext.autodoc',
'myst_parser',
'myst_nb',
'numpydoc',
'sphinx.ext.extlinks',
'sphinx.ext.intersphinx',
Expand Down Expand Up @@ -64,9 +64,6 @@
"doc_path": "docs",
}

html_sidebars = {
"examples": []
}

html_theme_options = {
"icon_links": [
Expand All @@ -87,6 +84,9 @@

plot_include_source = True

# Notebooks: serve pre-executed outputs. Run `make publish-tutorial` in the repro repo before a release.
nb_execution_mode = "off"


def linkcode_resolve(domain, info):
"""
Expand Down
7 changes: 0 additions & 7 deletions docs/source/examples.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pages
:maxdepth: 2

self
examples
tutorials/index
reference/modules


Expand Down
7 changes: 7 additions & 0 deletions docs/source/reference/locat.plotting_and_other_methods.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
locat.plotting_and_other_methods module
=================================

.. automodule:: locat.plotting_and_other_methods
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/reference/locat.postprocessing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
locat.postprocessing module
=================================

.. automodule:: locat.postprocessing
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/reference/locat.preprocessing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
locat.preprocessing module
=================================

.. automodule:: locat.preprocessing
:members:
:undoc-members:
:show-inheritance:
3 changes: 3 additions & 0 deletions docs/source/reference/locat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ Submodules

locat.locat
locat.locat_result
locat.preprocessing
locat.postprocessing
locat.plotting_and_other_methods
7 changes: 7 additions & 0 deletions docs/source/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Tutorials

```{toctree}
:maxdepth: 1

pbmc3k
```
Loading
Loading