Skip to content

Commit cd8952b

Browse files
authored
Merge pull request #320 from hpc4cmb/moredocs
Major rewrite of documentation
2 parents 8cbad1c + 2833556 commit cd8952b

File tree

338 files changed

+8518
-4674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+8518
-4674
lines changed

.atom/config.cson

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@
99
python: {}
1010
editor:
1111
autoIndentOnPaste: false
12-
fontSize: 18
12+
fontSize: 16
1313
preferredLineLength: 88
1414
scrollPastEnd: true
1515
showInvisibles: true
1616
softWrap: true
1717
softWrapAtPreferredLineLength: true
1818
tabLength: 4
1919
tabType: "soft"
20-
"linter-flake8":
21-
maxLineLength: 88
2220
"python-black":
2321
fmtOnSave: true
2422
lineLength: 88

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@
3939

4040
# Darwin Finder files
4141
*.DS_Store
42+
43+
# Jupyter notebooks
44+
.ipynb_checkpoints
45+
__pycache__

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Theodore Kisner <[email protected]>
22
Reijo Keskitalo <[email protected]>
3+
Andrea Zonca <[email protected]>

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4
1+
2.3.6

docs/_static/.gitignore

Whitespace-only changes.

docs/_static/data_dist_1.png

10.8 KB
Loading

docs/_static/data_dist_1.svg

Lines changed: 290 additions & 0 deletions
Loading

docs/_static/data_dist_2.png

15.1 KB
Loading

0 commit comments

Comments
 (0)