mirror of
https://github.com/Steffo99/cfig.git
synced 2024-11-21 15:34:20 +00:00
Quickstart: Move conclusion to its own section
This commit is contained in:
parent
8a7eadf4ae
commit
a370655026
1 changed files with 5 additions and 1 deletions
|
@ -262,6 +262,10 @@ The method will gather all errors occurring during the resolution, and will rais
|
||||||
except cfig.BatchResolutionFailure as failure:
|
except cfig.BatchResolutionFailure as failure:
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
||||||
|
Conclusion
|
||||||
|
==========
|
||||||
|
|
||||||
And that's it! You're using :mod:`cfig` in the best way possible :)
|
And that's it! You're using :mod:`cfig` in the best way possible :)
|
||||||
|
|
||||||
See :doc:`advanced` for more features that may be useful in specific cases.
|
See :doc:`advanced` for more features that may be useful in specific cases.
|
||||||
|
|
Loading…
Reference in a new issue