File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # html pages
3+ scp index.html
[email protected] :/home/groups/m/ma/matplotlib/htdocs
4+
5+ # project page
6+ http://sourceforge.net/projects/matplotlib
7+
8+ # home page
9+ http://matplotlib.sourceforge.net
10+
11+ ### updating the website
12+
13+ # build the docs
14+ mother> cd ~/python/projects/matplotlib
15+ mother> make htmldocs
16+ mother> cd htdocs
17+ mother> python process_docs.py
18+ mother> python convert.py
19+ mother> tar cvfz site.tar.gz *.html screenshots tut examples
20+ mother> scp site.tar.gz
[email protected] :/home/groups/m/ma/matplotlib/htdocs/
21+
22+ mother> ssh -l jdh2358 shell.sf.net
23+ sf> cd /home/groups/m/ma/matplotlib/htdocs
24+ sf> tar xvfz site.tar.gz
25+
26+
27+ ### Doing a release
28+
29+ > clearbak
30+ > make htmldocs
31+
32+ # edit setup.py to the correct version number
33+ > make release
34+
35+ # anon ftp the tar.gz and exe file to SF
36+ > ncftp upload.sourceforge.net
37+ ftp> cd incoming
38+ ftp> put tar.gz and exe
39+
40+ # go to https://sourceforge.net/project/admin/?group_id=80706 and do a
41+ # file release
42+
43+ Trove categorization is under Public info on the admin page
Original file line number Diff line number Diff line change 1+ CHANGELOG
2+ GOALS
3+ INSTALL
4+ INTERACTIVE
5+ LICENSE
6+ MANIFEST.in
7+ Makefile
8+ README
9+ TODO
10+ setup.py
11+ examples/README
12+ examples/__init__.py
13+ examples/arctest.py
14+ examples/axes_demo.py
15+ examples/break.py
16+ examples/color_demo.py
17+ examples/data_helper.py
18+ examples/dynamic_demo.py
19+ examples/embedding_in_gtk.py
20+ examples/errorbar_demo.py
21+ examples/figtext.py
22+ examples/gdtest.py
23+ examples/histogram_demo.py
24+ examples/interactive.py
25+ examples/interactive2.py
26+ examples/line_styles.py
27+ examples/logo.py
28+ examples/multiple_figs_demo.py
29+ examples/pstest.py
30+ examples/scatter_demo.py
31+ examples/simple_plot.py
32+ examples/stock_demo.py
33+ examples/subplot_demo.py
34+ examples/system_monitor.py
35+ examples/text_handles.py
36+ examples/text_themes.py
37+ examples/vline_demo.py
38+ examples/data/AAPL.dat
39+ examples/data/INTC.dat
40+ examples/data/membrane.dat
41+ fonts/afm/pagd8a.afm
42+ fonts/afm/pagdo8a.afm
43+ fonts/afm/pagk8a.afm
44+ fonts/afm/pagko8a.afm
45+ fonts/afm/pbkd8a.afm
46+ fonts/afm/pbkdi8a.afm
47+ fonts/afm/pbkl8a.afm
48+ fonts/afm/pbkli8a.afm
49+ fonts/afm/pcrb8a.afm
50+ fonts/afm/pcrbo8a.afm
51+ fonts/afm/pcrr8a.afm
52+ fonts/afm/pcrro8a.afm
53+ fonts/afm/phvb8a.afm
54+ fonts/afm/phvb8an.afm
55+ fonts/afm/phvbo8a.afm
56+ fonts/afm/phvbo8an.afm
57+ fonts/afm/phvl8a.afm
58+ fonts/afm/phvlo8a.afm
59+ fonts/afm/phvr8a.afm
60+ fonts/afm/phvr8an.afm
61+ fonts/afm/phvro8a.afm
62+ fonts/afm/phvro8an.afm
63+ fonts/afm/pncb8a.afm
64+ fonts/afm/pncbi8a.afm
65+ fonts/afm/pncr8a.afm
66+ fonts/afm/pncri8a.afm
67+ fonts/afm/pplb8a.afm
68+ fonts/afm/pplbi8a.afm
69+ fonts/afm/pplr8a.afm
70+ fonts/afm/pplri8a.afm
71+ fonts/afm/psyr.afm
72+ fonts/afm/ptmb8a.afm
73+ fonts/afm/ptmbi8a.afm
74+ fonts/afm/ptmr8a.afm
75+ fonts/afm/ptmri8a.afm
76+ fonts/afm/putb8a.afm
77+ fonts/afm/putbi8a.afm
78+ fonts/afm/putr8a.afm
79+ fonts/afm/putri8a.afm
80+ fonts/afm/pzcmi8a.afm
81+ fonts/afm/pzdr.afm
82+ fonts/ttf/COPYRIGHT.TXT
83+ fonts/ttf/README.TXT
84+ fonts/ttf/RELEASENOTES.TXT
85+ fonts/ttf/Vera.ttf
86+ fonts/ttf/VeraBI.ttf
87+ fonts/ttf/VeraBd.ttf
88+ fonts/ttf/VeraIt.ttf
89+ fonts/ttf/VeraMoBI.ttf
90+ fonts/ttf/VeraMoBd.ttf
91+ fonts/ttf/VeraMoIt.ttf
92+ fonts/ttf/VeraMono.ttf
93+ fonts/ttf/VeraSe.ttf
94+ fonts/ttf/VeraSeBd.ttf
95+ fonts/ttf/local.conf
96+ matplotlib/__init__.py
97+ matplotlib/_matlab_helpers.py
98+ matplotlib/afm.py
99+ matplotlib/artist.py
100+ matplotlib/axes.py
101+ matplotlib/backend_bases.py
102+ matplotlib/cbook.py
103+ matplotlib/lines.py
104+ matplotlib/matlab.py
105+ matplotlib/mlab.py
106+ matplotlib/patches.py
107+ matplotlib/backends/__init__.py
108+ matplotlib/backends/backend_gd.py
109+ matplotlib/backends/backend_gtk.py
110+ matplotlib/backends/backend_ps.py
111+ matplotlib/backends/backend_template.py
112+ test/test.py
Original file line number Diff line number Diff line change 1+ include CHANGELOG GOALS INSTALL INTERACTIVE LICENSE Makefile TODO MANIFEST.in
2+ include examples/README
3+ recursive-include examples *.py *.dat
4+ include fonts/afm/*
5+ include fonts/ttf/*
You can’t perform that action at this time.
0 commit comments