-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfpm.toml
More file actions
31 lines (25 loc) · 761 Bytes
/
fpm.toml
File metadata and controls
31 lines (25 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[extra.ford]
project = "fcimc"
author = "msleigh"
summary = """
Python and Fortran implementations of Fleck and Cummings's implicit Monte Carlo
(IMC) scheme, as published in Journal of Computational Physics (JCP) in 1971.
"""
src_dir = ["./fortran"]
exclude_dir = ["./fortran/calcs"]
preprocess = false
search = true
print_creation_date = true
display = ["public", "protected"]
max_frontpage_items = 4
extra_filetypes = [
{ extension = "sh", comment = "#", lexer = "bash" },
{ extension = "py", comment = "#", lexer = "python" },
]
license = "mit"
doc_license = "by"
project_github = "https://github.com/msleigh/fcimc"
author_description = "https://msleigh.io/"
github = "https://github.com/msleigh"
website = "https://msleigh.io"
page_dir = "./docs"