003 File Manager
Current Path:
/usr/src/contrib/libxo/doc
usr
/
src
/
contrib
/
libxo
/
doc
/
📁
..
📄
Makefile.am
(839 B)
📁
_static
📁
_templates
📄
api.rst
(54.89 KB)
📄
conf.py
(5.43 KB)
📄
encoders.rst
(8.44 KB)
📄
example.rst
(21.76 KB)
📄
faq.rst
(7.46 KB)
📄
field-formatting.rst
(13.26 KB)
📄
field-modifiers.rst
(11.13 KB)
📄
field-roles.rst
(10.7 KB)
📄
format-strings.rst
(2.03 KB)
📄
formatting.rst
(5.45 KB)
📄
getting.rst
(5.73 KB)
📄
howto.rst
(13.05 KB)
📄
index.rst
(1.43 KB)
📄
intro.rst
(2.93 KB)
📄
options.rst
(6.41 KB)
📄
top-link.html.in
(255 B)
📄
xo.rst
(6.81 KB)
📄
xohtml.rst
(1.22 KB)
📄
xolint.rst
(10.32 KB)
📄
xopo.rst
(1.66 KB)
Editing: Makefile.am
# # $Id$ # # Copyright 2014, Juniper Networks, Inc. # All rights reserved. # This SOFTWARE is licensed under the LICENSE provided in the # ../Copyright file. By downloading, installing, copying, or otherwise # using the SOFTWARE, you agree to be bound by the terms of that # LICENSE. doc docs: xolint.rst html # # The contents of xolint.rst is generated based on xolint.pl, since we # really want this to be self-documenting. But readthedocs.org needs this # data to be _in_ repo. So we generate this file on command only, and # the developer needs to commit any changes. # xolint.rst: ${top_srcdir}/xolint/xolint.pl perl ${top_srcdir}/xolint/xolint.pl -D > ${top_srcdir}/doc/xolint.rst SPHINX = python3 -msphinx html sphinx sphinx-html: ${SPHINX} -M html ${srcdir} . -N -E singlehtml: ${SPHINX} -M singlehtml ${srcdir} . -N -E
Upload File
Create Folder