Skip to content

Commit b609bc6

Browse files
Merge branch 'main' into glc
2 parents 8a96f1f + 9703475 commit b609bc6

21 files changed

Lines changed: 74 additions & 47 deletions

.DS_Store

-8 KB
Binary file not shown.

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# PathSim-Chem
21

3-
Chemical Engineering Blocks for PathSim.
2+
<p align="center">
3+
<img src="https://raw.githubusercontent.com/pathsim/pathsim-chem/main/docs/source/logos/chem_logo.png" width="300" alt="PathSim-Chem Logo" />
4+
</p>
45

6+
------------
7+
8+
# PathSim Chemical Engineering Toolbox
9+
10+
This toolbox extends the core pathsim package with domain specific component models for chemical engineering.

docs/.DS_Store

-6 KB
Binary file not shown.

docs/source/.DS_Store

-6 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pathsim\_chem
2+
=============
3+
4+
.. automodule:: pathsim_chem
5+
6+

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
html_theme = 'furo'
4545
html_static_path = ['_static', 'logos']
4646
html_css_files = ['custom.css']
47-
html_logo = 'logos/pathsim_logo.png'
47+
html_logo = 'logos/chem_logo.png'
48+
html_favicon = "logos/pathsim_icon.png"
4849
html_title = "PathSim-Chem Documentation"
4950

5051
html_theme_options = {

docs/source/logos/chem_logo.png

19.4 KB
Loading

docs/source/logos/pathsim_icon.png

14.4 KB
Loading

docs/source/logos/pathsim_logo.png

-942 Bytes
Loading
-19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)