Show More
@@ -116,8 +116,7 b' The generated comparison, is between your feature branch' | |||
|
116 | 116 | ``my-new-feature``, and the place in ``master`` from which you branched |
|
117 | 117 | ``my-new-feature``. In other words, you can keep updating ``master`` |
|
118 | 118 | without interfering with the output from the comparison. More detail? |
|
119 |
Note the three dots in the URL above (``master...my-new-feature``) |
|
|
120 | see :ref:`dot2-dot3`. | |
|
119 | Note the three dots in the URL above (``master...my-new-feature``). | |
|
121 | 120 | |
|
122 | 121 | Asking for your changes to be merged with the main repo |
|
123 | 122 | ======================================================= |
@@ -26,3 +26,4 b' on the IPython GitHub wiki.' | |||
|
26 | 26 | parallel_connections |
|
27 | 27 | pycompat |
|
28 | 28 | config |
|
29 | inputhook_app |
@@ -547,7 +547,7 b' Backwards incompatible changes' | |||
|
547 | 547 | |
|
548 | 548 | * Old style configuration files :file:`ipythonrc` and :file:`ipy_user_conf.py` |
|
549 | 549 | are no longer supported. Users should migrate there configuration files to |
|
550 | the new format described :doc:`here <config/intro>` and | |
|
550 | the new format described :doc:`here </config/intro>` and | |
|
551 | 551 | :ref:`here <config_overview>`. |
|
552 | 552 | |
|
553 | 553 | * The old IPython extension API that relied on :func:`ipapi` has been |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now