Skip to content

Commit ef7eda0

Browse files
updated navbar with color and logo (#31)
* updated navbar with color and logo * Changed logo text from Miniscope DAQ to Miniscopes * Remove unnecessary dependency to avoid build errors * update gh-action python * fix broken external link --------- Co-authored-by: Ceci Herbert <[email protected]> Co-authored-by: Ceci Herbert <[email protected]>
1 parent 0f12e34 commit ef7eda0

File tree

7 files changed

+917
-673
lines changed

7 files changed

+917
-673
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.10.12"
21+
python-version: "3.11.5"
2222

2323
- name: Install pipenv and dependencies
2424
run: |

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ sphinxcontrib-email = "*"
1111
pydata-sphinx-theme = "*"
1212
make = "*"
1313
ipython = "==8.10.0" # this version is required to avoid the "WARNING: Pygments lexer name 'ipython3' is not known" that occurs when trying to use notebooks in sphinx - maybe this will be updated
14-
sphinx-autobuild = "*"

Pipfile.lock

Lines changed: 716 additions & 661 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 191 additions & 1 deletion
Loading

source/_static/theme_overrides.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ h6 {
108108

109109
/* navigation bar colors*/
110110
.navbar {
111-
background: white !important;
111+
background: #cd98c2ff !important;
112112
font-size: 1em;
113113
}
114114

115115
.navbar-nav>.active>.nav-link {
116-
background-color: white !important;
117-
color: #344b39 !important;
116+
background-color: #e6eddf !important;
117+
color: #2f401f !important;
118118
font-weight: normal !important;
119119
transition-duration: 0.4s;
120120
}
@@ -125,20 +125,20 @@ h6 {
125125
}
126126

127127
.navbar a {
128-
color: grey !important;
128+
color: white !important;
129129
font-family: "Bitter", sans-serif;
130130
transition-duration: 0.4s;
131131
margin-right: 10px;
132132
}
133133

134134
.search-button {
135-
color: grey !important;
135+
color: white !important;
136136
margin-right: 30px;
137137
}
138138

139139

140140
.navbar a:hover {
141-
color: grey !important;
141+
color: #2f401f !important;
142142
transition-duration: 0.4s;
143143
}
144144

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# a list of builtin themes.
8787
#
8888
html_theme = "pydata_sphinx_theme"
89-
html_logo = "_static/images/miniscope-logo.png"
89+
html_logo = "_static/images/oe_logo_name.svg"
9090
html_scaled_image_link = True
9191
html_title = project
9292

source/ucla-miniscope-v4/developer/mods/spectral.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The UCLA Miniscope v4 as sold by Open Ephys is compatible with green indicators
1010
Standard
1111
********
1212

13-
470nm (blue) LED excitation light source (`LXZ1-PB01 <https://octopart.com/datasheet/lxz1-px01-lumileds-31228818>`__) to image a green indicator e.g. `GCaMP6f <https://www.fpbase.org/protein/gcamp6f/>`__:
13+
470nm (blue) LED excitation light source (`LXZ1-PB01 <https://luxeonstar.com/wp-content/uploads/documentation/ds105.pdf>`__) to image a green indicator e.g. `GCaMP6f <https://www.fpbase.org/protein/gcamp6f/>`__:
1414

1515
.. figure:: /_static/images/gcamp6f.svg
1616
:alt: plot of emission/excitation spectra of GCaMP6f
@@ -38,7 +38,7 @@ The standard UCLA Miniscope v4 is sold by Open Ephys in DIY kits and already ass
3838
Lime
3939
****
4040

41-
560nm (yellow-green) LED excitation light source (`LXZ1-PX01 <https://octopart.com/datasheet/lxz1-px01-lumileds-31228818>`__) to image a red indicator e.g. `jRGECO1a <https://www.fpbase.org/protein/jrgeco1a/>`__:
41+
560nm (yellow-green) LED excitation light source (`LXZ1-PX01 <https://luxeonstar.com/wp-content/uploads/documentation/ds105.pdf>`__) to image a red indicator e.g. `jRGECO1a <https://www.fpbase.org/protein/jrgeco1a/>`__:
4242

4343
.. figure:: /_static/images/jrgeco1a.svg
4444
:alt: plot of emission/excitation spectra of jRGECO1a

0 commit comments

Comments
 (0)