Deployed ffe2ec48 to 7.1 with MkDocs 1.2.2 and mike 1.0.1

This commit is contained in:
Josh de Leeuw 2021-12-01 12:15:50 -05:00
parent b7f6ad0af8
commit a0daf39386
8 changed files with 62 additions and 62 deletions

View File

@ -4,9 +4,9 @@
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.1.0"></script> <script src="https://unpkg.com/jspsych@7.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@0.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@0.1.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -5,9 +5,9 @@
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.1.0"></script> <script src="https://unpkg.com/jspsych@7.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@0.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@0.1.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -5,9 +5,9 @@
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.1.0"></script> <script src="https://unpkg.com/jspsych@7.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@0.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@0.1.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -5,9 +5,9 @@
<script src="docs-demo-timeline.js"></script> <script src="docs-demo-timeline.js"></script>
<script src="https://unpkg.com/jspsych@7.1.0"></script> <script src="https://unpkg.com/jspsych@7.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-html-button-response@1.1.0"></script>
<script src="https://unpkg.com/@jspsych/plugin-survey@0.1.0"></script> <script src="https://unpkg.com/@jspsych/plugin-survey@0.1.1"></script>
<link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" /> <link rel="stylesheet" href="https://unpkg.com/jspsych@7.1.0/css/jspsych.css" />
<link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.0/css/survey.css"> <link rel="stylesheet" href="https://unpkg.com/@jspsych/plugin-survey@0.1.1/css/survey.css">
<link rel="stylesheet" href="docs-demo.css" type="text/css"> <link rel="stylesheet" href="docs-demo.css" type="text/css">
</head> </head>
<body></body> <body></body>

View File

@ -1887,7 +1887,7 @@
</div> </div>
<h2 id="css">CSS<a class="headerlink" href="#css" title="Permanent link">&para;</a></h2> <h2 id="css">CSS<a class="headerlink" href="#css" title="Permanent link">&para;</a></h2>
<p>This plugin uses an additional stylesheet called <code>survey.css</code>. You can load it via: </p> <p>This plugin uses an additional stylesheet called <code>survey.css</code>. You can load it via: </p>
<div class="highlight"><pre><span></span><code><span class="p">&lt;</span><span class="nt">link</span> <span class="na">rel</span><span class="o">=</span><span class="s">&quot;stylesheet&quot;</span> <span class="na">href</span><span class="o">=</span><span class="s">&quot;https://unpkg.com/@jspsych/plugin-survey@0.1.0/css/survey.css&quot;</span><span class="p">&gt;</span> <div class="highlight"><pre><span></span><code><span class="p">&lt;</span><span class="nt">link</span> <span class="na">rel</span><span class="o">=</span><span class="s">&quot;stylesheet&quot;</span> <span class="na">href</span><span class="o">=</span><span class="s">&quot;https://unpkg.com/@jspsych/plugin-survey@0.1.1/css/survey.css&quot;</span><span class="p">&gt;</span>
</code></pre></div> </code></pre></div>
<h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">&para;</a></h2> <h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">&para;</a></h2>
<p>In addition to the <a href="../../overview/plugins/#parameters-available-in-all-plugins">parameters available in all plugins</a>, this plugin accepts the following parameters. <p>In addition to the <a href="../../overview/plugins/#parameters-available-in-all-plugins">parameters available in all plugins</a>, this plugin accepts the following parameters.

File diff suppressed because one or more lines are too long

Binary file not shown.