Skip to content

Commit

Permalink
Merge pull request #18 from ronpandolfi/master
Browse files Browse the repository at this point in the history
Constrained docs layout
  • Loading branch information
ronpandolfi committed Apr 28, 2023
2 parents b1d50f4 + 1462cc0 commit d6fd139
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 8 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
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 d6fd139

Please sign in to comment.