Skip to content

Commit

Permalink
Add eyepiece pages
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Jan 12, 2024
1 parent a03712c commit d496d47
Show file tree
Hide file tree
Showing 19 changed files with 6,751 additions and 27 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,18 @@ pyproject.toml

# mypy
.mypy_cache/

# Excel temporary files
.~lock*

# JSON files generated from buyer's guide to eyepieces
eyepiece_buyers_guide_fixed.json
eyepiece_buyers_guide_zoom.json

# Ignore a bunch of node crap needed to run eslint :/
.editorconfig
.pnp.cjs
.pnp.loader.mjs
.yarn/
package.json
yarn.lock
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
gitpython
myst-parser
openpyxl
pandas
pre-commit
pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?= -W
SPHINXOPTS ?= -W -j auto
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
Expand Down
5 changes: 0 additions & 5 deletions src/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,3 @@ label.modal-checkbox-label:hover {
article.bd-article {
height: 100%;
}
article.bd-article > section {
height: 100%;
display: flex;
flex-direction: column;
}
6 changes: 6 additions & 0 deletions src/_static/css/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@
font-weight: bold;
font-size: 2em;
}

article.bd-article > section {
height: 100%;
display: flex;
flex-direction: column;
}
Loading

0 comments on commit d496d47

Please sign in to comment.