copasi API  0.1
Developer Notes copasi api v0.1

Checkout Instructions

  1. Install Git
  2. Clone the project with Git by running git clone in a directory were you want the git source repo "copasi_api" directory
    $ git clone git@github.com:mgaldzic/copasi_api.git
    
    or
    $ git clone git://github.com/mgaldzic/copasi_api
    
  3. Clean and Build
  4. run tests
  5. When you need to update
    $ git pull
    

Issues Management

  1. Issues are managed using the Github Issues management system

Checkin Instructions

  1. Signup on Github: https://github.com/signup
  2. E-mail mgaldzic [at] uw [dot] edu and ask for permissions
  3. After you make a change commit and write a comment
     git commit
    
  4. If you want to update the github (remote) repo with your own code
     git push --progress "origin" master:master
    

Documentation

  1. Get doxygen - using its doxywizard GUI open copasi_api/doxy_config/config.Doxyfile
  2. Create a directory for docs ie "copasi_api_docs" (outside of your git source repo dir)
  3. Go to the copasi_api_docs dir. We're going to make it into your gh-pages branch for doc publication
    git init
    
  1. In your git command line (ie git-bash) run fetch like this
    git fetch  https://mgaldzic@github.com/mgaldzic/copasi_api.git gh-pages:refs/remotes/origin/gh-pages
    
  2. Edit some docs, the doxygen manual is helpful
  3. Point doxywizard at the source dir: your source code directory ie "copasi_api"
  4. Point doxywizard at the destination directory: your directory for docs ie "copasi_api_docs"
  5. Run Doxygen and Show HTML output to check the results
  6. Go to the copasi_api_docs dir and add any new files that were created
    git add .
    
  7. To publish the docs: commit and push to github
    git commit
    git push --progress  "gh-pages" gh-pages:gh-pages
    

Download without SCM

  • You can download the code for this project in either zip or tar formats.

    Required Libraries:

    • stuff
  •  All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines