-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1721 from PrincetonUniversity/devel
Devel
- Loading branch information
Showing
72 changed files
with
32,470 additions
and
1,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import sys | ||
import os | ||
import timeit | ||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,3 @@ | ||
/*!**/ | ||
/*Sets bottom-margin size for list elements in the main body of the document to 12px.*/ | ||
/*Because Sphinx includes the table of contents in the main section, we then reset just the list elements*/ | ||
/*in that section to 0px.*/ | ||
/* *!*/ | ||
|
||
h1, h2{ | ||
margin-bottom:12px; | ||
} | ||
|
||
li{ | ||
margin-top:12px; | ||
} | ||
|
||
ul.simple{ | ||
margin-bottom:12px!important; | ||
} | ||
|
||
ol.simple{ | ||
margin-bottom:12px!important; | ||
} | ||
|
||
.section #overview { | ||
margin-top: 24px; | ||
} | ||
|
||
#sections p, | ||
#sections .simple, | ||
#sections li{ | ||
margin-top:0px; | ||
margin-bottom:0px!important; | ||
} | ||
|
||
.toctree-wrapper.compound li, div#sections li{ | ||
margin-top: 0px !important; | ||
} | ||
|
||
.toctree-wrapper.compound ul.simple{ | ||
display: none | ||
} | ||
|
||
#welcome-to-psyneulink-logo .simple li, | ||
#welcome-to-logo .simple li, | ||
#basics-and-sampler .simple li, | ||
#basics-and-sampler .simple p, | ||
#quick-reference #sections li, | ||
#core li, | ||
#contributors li, | ||
#table-of-contents li, | ||
#indices-and-tables li, | ||
.wy-menu-vertical li, | ||
.section #contents li, | ||
.section #contents p, | ||
.section #contents dd, | ||
.section #contents dt, | ||
.section #contents dl, | ||
.section #contents ul, | ||
.section #contents ol | ||
{ | ||
margin-top:0px; | ||
margin-bottom:0px!important; | ||
} | ||
/* | ||
CSS styles defined in this file will be loaded into the docs at build time | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
""" | ||
|
||
import functools | ||
import itertools | ||
|
||
import numpy as np | ||
import typecheck as tc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,6 @@ | |
""" | ||
|
||
import itertools | ||
import numbers | ||
import warnings | ||
|
||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.