Skip to content

Commit e0dd6be

Browse files
authored
Merge pull request #35 from MunchLab/23-make-a-logo
23 make a logo
2 parents 66e3098 + 5d27b19 commit e0dd6be

88 files changed

Lines changed: 4177 additions & 1357 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Right now, the content includes stuff for doing ECT on graphs embedded in 2D. Ev
88

99
For more information on the ECT, see:
1010

11-
> Elizabeth Munch. An Invitation to the Euler Characteristic Transform. [arXiv:2310.10395](https://arxiv.org/abs/2310.10395). 2023.
11+
> Munch, Elizabeth. An Invitation to the Euler Characteristic Transform. The American Mathematical Monthly, 132(1), 15-25. [doi:10.1080/00029890.2024.2409616](https://doi.org/10.1080/00029890.2024.2409616). 2024.
1212
1313
## Getting Started
1414

@@ -45,6 +45,7 @@ pip install .
4545
This code was written by [Liz Munch](https://elizabethmunch.com/) along with her research group and collaborators. People who have contributed to `ect` include:
4646

4747
- [Sarah McGuire](https://www.sarah-mcguire.com/)
48+
- [Yemeen Ayub](https://yemeen.com/)
4849

4950
## License
5051

doc_source/citing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Citing
33

44
To cite `ect` please use the following publication:
55

6-
Elizabeth Munch. An Invitation to the Euler Characteristic Transform. `arXiv:2310.10395 <https://arxiv.org/abs/2310.10395>`_. 2023.
6+
Munch, Elizabeth. An Invitation to the Euler Characteristic Transform. The American Mathematical Monthly, 132(1), 15-25. `doi:10.1080/00029890.2024.2409616 <https://doi.org/10.1080/00029890.2024.2409616>`_. 2024.
77

doc_source/conf.py

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = 'ect'
27-
copyright = '2024, MunchLab'
27+
copyright = '2025, MunchLab'
2828
author = 'MunchLab'
2929

3030
# The full version, including alpha/beta/rc tags
@@ -70,12 +70,29 @@
7070
# a list of builtin themes.
7171
#
7272
html_theme = 'sphinx_rtd_theme'
73+
html_logo = 'img/ECT_Logo.png'
74+
html_favicon = 'img/ECT_Logo_128x128.png'
75+
html_theme_options = {
76+
'canonical_url': '',
77+
'analytics_id': 'UA-XXXXXXX-1', # Provided by Google in your dashboard
78+
'logo_only': False,
79+
'display_version': True,
80+
'prev_next_buttons_location': 'bottom',
81+
'style_external_links': True,
82+
'style_nav_header_background': '#cececf',
83+
# Toc options
84+
'collapse_navigation': False,
85+
'sticky_navigation': True,
86+
'navigation_depth': 3,
87+
'includehidden': True,
88+
'titles_only': False,
89+
}
7390
autodoc_default_options = {
7491
'members': True,
7592
'member-order': 'bysource',
7693
'special-members': '__init__',
7794
'undoc-members': True,
78-
'exclude-members': '__weakref__'
95+
'exclude-members': '__weakref__',
7996
}
8097
numpydoc_show_class_members = False
8198
autodoc_typehints = "none"

doc_source/img/ECT_Logo.png

52 KB
Loading
10.3 KB
Loading
12.5 KB
Loading

doc_source/img/ECT_Logo_32x32.png

1.85 KB
Loading

doc_source/img/ECT_Logo_64x64.png

4.43 KB
Loading

doc_source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Right now, the content includes stuff for doing ECT on graphs embedded in 2D. Ev
2525

2626
For more information on the ECT, see:
2727

28-
Elizabeth Munch. An Invitation to the Euler Characteristic Transform. `arXiv:2310.10395 <https://arxiv.org/abs/2310.10395>`_. 2023.
28+
Munch, Elizabeth. An Invitation to the Euler Characteristic Transform. The American Mathematical Monthly, 132(1), 15-25. `doi:10.1080/00029890.2024.2409616 <https://doi.org/10.1080/00029890.2024.2409616>`_. 2024.
2929

3030
Getting Started
3131
---------------
@@ -69,6 +69,7 @@ Authors
6969
This code was written by `Liz Munch <https://elizabethmunch.com/>`_ along with her research group and collaborators. People who have contributed to `ect` include:
7070

7171
- `Sarah McGuire <https://www.sarah-mcguire.com/>`_
72+
- `Yemeen Ayub <https://yemeen.com/>`_
7273

7374
License
7475
-------

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 1dadfd971d70ecf359ab515ba8084b45
3+
config: 4fa06ba1eba33764a2433ecca7acac59
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)