Skip to content

Commit

Permalink
Adress further comments and some small changes to dev doc important s…
Browse files Browse the repository at this point in the history
…yntax in manual
  • Loading branch information
MFraters committed Feb 13, 2024
1 parent 2647618 commit bb40640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ @Article{Fraters_Thieulot_etal_2019
PAGES = {1785--1807},
URL = {https://se.copernicus.org/articles/10/1785/2019/},
DOI = {10.5194/se-10-1785-2019}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Basic Starter Tutorial section 17 high resolution result. This has 8 times the r

# Code blocks

Highlighting code blocks is similar to making notes or todos. Instead of `{note}` you need to use `{code-block}` and then the name of the language which the code should be colored by. For example for json, you would use:
Creating code blocks is similar to making notes or todos. Instead of `{note}` you need to use `{code-block}` and then the name of the language which the code should be colored by. For example for json, you would use:

::::{code-block} md
:::{code-block} json
Expand Down Expand Up @@ -328,10 +328,10 @@ Use a comma for multiple, like ({cite:t}`Fraters_Thieulot_etal_2019,Kronbichler_

If the paper you wish to cite is not already in [references.bib](https://github.com/geodynamics/aspect/blob/main/doc/sphinx/bibliography.bib), you will need to add its bibtex entry. Please format the citation tag as:

- `firstauthor:year` for one author
- `firstauthor:secondauthor:year` for two authors
- `firstauthor:secondauthor:year` for three authors
- `firstauthor:secondauthor:etal:year` for more than two authors
- `firstauthor_year` for one author
- `firstauthor+secondauthor_year` for two authors
- `firstauthor+secondauthor_year` for three authors
- `firstauthor+secondauthor_etal_year` for more than two authors

where `firstauthor` and `secondauthor` refer to the *last* names of the authors.

Expand Down

0 comments on commit bb40640

Please sign in to comment.