This commit is contained in:
		
							
								
								
									
										15
									
								
								docs/conf.py
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								docs/conf.py
									
									
									
									
									
								
							@@ -10,9 +10,11 @@
 | 
				
			|||||||
# add these directories to sys.path here. If the directory is relative to the
 | 
					# add these directories to sys.path here. If the directory is relative to the
 | 
				
			||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
 | 
					# documentation root, use os.path.abspath to make it absolute, like shown here.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# import os
 | 
					import os
 | 
				
			||||||
# import sys
 | 
					import sys
 | 
				
			||||||
# sys.path.insert(0, os.path.abspath('.'))
 | 
					sys.path.insert(0, os.path.abspath('..'))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#import app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# -- Project information -----------------------------------------------------
 | 
					# -- Project information -----------------------------------------------------
 | 
				
			||||||
@@ -30,8 +32,7 @@ release = '0.1.0'
 | 
				
			|||||||
# Add any Sphinx extension module names here, as strings. They can be
 | 
					# Add any Sphinx extension module names here, as strings. They can be
 | 
				
			||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 | 
					# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 | 
				
			||||||
# ones.
 | 
					# ones.
 | 
				
			||||||
extensions = [
 | 
					extensions = ['sphinx.ext.autodoc']
 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Add any paths that contain templates here, relative to this directory.
 | 
					# Add any paths that contain templates here, relative to this directory.
 | 
				
			||||||
templates_path = []
 | 
					templates_path = []
 | 
				
			||||||
@@ -53,3 +54,7 @@ html_theme = 'sphinx_rtd_theme'
 | 
				
			|||||||
# relative to this directory. They are copied after the builtin static files,
 | 
					# relative to this directory. They are copied after the builtin static files,
 | 
				
			||||||
# so a file named "default.css" will overwrite the builtin "default.css".
 | 
					# so a file named "default.css" will overwrite the builtin "default.css".
 | 
				
			||||||
html_static_path = []
 | 
					html_static_path = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# master document
 | 
				
			||||||
 | 
					master_doc = 'index'
 | 
				
			||||||
 | 
					autoclass_content = 'both'
 | 
				
			||||||
							
								
								
									
										7
									
								
								docs/source/communicators.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								docs/source/communicators.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					communicators module
 | 
				
			||||||
 | 
					====================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. automodule:: communicators
 | 
				
			||||||
 | 
					   :members:
 | 
				
			||||||
 | 
					   :undoc-members:
 | 
				
			||||||
 | 
					   :show-inheritance:
 | 
				
			||||||
							
								
								
									
										7
									
								
								docs/source/ip_watchdog.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								docs/source/ip_watchdog.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					ip\_watchdog module
 | 
				
			||||||
 | 
					===================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. automodule:: ip_watchdog
 | 
				
			||||||
 | 
					   :members:
 | 
				
			||||||
 | 
					   :undoc-members:
 | 
				
			||||||
 | 
					   :show-inheritance:
 | 
				
			||||||
@@ -5,3 +5,6 @@ consumer-scheduler
 | 
				
			|||||||
   :maxdepth: 4
 | 
					   :maxdepth: 4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   app
 | 
					   app
 | 
				
			||||||
 | 
					   communicators
 | 
				
			||||||
 | 
					   ip_watchdog
 | 
				
			||||||
 | 
					   redis_super_storage
 | 
				
			||||||
							
								
								
									
										7
									
								
								docs/source/redis_super_storage.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								docs/source/redis_super_storage.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					redis\_super\_storage module
 | 
				
			||||||
 | 
					============================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. automodule:: redis_super_storage
 | 
				
			||||||
 | 
					   :members:
 | 
				
			||||||
 | 
					   :undoc-members:
 | 
				
			||||||
 | 
					   :show-inheritance:
 | 
				
			||||||
		Reference in New Issue
	
	Block a user