Skip to content

Commit

Permalink
Add eyepiece pages; make page history not break with uncommitted files
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Jan 12, 2024
1 parent a03712c commit 165ca82
Show file tree
Hide file tree
Showing 17 changed files with 6,746 additions and 21 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
Loading

0 comments on commit 165ca82

Please sign in to comment.