various improvements
This commit is contained in:
		
							
								
								
									
										8
									
								
								docs/source/_templates/versioning.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								docs/source/_templates/versioning.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{% if versions %}
 | 
			
		||||
<h3>{{ _('Versions') }}</h3>
 | 
			
		||||
<ul>
 | 
			
		||||
  {%- for item in versions %}
 | 
			
		||||
  <li><a href="{{ item.url }}">{{ item.name }}</a></li>
 | 
			
		||||
  {%- endfor %}
 | 
			
		||||
</ul>
 | 
			
		||||
{% endif %}
 | 
			
		||||
							
								
								
									
										35
									
								
								docs/source/conf.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										35
									
								
								docs/source/conf.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,35 @@
 | 
			
		||||
# Configuration file for the Sphinx documentation builder.
 | 
			
		||||
#
 | 
			
		||||
# For the full list of built-in configuration values, see the documentation:
 | 
			
		||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
 | 
			
		||||
 | 
			
		||||
# -- Project information -----------------------------------------------------
 | 
			
		||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
 | 
			
		||||
 | 
			
		||||
project = 'Compute'
 | 
			
		||||
copyright = '2023, Compute Authors'
 | 
			
		||||
author = 'Compute Authors'
 | 
			
		||||
release = '0.1.0'
 | 
			
		||||
 | 
			
		||||
# -- General configuration ---------------------------------------------------
 | 
			
		||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
 | 
			
		||||
 | 
			
		||||
extensions = []
 | 
			
		||||
 | 
			
		||||
templates_path = ['_templates']
 | 
			
		||||
exclude_patterns = []
 | 
			
		||||
 | 
			
		||||
language = 'ru'
 | 
			
		||||
 | 
			
		||||
extensions = [
 | 
			
		||||
    "sphinx_multiversion",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
# -- Options for HTML output -------------------------------------------------
 | 
			
		||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
 | 
			
		||||
 | 
			
		||||
html_theme = 'alabaster'
 | 
			
		||||
html_static_path = ['_static']
 | 
			
		||||
html_sidebars = [
 | 
			
		||||
    "versioning.html",
 | 
			
		||||
]
 | 
			
		||||
							
								
								
									
										15
									
								
								docs/source/index.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								docs/source/index.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
Compute Service
 | 
			
		||||
===============
 | 
			
		||||
 | 
			
		||||
Документация библиотеки для управления Compute-инстансами.
 | 
			
		||||
 | 
			
		||||
.. toctree::
 | 
			
		||||
   :maxdepth: 2
 | 
			
		||||
   :caption: Contents:
 | 
			
		||||
 | 
			
		||||
Индексы и таблицы
 | 
			
		||||
-----------------
 | 
			
		||||
 | 
			
		||||
* :ref:`genindex`
 | 
			
		||||
* :ref:`modindex`
 | 
			
		||||
* :ref:`search`
 | 
			
		||||
		Reference in New Issue
	
	Block a user