Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lbl-camera/fvGP
Browse files Browse the repository at this point in the history
new commit
  • Loading branch information
MarcusMNoack committed May 4, 2023
2 parents 0f9554c + 3bdeb92 commit 68bb0f8
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 10 deletions.
95 changes: 88 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,91 @@
__pycache__
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
venv/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/build/
docs/source/generated/

# pytest
.pytest_cache/

# PyBuilder
target/

# Editor files
#mac
.DS_Store
*~

#vim
*.swp
*.swo
*.py.un*
*.un~*

#pycharm
.idea/

#VSCode
.vscode/

#Ipython Notebook
.ipynb_checkpoints

# Dask
*dask*
/*egg*
*/*.txt
*.swp
fvgp.egg-info
dist
build
*.lock

# Text notes
*/*.txt
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import 'css/theme.css';

.wy-nav-content {
max-width: unset;
/*max-width: unset;*/
}

.wy-side-nav-search {
Expand Down

0 comments on commit 68bb0f8

Please sign in to comment.