ReactionMechanismGenerator / RMG-Java

The Java version of RMG: Reaction Mechanism Generator
http://rmg.sourceforge.net/
MIT License
29 stars 36 forks source link

More examples and documentation #66

Open rwest opened 14 years ago

rwest commented 14 years ago

I think it'd be good to provide more example files, especially as we have so many options now. Things to show:

Thoughts?

gmagoon commented 14 years ago

partially addressed by 5d1fcff087385c263053f36c2f3ec523b4fe7e86

mrharper commented 14 years ago

I've been adding bits and pieces over the last few days ... though they don't address any of the specific issues listed here.

rwest commented 13 years ago

I have created a branch called documentation to keep our documentation work (which will involve many small commits) from making a confusing mess of our master branch. https://github.com/GreenGroup/RMG-Java/compare/master...documentation

To use it:

git fetch official
git checkout -b documentation official/documentation
<make wonderful changes in a series of commits>
git pull official documentation
(if someone else did something then optionally:
    git fetch official
    git rebase official/documentation
)
git push official documentation