Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 02/10/06 18:16:37 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 1 1 = Numpy developer's wiki = 2 2 3 This is a wiki meant for the "hard-hat" area of Numpy. Here you'll find notes on reasons behind decisions, rough areas of numpy that need working on, what file does what, etc. (Or, at least you will if people add that stuff :-)3 This is a wiki meant for the "hard-hat" area of [NumPy http://scipy.org/]. Here you'll find notes on reasons behind decisions, rough areas of numpy that need working on, what file does what, etc. (Or, at least you will if people add that stuff :-). How to use NumPy, documentation, tutorials, etc., belong on the main SciPy wiki, not here. 4 4 You can also browse the subversion repository and submit bug reports here. 5 6 As all Wiki pages, this page is editable, this means that you can7 modify the contents of this page simply by using your8 web-browser. Simply click on the "Edit this page" link at the bottom9 of the page. WikiFormatting will give you a detailed description of10 available Wiki formatting commands.11 12 TracGuide is a good place to start.13 5 14 6 == Starting Points == … … 22 14 == Trac == 23 15 16 * WikiFormatting 24 17 * TracGuide -- Built-in Documentation 25 18 * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project … … 28 21 29 22 For a complete list of local wiki pages, see TitleIndex. 30 31 Trac is brought to you by [http://www.edgewall.com/ Edgewall Software],32 providing professional Linux and software development services to clients33 worldwide. Visit http://www.edgewall.com/ for more information.34
