File: Cheatsheets.rst

package info (click to toggle)
python-simpy 2.3.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,864 kB
  • sloc: python: 11,171; makefile: 143
file content (31 lines) | stat: -rw-r--r-- 954 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Cheatsheets
===========

If you want to have a list of all SimPy commands, their syntax and parameters
for your desktop, print out a copy of the **SimPy Cheatsheet**, or better yet bookmark
them in your favorite browser.

The Cheatsheet comes in the following formats:

Traditional API:

* `Excel A4 page`_
* `Excel Letter page`_
* `PDF A4 page`_
* `PDF Letter page`_

Object Oriented API (new in SimPy 2.0):

* `OO Excel A4 page`_
* `OO Excel Letter page`_
* `OO PDF A4 page`_
* `OO PDF Letter page`_

.. _`Excel A4 page`: _static/cheatsheet_A4.xls
.. _`Excel Letter page`: _static/cheatsheet_Letter.xls
.. _`PDF A4 page`: _static/Cheatsheet_A4.pdf
.. _`PDF Letter page`: _static/Cheatsheet_Letter.pdf
.. _`OO Excel A4 page`: _static/cheatsheetOO_A4.xls
.. _`OO Excel Letter page`: _static/cheatsheetOO_Letter.xls
.. _`OO PDF A4 page`: _static/CheatsheetOO_A4.pdf
.. _`OO PDF Letter page`: _static/CheatsheetOO_Letter.pdf