mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-30 23:47:40 +03:00 
			
		
		
		
	Add Github Sponsors button
This commit is contained in:
		
							parent
							
								
									4bda5105c2
								
							
						
					
					
						commit
						938091b6ea
					
				
							
								
								
									
										9
									
								
								docs/_static/custom.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/_static/custom.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,9 @@ | ||||||
|  | .no-border { | ||||||
|  |     border: 0 !important; | ||||||
|  |     box-shadow: none !important; | ||||||
|  |     -webkit-box-shadow: none !important; | ||||||
|  | } | ||||||
|  | .no-border td { | ||||||
|  |     border: 0px !important; | ||||||
|  |     padding: 0px 10px 0px 0px !important; | ||||||
|  | } | ||||||
							
								
								
									
										1
									
								
								docs/_static/sponsor.html
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								docs/_static/sponsor.html
									
									
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | <iframe src="https://github.com/sponsors/rmk135/button" title="Sponsor Dependency Injector" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe> | ||||||
|  | @ -147,6 +147,9 @@ html_favicon = "favicon.ico" | ||||||
| # 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 = ["_static"] | html_static_path = ["_static"] | ||||||
|  | html_css_files = [ | ||||||
|  |     "custom.css", | ||||||
|  | ] | ||||||
| 
 | 
 | ||||||
| # Add any extra paths that contain custom files (such as robots.txt or | # Add any extra paths that contain custom files (such as robots.txt or | ||||||
| # .htaccess) here, relative to this directory. These files are copied | # .htaccess) here, relative to this directory. These files are copied | ||||||
|  | @ -306,4 +309,5 @@ html_theme_options = { | ||||||
|     "description": "Dependency injection framework for Python by Roman Mogylatov", |     "description": "Dependency injection framework for Python by Roman Mogylatov", | ||||||
|     "code_font_size": "10pt", |     "code_font_size": "10pt", | ||||||
|     "analytics_id": "UA-67012059-1", |     "analytics_id": "UA-67012059-1", | ||||||
|  |     "donate_url": "https://github.com/sponsors/rmk135", | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -78,4 +78,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/aiohttp>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/aiohttp>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -84,4 +84,6 @@ Run the application | ||||||
| 
 | 
 | ||||||
| You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/application-multiple-containers>`_. | You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/application-multiple-containers>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  | @ -90,4 +90,6 @@ Run the application | ||||||
| 
 | 
 | ||||||
| You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/application-single-container>`_. | You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/application-single-container>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -17,4 +17,6 @@ Listing of ``boto3_session_example.py``: | ||||||
| .. literalinclude:: ../../examples/miniapps/boto3-session/boto3_session_example.py | .. literalinclude:: ../../examples/miniapps/boto3-session/boto3_session_example.py | ||||||
|    :language: python |    :language: python | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -129,4 +129,6 @@ Run the application | ||||||
| 
 | 
 | ||||||
| You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/decoupled-packages>`_. | You can find the source code and instructions for running on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/decoupled-packages>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -94,4 +94,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/django>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/django>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -95,4 +95,6 @@ See also: | ||||||
| - Resource provider :ref:`resource-async-initializers` | - Resource provider :ref:`resource-async-initializers` | ||||||
| - Wiring :ref:`async-injections-wiring` | - Wiring :ref:`async-injections-wiring` | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -116,4 +116,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| The source code is available on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/fastapi-sqlalchemy>`_. | The source code is available on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/fastapi-sqlalchemy>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -76,4 +76,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/fastapi>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/fastapi>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -86,4 +86,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask-blueprints>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask-blueprints>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -84,4 +84,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/flask>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -77,4 +77,6 @@ Sources | ||||||
| 
 | 
 | ||||||
| Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/sanic>`_. | Explore the sources on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/sanic>`_. | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -310,4 +310,6 @@ A few useful links related to a dependency injection design pattern for further | ||||||
| + https://github.com/ets-labs/python-dependency-injector | + https://github.com/ets-labs/python-dependency-injector | ||||||
| + https://pypi.org/project/dependency-injector/ | + https://pypi.org/project/dependency-injector/ | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
							
								
								
									
										7
									
								
								docs/sponsor.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								docs/sponsor.rst
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | ||||||
|  | .. list-table:: | ||||||
|  |   :class: no-border | ||||||
|  |   :align: left | ||||||
|  | 
 | ||||||
|  |   * - Sponsor the project on GitHub: | ||||||
|  |     - .. raw:: html | ||||||
|  |          :file: _static/sponsor.html | ||||||
|  | @ -859,4 +859,6 @@ What's next? | ||||||
| - Know more about the :ref:`providers` | - Know more about the :ref:`providers` | ||||||
| - Go to the :ref:`contents` | - Go to the :ref:`contents` | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -1028,4 +1028,6 @@ What's next? | ||||||
| - Know more about the :ref:`providers` | - Know more about the :ref:`providers` | ||||||
| - Go to the :ref:`contents` | - Go to the :ref:`contents` | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -1034,4 +1034,6 @@ What's next? | ||||||
| - Know more about the :ref:`providers` | - Know more about the :ref:`providers` | ||||||
| - Go to the :ref:`contents` | - Go to the :ref:`contents` | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
|  | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
|  | @ -998,5 +998,6 @@ What's next? | ||||||
| - Know more about the :ref:`providers` | - Know more about the :ref:`providers` | ||||||
| - Go to the :ref:`contents` | - Go to the :ref:`contents` | ||||||
| 
 | 
 | ||||||
|  | .. include:: ../sponsor.rst | ||||||
| 
 | 
 | ||||||
| .. disqus:: | .. disqus:: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user