[1]
http://docutils.sourceforge.net/docs/ref/rst/directives.html#raw-data-pass-through

hi. look at [1] that explain howto include html using html code or file
with html code or url with html code.

remember that sphinx use .rst files that is first appear in docutils.

see below my past from [1] url.

""

The "raw" directive indicates non-reStructuredText data that is to be
passed untouched to the Writer. The names of the output formats are given
in the directive arguments. The interpretation of the raw data is up to the
Writer. A Writer may ignore any raw output not matching its format.

For example, the following input would be passed untouched by an HTML
Writer:

.. raw:: html

   <hr width=50 size=10>

A LaTeX Writer could insert the following raw content into its output
stream:

.. raw:: latex

   \setlength{\parindent}{0pt}

Raw data can also be read from an external file, specified in a directive
option. In this case, the content block must be empty. For example:

.. raw:: html
   :file: inclusion.html

Inline equivalents of the "raw" directive can be defined via custom
interpreted text roles
<http://docutils.sourceforge.net/docs/ref/rst/directives.html#custom-interpreted-text-roles>
derived from the "raw" role
<http://docutils.sourceforge.net/docs/ref/rst/roles.html#raw>.

The following options are recognized:
file : string (newlines removed)The local filesystem path of a raw data
file to be included.url : string (whitespace removed)An Internet URL
reference to a raw data file to be included.encoding : name of text encodingThe
text encoding of the external raw data (file or URL). Defaults to the
document's encoding (if specified).

""

2016-08-23 13:24 GMT-03:00 Christian <[email protected]>:

> Hello All,
>
> This is my first post. So please give me little grace, if I sound little
> naive. I have created a documentation site using Sphinx-Doc. It looks
> great. But we can not use *Google analytics* for the visitor information.
> Is there a way to add simple website visitor counter? Or is there a simple
> way to keep track of the visitors?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
gilberto dos santos alves
+55(11)9-8646-5049
sao paulo - sp - brasil

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to