mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 05:32:55 +00:00 
			
		
		
		
	Add sphinx docs on rate limiting
This commit is contained in:
		@@ -36,6 +36,16 @@ These are pre-written components for you to use, such as our IDE, terminal or co
 | 
			
		||||
 | 
			
		||||
    components/*
 | 
			
		||||
 | 
			
		||||
Utility
 | 
			
		||||
-------
 | 
			
		||||
 | 
			
		||||
These are useful decorators, mixins and helpers to make common dev tasks easier.
 | 
			
		||||
 | 
			
		||||
.. toctree::
 | 
			
		||||
    :glob:
 | 
			
		||||
 | 
			
		||||
    utility/*
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Indices and tables
 | 
			
		||||
==================
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								docs/source/utility/decorators.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								docs/source/utility/decorators.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
TFW decorators
 | 
			
		||||
--------------
 | 
			
		||||
 | 
			
		||||
.. automodule:: tfw.decorators.rate_limiter
 | 
			
		||||
 | 
			
		||||
.. autoclass:: RateLimiter
 | 
			
		||||
    :members:
 | 
			
		||||
 | 
			
		||||
.. autoclass:: AsyncRateLimiter
 | 
			
		||||
    :members:
 | 
			
		||||
		Reference in New Issue
	
	Block a user