Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added kinetics to the HTML output from RMG-Py #33

Merged
merged 5 commits into from
Jun 10, 2011
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
################################################################################

.PHONY : all minimal main measure solver clean

all: main measure solver

minimal: measure solver
Expand Down
7 changes: 6 additions & 1 deletion external/README
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ the version here is based on 1.0.2 but contains a bug fix patch


cinfony/webel.py
from http://cinfony.googlecode.com/svn/trunk/cinfony/webel.py
from http://cinfony.googlecode.com/svn/trunk/cinfony/webel.py

jquery.min.js
from http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js
Used by the HTML output of RMG. Useful to have it locally if you do not have
internet access when you want to look at your results.
Loading