983afe3373
- Add xo_format_is_numeric() with improved logic to decide if format
strings are numeric, so json output quotes them
- Convert docs to sphinx/rst
- update tests
Includes fix for PR 221676:
27d3021cc3 (diff-5a0d468963477f7daedb8308c219dd80)
PR: 221676
MFC after: 5 days
15 lines
424 B
HTML
15 lines
424 B
HTML
{#
|
|
basic/localtoc.html
|
|
~~~~~~~~~~~~~~~~~~~
|
|
|
|
Sphinx sidebar template: local table of contents.
|
|
|
|
:copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS.
|
|
:license: BSD, see LICENSE for details.
|
|
#}
|
|
{%- if display_toc %}
|
|
<h3><a href="{{ pathto(master_doc) }}">{{ _('On This Page') }}</a></h3>
|
|
{{ toc }}
|
|
<h3><a href="{{ pathto(master_doc) }}">{{ _('Full Documentation') }}</a></h3>
|
|
{%- endif %}
|