Skip to content

Commit

Permalink
Merge pull request #35 from statisticsnorway/dev-scraping
Browse files Browse the repository at this point in the history
Dev scraping
  • Loading branch information
sjentoft authored Nov 27, 2024
2 parents 1e7a30f + 929f96f commit 3f9f25d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
24 changes: 10 additions & 14 deletions website/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,16 @@ website:
search: false
collapse-level: 2
contents:
- text: Katalog
href: catalog.qmd
- text: Processmodell
href: prosess.qmd
- text: Metodeområde
contents:
- text: "Dataeditering"
href: catalogue_edit.qmd
- text: "Vekting og estimering"
href: catalogue_est.qmd
- text: "Konfidensialitet"
href: catalogue_conf.qmd
- text: "Sesongjustering og tidsserieanalyse"
href: catalogue_sesong.qmd
- text: Katalog
href: catalog.qmd
- text: Processmodell
href: prosess.qmd
- text: Metodeområde
contents:
- catalogue_edit.qmd
- catalogue_est.qmd
- catalogue_conf.qmd
- catalogue_sesong.qmd

- title: "Veiledning"
contents:
Expand Down
1 change: 0 additions & 1 deletion website/catalogue_sesong.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ format:
html:
echo: false
page-layout: full
sidebar: false
---
<br>

Expand Down
10 changes: 8 additions & 2 deletions website/prosess.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ Ved klargjøring tenker vi mest ofte for [dataediting](https://ssbno.sharepoint.
Ingen funksjoner enda.

## *5.2 Klassifisere og kode*
Ingen funksjoner enda.
```{r}
create_keyword_table(dt, c("kontrollere", "5.2"))
```


## *5.3 Kontrollere og validere*

Expand All @@ -108,7 +111,10 @@ create_keyword_table(dt, c("vektberegning", "5.6"))
```

## *5.7 Beregne aggregater*
Ingen funksjoner enda
```{r}
create_keyword_table(dt, c("5.7"))
```


## *5.8 Ferdigstille datafiler*
Ingen funksjoner enda
Expand Down
14 changes: 0 additions & 14 deletions website/ssb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,6 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0
margin-top: 15px;
}

// Sidebar collapse
.sidebar .has-children > a::after {
content: ""; /* Adds an arrow to indicate collapsibility */
float: right;
}

.sidebar .collapse {
display: none;
}

.sidebar .has-children.open .collapse {
display: block;
}


// Indicators

Expand Down

0 comments on commit 3f9f25d

Please sign in to comment.