mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 09:12:19 -05:00
Added first draft of `real' developers documentation.
I'll be mainly moving stuff from mufasa_intro and mufasa_handbook to this document. The purpose of mufasa_intro will change, and mufasa_handbook will most likely be changed quite a bit too.
This commit is contained in:
parent
0ab37b325d
commit
19a9570e7c
43
Doc/mufasa_developers.tex
Normal file
43
Doc/mufasa_developers.tex
Normal file
@ -0,0 +1,43 @@
|
||||
\documentclass[a4paper, 10pt]{report} % perhaps book?
|
||||
|
||||
\usepackage{graphicx}
|
||||
\usepackage{url}
|
||||
\usepackage{amsmath}
|
||||
\setlength{\parskip}{1.5ex}
|
||||
|
||||
\begin{document}
|
||||
\title{Mufasa Developers Manual}
|
||||
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
\chapter{Foreword}
|
||||
|
||||
A word of thanks to the SRL Community{\footnote{http://villavu.com/} and some of
|
||||
it's members.
|
||||
The following persons (in no particular order) have contributed in some way to
|
||||
Simba, note that not all names correspond to the real name of a person, but
|
||||
rather to their corresponding internet name.
|
||||
Benjamin J Land (aka BenLand100), Nielsie95, Markus, Yakman, Mixster, ss23,
|
||||
Nava2, Dgby714, Widget.
|
||||
|
||||
A special word of thanks goes to Frederic Hannes (Freddy1990) for maintaining
|
||||
his program\footnote{SCAR, http://freddy1990.com}, for giving us inspiration
|
||||
and generally for all the time he has put in SRL.
|
||||
|
||||
That's about it for the foreword, we hope this Document will be of any use to
|
||||
you as reader.
|
||||
|
||||
Merlijn and Raymond
|
||||
|
||||
\chapter{Introduction}
|
||||
|
||||
This is the Simba / MML (Mufasa Macro Library) documentation, aimed at
|
||||
developers. The document will take several different approaches in treating and
|
||||
explaining Simba / MML internals. We will first discuss the general
|
||||
structure of a particular subject, and if necessary, spent a few sections
|
||||
on files linked with the subject.
|
||||
As Simba depends heavily on the MML and the MML can also actively be used in
|
||||
other languages, we will first discuss the MML, and then turn to Simba.
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user