|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | {% block extrahead %} |
5 | | - <meta name="description" content="Tree Implementation for Python, integrated with Python list, dictionary, and pandas DataFrame." lang="en" xml:lang="en"> |
| 5 | + <meta name="description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame." lang="en" xml:lang="en"> |
6 | 6 | <meta name="keywords" content="Python, Tree, Bigtree"> |
7 | 7 | <meta property="og:type" content="website"> |
8 | 8 | <meta property="og:title" content="Big Tree Documentation"> |
9 | | - <meta property="og:description" content="Tree Implementation for Python, integrated with Python list, dictionary, and pandas DataFrame."> |
| 9 | + <meta property="og:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame."> |
10 | 10 | <meta property="og:url" content="https://bigtree.readthedocs.io/"> |
11 | 11 | <meta property="og:image" content="https://i.ibb.co/T1G58Bk/favicon-big.png"> |
12 | 12 | <meta property="twitter:title" content="Big Tree Documentation"> |
13 | | - <meta property="twitter:description" content="Tree Implementation for Python, integrated with Python list, dictionary, and pandas DataFrame."> |
| 13 | + <meta property="twitter:description" content="Tree Implementation and Methods for Python, integrated with Python list, dictionary, and pandas DataFrame."> |
14 | 14 | <meta property="twitter:image" content="https://i.ibb.co/T1G58Bk/favicon-big.png"> |
15 | 15 | {% endblock %} |
16 | 16 | </head> |
17 | 17 | <body> |
| 18 | + <div class="sidebar"> |
| 19 | + {% block sidebartoc %} |
| 20 | + <h3>{{ _('Table Of Contents') }}</h3> |
| 21 | + {{ toctree(includehidden=True) }} |
| 22 | + {% endblock %} |
| 23 | + </div> |
18 | 24 | <div class="container"> |
19 | 25 | {% block content %} |
20 | 26 | {{ super() }} |
|
0 commit comments