You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/quickstart.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,5 +119,6 @@ You can learn more by reading the rest of the documentation, including:
119
119
120
120
* The :doc:`motivation behind Eliot <introduction>`.
121
121
* How to generate :doc:`actions <generating/actions>`, :doc:`standalone messages <generating/messages>`, and :doc:`handle errors <generating/errors>`.
122
-
* How to integrate with :doc:`asyncio coroutines <generating/asyncio>`, :doc:`threads and processes <generating/threads>`, or :doc:`Twisted <generating/twisted>`.
122
+
* How to integrate or migrate your :doc:`existing stdlib logging messages <generating/migrating>`.
123
123
* How to output logs :doc:`to a file or elsewhere <outputting/output>`.
124
+
* Using :doc:`asyncio coroutines <generating/asyncio>`, :doc:`threads and processes <generating/threads>`, or :doc:`Twisted <generating/twisted>`.
0 commit comments