Skip to content

Commit

Permalink
build based on 4b53eb1
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 18, 2024
1 parent 14f9640 commit 0c1346f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-18T20:25:35","documenter_version":"1.8.0"}}
{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-18T20:33:03","documenter_version":"1.8.0"}}
2 changes: 1 addition & 1 deletion dev/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dev/license/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../man/date-and-time-values/">« Date and Time Values</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 18 November 2024 20:25">Monday 18 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
SOFTWARE.</code></pre></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../man/date-and-time-values/">« Date and Time Values</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 18 November 2024 20:33">Monday 18 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
2 changes: 1 addition & 1 deletion dev/man/date-and-time-values/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
&quot;%td&quot; =&gt; (Date(&quot;1960-01-01&quot;), Day(1))
&quot;%tq&quot; =&gt; (Date(&quot;1960-01-01&quot;), Month(3))
&quot;%tm&quot; =&gt; (Date(&quot;1960-01-01&quot;), Month(1))
&quot;%th&quot; =&gt; (Date(&quot;1960-01-01&quot;), Month(6))</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; ReadStatTables.sas_dt_formats[&quot;MMDDYY&quot;]</code><code class="nohighlight hljs ansi" style="display:block;">(Date(&quot;1960-01-01&quot;), Dates.Day(1))</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; ReadStatTables.spss_dt_formats[&quot;TIME&quot;]</code><code class="nohighlight hljs ansi" style="display:block;">(DateTime(&quot;1582-10-14T00:00:00&quot;), Dates.Second(1))</code></pre><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-1"><a class="tag is-link" href="#citeref-1">1</a>For Stata, all date/time formats except <code>&quot;%tC&quot;</code> and <code>&quot;%d&quot;</code> are supported. The only difference between the <code>&quot;%tC&quot;</code> format and the <code>&quot;%tc&quot;</code> format is that <code>&quot;%tC&quot;</code> takes into account leap seconds while <code>&quot;%tc&quot;</code> does not. Since the <code>DateTime</code> type in the <a href="https://docs.julialang.org/en/v1/stdlib/Dates/">Dates</a> module does not allow leap seconds, only the <code>&quot;%tc&quot;</code> format is supported. The <code>&quot;%d&quot;</code> format that appears in earlier versions of Stata is no longer documented in recent versions. For SAS and SPSS, the coverage of date/time formats might be less comprehensive.</li><li class="footnote" id="footnote-2"><a class="tag is-link" href="#citeref-2">2</a>For Stata, the reference for date/time value translation is the official <a href="https://www.stata.com/help.cgi?datetime">Stata documentation</a>. Only the first three characters in the format strings affect the coding. For SAS and SPSS, the reference is <a href="https://github.com/Roche/pyreadstat/blob/master/pyreadstat/_readstat_parser.pyx"><code>pyreadstat/_readstat_parser.pyx</code></a>.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../value-labels/">« Value Labels</a><a class="docs-footer-nextpage" href="../../license/">License »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 18 November 2024 20:25">Monday 18 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
&quot;%th&quot; =&gt; (Date(&quot;1960-01-01&quot;), Month(6))</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; ReadStatTables.sas_dt_formats[&quot;MMDDYY&quot;]</code><code class="nohighlight hljs ansi" style="display:block;">(Date(&quot;1960-01-01&quot;), Dates.Day(1))</code><br/><code class="language-julia-repl hljs" style="display:block;">julia&gt; ReadStatTables.spss_dt_formats[&quot;TIME&quot;]</code><code class="nohighlight hljs ansi" style="display:block;">(DateTime(&quot;1582-10-14T00:00:00&quot;), Dates.Second(1))</code></pre><section class="footnotes is-size-7"><ul><li class="footnote" id="footnote-1"><a class="tag is-link" href="#citeref-1">1</a>For Stata, all date/time formats except <code>&quot;%tC&quot;</code> and <code>&quot;%d&quot;</code> are supported. The only difference between the <code>&quot;%tC&quot;</code> format and the <code>&quot;%tc&quot;</code> format is that <code>&quot;%tC&quot;</code> takes into account leap seconds while <code>&quot;%tc&quot;</code> does not. Since the <code>DateTime</code> type in the <a href="https://docs.julialang.org/en/v1/stdlib/Dates/">Dates</a> module does not allow leap seconds, only the <code>&quot;%tc&quot;</code> format is supported. The <code>&quot;%d&quot;</code> format that appears in earlier versions of Stata is no longer documented in recent versions. For SAS and SPSS, the coverage of date/time formats might be less comprehensive.</li><li class="footnote" id="footnote-2"><a class="tag is-link" href="#citeref-2">2</a>For Stata, the reference for date/time value translation is the official <a href="https://www.stata.com/help.cgi?datetime">Stata documentation</a>. Only the first three characters in the format strings affect the coding. For SAS and SPSS, the reference is <a href="https://github.com/Roche/pyreadstat/blob/master/pyreadstat/_readstat_parser.pyx"><code>pyreadstat/_readstat_parser.pyx</code></a>.</li></ul></section></article><nav class="docs-footer"><a class="docs-footer-prevpage" href="../value-labels/">« Value Labels</a><a class="docs-footer-nextpage" href="../../license/">License »</a><div class="flexbox-break"></div><p class="footer-message">Powered by <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> and the <a href="https://julialang.org/">Julia Programming Language</a>.</p></nav></div><div class="modal" id="documenter-settings"><div class="modal-background"></div><div class="modal-card"><header class="modal-card-head"><p class="modal-card-title">Settings</p><button class="delete"></button></header><section class="modal-card-body"><p><label class="label">Theme</label><div class="select"><select id="documenter-themepicker"><option value="auto">Automatic (OS)</option><option value="documenter-light">documenter-light</option><option value="documenter-dark">documenter-dark</option><option value="catppuccin-latte">catppuccin-latte</option><option value="catppuccin-frappe">catppuccin-frappe</option><option value="catppuccin-macchiato">catppuccin-macchiato</option><option value="catppuccin-mocha">catppuccin-mocha</option></select></div></p><hr/><p>This document was generated with <a href="https://github.com/JuliaDocs/Documenter.jl">Documenter.jl</a> version 1.8.0 on <span class="colophon-date" title="Monday 18 November 2024 20:33">Monday 18 November 2024</span>. Using Julia version 1.11.1.</p></section><footer class="modal-card-foot"></footer></div></div></div></body></html>
4 changes: 2 additions & 2 deletions dev/man/getting-started/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/man/metadata/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dev/man/table-interface/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0c1346f

Please sign in to comment.