Skip to content

Commit b3eb9bf

Browse files
authored
Merge pull request #1302 from medha-14/api_change
Add migration guide for FURY 0.13.x to v2.0.0
2 parents 4f816d4 + 0efb6be commit b3eb9bf

4 files changed

Lines changed: 612 additions & 0 deletions

File tree

docs/source/_templates/custom-footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ <h4 class="fury-footer__heading">DOCS</h4>
3333
<li><a href="{{ pathto('getting_started') }}">Getting started</a></li>
3434
<li><a href="{{ pathto('auto_examples/index') }}">Examples</a></li>
3535
<li><a href="{{ pathto('reference/index') }}">API reference</a></li>
36+
<li><a href="{{ pathto('migration_guide_v2.0') }}">Migration Guide</a></li>
3637
<li><a href="{{ pathto('blog') }}">Blog</a></li>
3738
</ul>
3839
</div>

docs/source/_templates/custom-navbar-nav.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<li class="nav-item">
1010
<a class="nav-link nav-internal" href="{{ pathto('reference/index') }}">API</a>
1111
</li>
12+
<li class="nav-item">
13+
<a class="nav-link nav-internal" href="{{ pathto('migration_guide_v2.0') }}">Migration Guide</a>
14+
</li>
1215
<li class="nav-item">
1316
<a class="nav-link nav-internal" href="{{ pathto('blog') }}">Blog</a>
1417
</li>

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Home Page
1919

2020
installation
2121
getting_started
22+
Migration guide <migration_guide_v2.0>
2223
auto_examples/index
2324

2425
.. toctree::

0 commit comments

Comments
 (0)