Se actualiza el README.md
This commit is contained in:
parent
72f043278d
commit
98818a2b79
@ -0,0 +1,9 @@
|
|||||||
|
CCMMNA
|
||||||
|
======
|
||||||
|
|
||||||
|
|
||||||
|
Se recomienda el uso del Tema:
|
||||||
|
~~~
|
||||||
|
(venv) $ pip install renku-sphinx-theme
|
||||||
|
html_theme = 'renku'
|
||||||
|
~~~
|
@ -22,7 +22,8 @@
|
|||||||
<script src="../_static/js/theme.js"></script>
|
<script src="../_static/js/theme.js"></script>
|
||||||
<link rel="index" title="Índice" href="../genindex.html" />
|
<link rel="index" title="Índice" href="../genindex.html" />
|
||||||
<link rel="search" title="Búsqueda" href="../search.html" />
|
<link rel="search" title="Búsqueda" href="../search.html" />
|
||||||
<link rel="prev" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CMMNA." href="../index.html" />
|
<link rel="next" title="Solución Propuesta" href="solucion_propuesta.html" />
|
||||||
|
<link rel="prev" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CCMMNA." href="../index.html" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="wy-body-for-nav">
|
<body class="wy-body-for-nav">
|
||||||
@ -44,7 +45,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||||||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
<p class="caption" role="heading"><span class="caption-text">Contenido:</span></p>
|
||||||
<ul class="current">
|
<ul class="current">
|
||||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Requerimientos Iniciales</a><ul>
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">Requerimientos Iniciales</a><ul>
|
||||||
<li class="toctree-l2"><a class="reference internal" href="#historia-del-usuario">Historia del Usuario:</a></li>
|
<li class="toctree-l2"><a class="reference internal" href="#historia-del-usuario">Historia del Usuario:</a></li>
|
||||||
@ -56,6 +57,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="toctree-l1"><a class="reference internal" href="solucion_propuesta.html">Solución Propuesta</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -166,7 +168,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Pie de página">
|
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Pie de página">
|
||||||
<a href="../index.html" class="btn btn-neutral float-left" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CMMNA." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a>
|
<a href="../index.html" class="btn btn-neutral float-left" title="¡Bienvenido! Propuesta Para el Ecosistema de Trabajo del CCMMNA." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Anterior</a>
|
||||||
|
<a href="solucion_propuesta.html" class="btn btn-neutral float-right" title="Solución Propuesta" accesskey="n" rel="next">Siguiente <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# import sphinx_theme_pd
|
||||||
# Configuration file for the Sphinx documentation builder.
|
# Configuration file for the Sphinx documentation builder.
|
||||||
#
|
#
|
||||||
# For the full list of built-in configuration values, see the documentation:
|
# For the full list of built-in configuration values, see the documentation:
|
||||||
@ -24,5 +25,10 @@ language = 'es'
|
|||||||
# -- Options for HTML output -------------------------------------------------
|
# -- Options for HTML output -------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||||
|
|
||||||
|
# html_theme = 'alabaster'
|
||||||
html_theme = 'renku'
|
html_theme = 'renku'
|
||||||
|
|
||||||
|
# html_theme = 'sphinx_theme_pd'
|
||||||
|
# html_theme_path = [sphinx_theme_pd.get_html_theme_path()]
|
||||||
|
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
Loading…
Reference in New Issue
Block a user