Changes
Page history
formula code
authored
Dec 10, 2016
by
joha2
Hide whitespace changes
Inline
Side-by-side
Home.md
View page @
52ddbd6a
Welcome to the pyrate wiki!
# Status of pyrate (according to email communication)
## Formulas
If you want to use formulas in issues or wikis, then the following example would be useful:

For generating the encoded URL, please use the http://www.url-encode-decode.com/ link.
But beware spaces get transformed into +, you need to substitute them by
`%20`
yourself.
Line breaks are possible to, just by inserting
`\\`
.
## Unittests
Due to the growing complexity of the program we have to write some unittests for every functionality.
Use the following external helper sites to assist improvement of the code
...
...
...
...