-
Notifications
You must be signed in to change notification settings - Fork 55
Home
wojdyr edited this page Nov 29, 2010
·
19 revisions
The wiki here is complementary to the manual.
GitHub has an issue tracker, but so far the main "issue tracker" is the TODO file + mailing lists for communication (see the home page).
This is the best place for user-contributed articles, HOWTOs, hints or images. You are encouraged to contribute.
- first see the INSTALL file
- [wiki:MacOSX Mac OS X issues]
- [wiki:VisualStudio compilation in MS Visual Studio]
- [wiki:Tutorial-Basics Basic GUI usage]
Here is a place where you can describe (in simple words) problems you are solving with fityk. It will be useful not only for other users, but also for developers.
- [wiki:HelloWorld the simplest case - a single peak]
- [wiki:LAMMPS plotting x-y data with large number of points (molecular dynamics statistics)]
- [wiki:ReadShockley fitting Read-Shockley equation to grain boundary energies]
- [wiki:PielaszekSphere XRD, nanopowders and the shape of peaks]
- [wiki:UsecaseFittedXaxisRescale Fitted rescaling of the x-values of a data file with]
- [wiki:InequalityConstraints inequality constraints (or how to make a parameter always stay positive?)]
- [wiki:architecture Fityk architecture - big picture]
- [wiki:Publications the list of publications that mention using fityk]
- fityk-dev mailing list
- libfityk: the official API is documented in [source:trunk/src/fityk.h fityk.h] (doxygen-generated docs). This is a small subset of the libfityk API, but the rest can change at any time.
- Python, Lua and other bindings use the same functions.
- Bindings for other languages supported by SWIG can be easily generated.
- [wiki:DocbookVsRest why the format of the fityk manual was changed from DocBook to ReST]
- [wiki:MigrationToGoogleGroups how to move mailing lists from SourceForge to Google Groups]