File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -222,17 +222,23 @@ Compare staging area to head commit
222222 :end-before: # ![11.1-test_cloned_repo_object]
223223
224224 .. 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]
229229
230230Compare commit to commit
231231
232232 .. 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+
237238
239+ More Resources
240+ ****************
238241
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!
You can’t perform that action at this time.
0 commit comments