File: README

package info (click to toggle)
ants 2.5.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,672 kB
  • sloc: cpp: 85,685; sh: 15,850; perl: 863; xml: 115; python: 111; makefile: 68
file content (16 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

edit the index.html

then run (from the root dir)

./forhtml/push-website

e.g. 

git checkout master 
vi index.html 
git add index.html 
git commit -m 'ENH: grant ref'
git push origin master  # push your new index.html changes 
./forhtml/push-website  # send the site to github