|
|
## Exemplos de highlight
|
|
|
```javascript
|
|
|
var s = "JavaScript syntax highlighting";
|
|
|
alert(s);
|
|
|
```
|
|
|
```python
|
|
|
def function():
|
|
|
#indenting works just fine in the fenced code block
|
|
|
s = "Python syntax highlighting"
|
|
|
print s
|
|
|
```
|
|
|
## Exemplo de UML
|
|
|
```plantuml
|
|
|
Class11 <|.. Class12
|
|
|
Class13 --> Class14
|
|
|
Class15 ..> Class16
|
|
|
Class17 ..|> Class18
|
|
|
Class19 <--* Class20
|
|
|
``` |
|
|
= <big>Content</big> =
|
|
|
|
|
|
=== <big>Project Documentation</big> ===
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=index.php/documentacao/visaogeral/ '''<big>General Functions</big>''']
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=index.php/documentacao/bathymetry/ '''Bathymetry''']
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/bathymetry/#Diagram Bathymetry Activity Diagram]
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/bathymetry/#MainPage(match) Bathymetry Activity Description]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=index.php/documentacao/shoreline/ '''Shoreline''']
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/shoreline/#Diagram Shoreline Activity Diagram]
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/shoreline/#SelectionPage Shoreline Activity Description]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=index.php/documentacao/Csqueeze/ '''Csqueeze''']
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/Csqueeze/#Diagram Csqueeze Activity Diagram]
|
|
|
*** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/Csqueeze/#app/pages/SelectionPage Csqueeze Activity Description]
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/Diagramascomponentes/ '''Component Diagrams''']
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/Diagramascomponentes/bathymetry/ Bathymetry Component Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/Diagramascomponentes/shoreline Shoreline Component Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/Diagramascomponentes/csqueeze Csqueeze Component Diagram]
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/diagramasatividade '''Activity Diagrams''']
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/bathymetry/#Diagram Bathymetry Activity Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/shoreline/#Diagram Shoreline Activity Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php/Index.php/documentacao/Csqueeze/#Diagram Csqueeze Activity Diagram]
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/diagramassequencia '''Sequence Diagrams''']
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/diagramassequencia/bathymetry/ Bathymetry Sequence Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/diagramassequencia/shoreline/ Shoreline Sequence Diagram]
|
|
|
** [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/diagramassequencia/Csqueeze/ Csqueeze Sequence Diagram]
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/codigoapp/ '''<big>App Code Documentation</big>''']
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/apppages/ '''<big>Page Code Documentation</big>''']
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/codigogee/ '''<big>Google Earth Engine Sandbox Code Documentation</big>''']
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/componentbigpicture/ '''<big>Cassie Big Picture Component Diagram</big>''']
|
|
|
|
|
|
=== Licenses and terms of use ===
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/licencassrv/ '''Terms of use for Google Services''']
|
|
|
* [https://cassiengine.wiki.ufsc.br/index.php?title=documentacao/licencaProjeto/ '''License of Use for Cassie Project''']
|
|
|
|