Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit b26ca3a

Browse files
authored
Merge branch 'jorgepz/29' into master
2 parents 61c8ef0 + f2f1916 commit b26ca3a

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs/site/
44
docs/src/_biblio.bib
55
docs/src/references.md
66
*/*checkpoints*
7+
*checkpoints

docs/make.jl

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Documenter, ONSAS_docs
1+
using Documenter, ONSAS_docs, DocumenterLaTeX
22

33
DocMeta.setdocmeta!(ONSAS_docs, :DocTestSetup,
44
:(using ONSAS_docs); recursive=true)
@@ -12,7 +12,14 @@ include("bibliography.jl")
1212
makedocs(
1313
sitename = "ONSAS Documentation",
1414
modules = [ONSAS_docs],
15-
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
15+
# ---------------------------
16+
# case HTML output
17+
# format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
18+
# ---------------------------
19+
# case PDF output
20+
authors = "Authors",
21+
format = LaTeX(platform = "none"),
22+
# ---------------------------
1623
pages = [
1724
"Home" => "index.md",
1825
"About" => "about.md",
@@ -26,7 +33,7 @@ makedocs(
2633
"Creating Models" => "howtouse/creatingModels.md"],
2734
"References" => "references.md",
2835
],
29-
strict = false
36+
strict = false,
3037
)
3138

3239
deploydocs(

docs/src/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ONSAS: an Open Nonlinear Structural Analysis Solver
22

3-
[![Join the chat at https://gitter.im/onsas_/community](https://badges.gitter.im/onsas_/community.svg)](https://gitter.im/onsas_/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
43

54
## What is ONSAS?
65

@@ -15,16 +14,6 @@ The current version allows to perform dynamic/static nonlinear analyses of beam/
1514
* **Dynamic analysis methods** Newmark Method.
1615
* **Loads** nodal loads, time-history user-defined loading program.
1716

18-
## Some examples
19-
20-
# A wind turbine model
21-
![wind](https://github.com/ONSAS/ONSAS/blob/master/examples/wind.gif?raw=true)
22-
23-
# A tower model
24-
![tower](https://github.com/ONSAS/ONSAS/blob/master/examples/tower.gif?raw=true)
25-
26-
# A chain model
27-
![chain](https://user-images.githubusercontent.com/42485529/90902313-a6bf8d80-e3a2-11ea-8369-a9be639552f9.gif?raw=true)
2817

2918
## How to use ONSAS
3019

0 commit comments

Comments
 (0)