Skip to content

Commit fcf673e

Browse files
committed
(doc) Adjusting documentation
- Removing references to vroom - Removing references to or-tools - Removing experimental and proposed classifications
1 parent a50c5a7 commit fcf673e

File tree

13 files changed

+386
-831
lines changed

13 files changed

+386
-831
lines changed

doc/_templates/layout.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
{# Import the theme's layout. #}
33
{% extends "!layout.html" %}
44

5-
{# Custom CSS overrides #}
6-
{% set bootswatch_css_custom = ['_static/custom.css'] %}
7-
5+
{%- block content %}
6+
{{ navBar() }}
7+
<div class="container">
8+
<div class="row">
9+
{%- block sidebar1 %}{{ bsidebar() }}{% endblock %}
10+
<div class="body {{ bs_span_prefix }}{{ bs_content_width }} content" role="main">
11+
<script> document.write(get_history('{{ pagename }}','{{ language }}')); </script>
12+
{% block body %}{% endblock %}
13+
</div>
14+
{% block sidebar2 %} {# possible location for sidebar #} {% endblock %}
15+
</div>
16+
</div>
17+
{%- endblock %}

0 commit comments

Comments
 (0)