Differences between revisions 6 and 11 (spanning 5 versions)
Revision 6 as of 2008-06-21 07:50:40
Size: 1041
Editor: GlennTarbox
Comment:
Revision 11 as of 2008-06-27 17:05:26
Size: 454
Editor: GlennTarbox
Comment: wiki word - fixing with redirect from original finance page
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from finance
Line 16: Line 17:
= LINKS =
  http://wiki.sagemath.org/GlennTarbox/QuantFin
= Development =
Line 19: Line 19:
= HG REPO =  GlennTarbox/HgDevelopment: Thoughts on development and process for SageFinance and DsageNg
Line 21: Line 21:
ghtdak's repo, which he (I) uses internally to sync all my machines, is both a gitweb style http server and a repo
which can be pulled / cloned from. You can't push to it... (you wouldn't want to do that anyway)
----
Line 24: Line 23:
http://tarbox.org:9000

browse away... but if you want to clone / pull, you should read the mercurial docs... but some hints.

If you want a clean all by itself repo with all the history from the beginning of time:

{{{
cd /tmp; mkdir ghtpull; cd ghtpull; hg clone http://tarbox.org:9000;
mv tarbox.org:9000 sage-ght
}}}

remember about branches. Some helpful commands

 * hg help branches
 * hg help branch
 * hg help clone
 * hg update -C finpatch
CategorySageFinance

TableOfContents

Quantitative Finance in Sage

ImageLink(mrw.png)

PEOPLE

  • [:WilliamStein:William Stein]

  • [:GlennTarbox:GlennTarbox]

  • Brett Nakashima
  • Christopher Swierczewski

GROUP

Development


CategorySageFinance

SageFinance (last edited 2016-08-11 13:21:20 by slelievre)