Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Strip outputs from Jupyter notebooks
*.ipynb filter=nbstripout
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
fsp_path = os.path.join("..", "src")
sys.path.insert(0, os.path.abspath(fsp_path)) # So firescipy is importable

project = "firescipy"
project = "FireSciPy"
author = "Tristan Hehnen, Lukas Arnold"
release = "0.1.0"

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FireScyPy Tutorials
FireSciPy Tutorials
===================

This section contains hands-on tutorials to help you get started with FireScyPy.
This section contains hands-on tutorials to help you get started with FireSciPy.

Pyrolysis Reaction Kinetics
---------------------------
Expand Down
Loading