@@ -222,17 +222,23 @@ Compare staging area to head commit
222
222
:end-before: # ![11.1-test_cloned_repo_object]
223
223
224
224
..literalinclude ::../../test/test_quick_doc.py
225
- :language: python
226
- :dedent: 8
227
- :start-after: # [11.2-test_cloned_repo_object]
228
- :end-before: # ![11.2-test_cloned_repo_object]
225
+ :language: python
226
+ :dedent: 8
227
+ :start-after: # [11.2-test_cloned_repo_object]
228
+ :end-before: # ![11.2-test_cloned_repo_object]
229
229
230
230
Compare commit to commit
231
231
232
232
..literalinclude ::../../test/test_quick_doc.py
233
- :language: python
234
- :dedent: 8
235
- :start-after: # [11.3-test_cloned_repo_object]
236
- :end-before: # ![11.3-test_cloned_repo_object]
233
+ :language: python
234
+ :dedent: 8
235
+ :start-after: # [11.3-test_cloned_repo_object]
236
+ :end-before: # ![11.3-test_cloned_repo_object]
237
+
237
238
239
+ More Resources
240
+ ****************
238
241
242
+ Remember, this is just the beginning! There's a lot more you can achieve with GitPython in your development workflow.
243
+ To explore further possibilities and discover advanced features, check out the full:ref: `GitPython tutorial <tutorial_toplevel >`
244
+ and the:ref: `API Reference <api_reference_toplevel >`. Happy coding!