Skip to content

Commit 36af756

Browse files
committed
working doc version
1 parent 63049bd commit 36af756

File tree

116 files changed

+75058
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+75058
-20
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.4.1
33
tag = True
44
commit = True
55

.readthedocs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: 2
33
build:
44
os: ubuntu-20.04
55
tools:
6-
python: "3.10"
6+
python: "3.8"
77
sphinx:
88
configuration: docs/conf.py
99
# disable this for more lenient docs builds
10-
fail_on_warning: true
10+
fail_on_warning: false
1111
python:
1212
install:
1313
- method: pip

docs/conf.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@
1313
# -- Project information -----------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1515

16-
project = "sobolev_alignment"
16+
project = "Sobolev Alignment"
1717
copyright = "2023, Soufiane Mourragui"
1818
author = "Soufiane Mourragui"
1919
release = "0.4.1"
2020

2121
bibtex_bibfiles = []
2222
templates_path = ["_templates"]
2323
nitpicky = True # Warn about broken links
24-
needs_sphinx = "3.0"
24+
needs_sphinx = "4.5"
2525

2626
# -- General configuration ---------------------------------------------------
2727
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
2828

2929
extensions = [
30+
"numpydoc",
3031
"myst_nb",
3132
"sphinx_copybutton",
3233
"sphinx.ext.autodoc",
@@ -43,7 +44,7 @@
4344
autosummary_generate = True
4445
autodoc_member_order = "groupwise"
4546
default_role = "literal"
46-
napoleon_google_docstring = False
47+
napoleon_google_docstring = True
4748
napoleon_numpy_docstring = True
4849
napoleon_include_init_with_doc = False
4950
napoleon_use_rtype = True # having a separate entry generally helps readability
@@ -90,7 +91,7 @@
9091
html_title = "sobolev_alignment"
9192

9293
html_theme_options = {
93-
# "repository_url": repository_url,
94+
"repository_url": "https://github.com/NKI-CCB/sobolev_alignment",
9495
"use_repository_button": True,
9596
}
9697

docs/html/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 2f3374880666093c827d35c0a0ab8e41
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
1.35 MB
Binary file not shown.

docs/html/.doctrees/index.doctree

4.86 KB
Binary file not shown.
2.68 KB
Binary file not shown.
Binary file not shown.

docs/html/_sources/index.rst.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. Sobolev Alignment documentation master file, created by
2+
sphinx-quickstart on Thu Jan 19 21:16:54 2023.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to Sobolev Alignment's documentation!
7+
=============================================
8+
9+
.. toctree::
10+
:maxdepth: 2
11+
:caption: Contents:
12+
13+
14+
15+
Indices and tables
16+
==================
17+
18+
* :ref:`genindex`
19+
* :ref:`modindex`
20+
* :ref:`search`
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
sobolev_alignment
2+
=================
3+
4+
.. toctree::
5+
:maxdepth: 4
6+
7+
sobolev_alignment
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
sobolev\_alignment package
2+
==========================
3+
4+
Submodules
5+
----------
6+
7+
sobolev\_alignment.data\_normalisation module
8+
---------------------------------------------
9+
10+
.. automodule:: sobolev_alignment.data_normalisation
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
sobolev\_alignment.feature\_analysis module
16+
-------------------------------------------
17+
18+
.. automodule:: sobolev_alignment.feature_analysis
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
sobolev\_alignment.generate\_artificial\_sample module
24+
------------------------------------------------------
25+
26+
.. automodule:: sobolev_alignment.generate_artificial_sample
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
31+
sobolev\_alignment.interpolated\_features module
32+
------------------------------------------------
33+
34+
.. automodule:: sobolev_alignment.interpolated_features
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
39+
sobolev\_alignment.kernel\_operations module
40+
--------------------------------------------
41+
42+
.. automodule:: sobolev_alignment.kernel_operations
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
47+
sobolev\_alignment.krr\_approx module
48+
-------------------------------------
49+
50+
.. automodule:: sobolev_alignment.krr_approx
51+
:members:
52+
:undoc-members:
53+
:show-inheritance:
54+
55+
sobolev\_alignment.krr\_model\_selection module
56+
-----------------------------------------------
57+
58+
.. automodule:: sobolev_alignment.krr_model_selection
59+
:members:
60+
:undoc-members:
61+
:show-inheritance:
62+
63+
sobolev\_alignment.multi\_krr\_approx module
64+
--------------------------------------------
65+
66+
.. automodule:: sobolev_alignment.multi_krr_approx
67+
:members:
68+
:undoc-members:
69+
:show-inheritance:
70+
71+
sobolev\_alignment.scvi\_model\_search module
72+
---------------------------------------------
73+
74+
.. automodule:: sobolev_alignment.scvi_model_search
75+
:members:
76+
:undoc-members:
77+
:show-inheritance:
78+
79+
sobolev\_alignment.sobolev\_alignment module
80+
--------------------------------------------
81+
82+
.. automodule:: sobolev_alignment.sobolev_alignment
83+
:members:
84+
:undoc-members:
85+
:show-inheritance:
86+
87+
Module contents
88+
---------------
89+
90+
.. automodule:: sobolev_alignment
91+
:members:
92+
:undoc-members:
93+
:show-inheritance:

0 commit comments

Comments
 (0)