diff options
| author | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
|---|---|---|
| committer | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
| commit | 75fa1d1810e98453960a81115d88302e276d817f (patch) | |
| tree | 92f37accb3cb041d056d00525b5830a69862631a /docs/build/_themes | |
| parent | fixed install.mel issue (diff) | |
| download | artv2-75fa1d1810e98453960a81115d88302e276d817f.tar.xz artv2-75fa1d1810e98453960a81115d88302e276d817f.zip | |
Uploading work on refactor
At this point, all components can build their skeletons. Next steps are to get components building their rigs.
Diffstat (limited to 'docs/build/_themes')
| -rw-r--r-- | docs/build/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.html | 186 |
1 files changed, 186 insertions, 0 deletions
diff --git a/docs/build/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.html b/docs/build/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.html new file mode 100644 index 0000000..8678ffe --- /dev/null +++ b/docs/build/_themes/sphinx_pdj_theme-0.1.2/sphinx_pdj_theme-0.1.2/README.html @@ -0,0 +1,186 @@ + + + +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xml:lang="" lang="" version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + + <title>PdJ Sphinx Theme — ARTv2 2.0.1 documentation</title> + + + + + + + <link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'/> + <link rel="stylesheet" href="../../../_static/css/pdj.css" type="text/css" /> + + + + + <link rel="index" title="Index" + href="../../../genindex.html"/> + <link rel="search" title="Search" href="../../../search.html"/> + <link rel="top" title="ARTv2 2.0.1 documentation" href="../../../index.html"/> + + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <meta http-equiv="cache-control" content="public" /> + <meta name="robots" content="follow, all" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <!-- Add jQuery library --> + <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script> + + </head> + + <body class="wy-body-for-nav" role="document"> + + <div class="wy-grid-for-nav"> + <nav data-toggle="wy-nav-shift" class="wy-nav-side"> + <div class="wy-side-nav-search"> + <a href="../../../index.html" class="fa fa-home"> ARTv2 </a> + <div role="search"> + <form id ="rtd-search-form" class="wy-form" + action="../../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> + </div> + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + + + + <ul> +<li class="toctree-l1"><a class="reference internal" href="../../../installing.html">Installing ARTv2</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../using_rigging_tools.html">Using the Rigging Tools</a><ul class="simple"> +</ul> +</li> +<li class="toctree-l1"><a class="reference internal" href="../../../using_anim_tools.html">Using the Animation Tools</a></li> +<li class="toctree-l1"><a class="reference internal" href="../../../technical_documentation.html">ARTv2 Technical Documentation</a><ul> +<li class="toctree-l2"><a class="reference internal" href="../../../td_artv2_plugin.html">/plug-ins/artv2</a></li> +</ul> +</li> +</ul> + + + + + </div> + + </nav> + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + <nav class="wy-nav-top" id="barra-mobile" role="navigation" aria-label="top navigation"> + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="#">Porão do Juca</a> + </nav> + + <div class="wy-nav-content"> + <div class="fundo-claro"> + </div> + <div class="fundo-escuro"> + </div> + + <div class="rst-content"> + <div role="navigation" aria-label="breadcrumbs navigation"> + + <!-- <ul class="wy-breadcrumbs"> --> + <!-- <li><a href="#">Docs</a> »</li> --> + + <!-- <li>Features</li> --> + <!-- <li class="wy-breadcrumbs-aside"> --> + + <!-- <a href="_sources/index.txt" rel="nofollow"> View page source</a> --> + + <!-- </li> --> + <!-- </ul> --> + <!-- <hr/> --> + </div> + + <div role="main" class=""> + + <div id="content" class="hfeed entry-container hentry"> + <div class="section" id="pdj-sphinx-theme"> +<h1>PdJ Sphinx Theme<a class="headerlink" href="#pdj-sphinx-theme" title="Permalink to this headline">¶</a></h1> +<p>This theme is a dark theme for sphinx documentation based on the +read the docs theme.</p> +<p>To install it, use pip:</p> +<div class="highlight-sh"><div class="highlight"><pre><span></span>$ pip install sphinx_pdj_theme +</pre></div> +</div> +<p>To enable it in your project documentation, set the following in +your conf.py file.</p> +<div class="highlight-python"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">sphinx_pdj_theme</span> +<span class="n">html_theme</span> <span class="o">=</span> <span class="s1">'sphinx_pdj_theme'</span> +<span class="n">htm_theme_path</span> <span class="o">=</span> <span class="p">[</span><span class="n">sphinx_pdj_theme</span><span class="o">.</span><span class="n">get_html_theme_path</span><span class="p">()]</span> +</pre></div> +</div> +</div> + + + </div> + <footer> + + + <hr/> + + <div role="contentinfo"> + <p> + © Copyright 2018, Jeremy Ernst. + </p> + </div> + + Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/jucacrispim/sphinx_pdj_theme">theme</a> provided by <a href="http://poraodojuca.net">Porão do Juca</a>. + +</footer> + </div> + </div> + + + <script type="text/javascript"> + var DOCUMENTATION_OPTIONS = { + URL_ROOT:'../../../', + VERSION:'2.0.1', + COLLAPSE_INDEX:false, + FILE_SUFFIX:'.html', + HAS_SOURCE: true + }; + </script> + <script type="text/javascript" src="../../../_static/jquery.js"> + + </script> + <script type="text/javascript" src="../../../_static/underscore.js"> + + </script> + <script type="text/javascript" src="../../../_static/doctools.js"> + + </script> + <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> + + </script> + + + + <script type="text/javascript" + src="../../../_static/js/theme.js"></script> + + <script type="text/javascript" + src="../../../_static/js/pdj.js"></script> + + + + <script type="text/javascript"> + jQuery(function () { + SphinxRtdTheme.StickyNav.enable(); + }); + </script> + + + </body> +</html>
\ No newline at end of file |