-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from filip-michalsky/documentation
Local startup
- Loading branch information
Showing
61 changed files
with
1,310 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+5.62 KB
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.agents.doctree
Binary file not shown.
Binary file modified
BIN
-12.1 KB
(85%)
api-website/_build/doctrees/salesgpt/salesgpt.chains.doctree
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.logger.doctree
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.parsers.doctree
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.prompts.doctree
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.prompts_cn.doctree
Binary file not shown.
Binary file modified
BIN
+4.49 KB
(140%)
api-website/_build/doctrees/salesgpt/salesgpt.salesgptapi.doctree
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.stages.doctree
Binary file not shown.
Binary file modified
BIN
-2.99 KB
(88%)
api-website/_build/doctrees/salesgpt/salesgpt.templates.doctree
Binary file not shown.
Binary file modified
BIN
+12.7 KB
(260%)
api-website/_build/doctrees/salesgpt/salesgpt.tools.doctree
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
api-website/_build/doctrees/salesgpt/salesgpt.version.doctree
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: e5df60454524fb28d5e2b3c23043e531 | ||
config: c5bf57642e839bbe8412743aae371109 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
59 changes: 59 additions & 0 deletions
59
api-website/_build/html/_sources/googleanalytics/README.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
.. -*- restructuredtext -*- | ||
=========================================== | ||
Google Analytics extension for Sphinx | ||
=========================================== | ||
|
||
:author: Domen Kožar <domen@dev.si> | ||
|
||
|
||
About | ||
===== | ||
|
||
This extensions allows you to track generated html files | ||
with Google Analytics web service. | ||
|
||
|
||
Installing from sphinx-contrib checkout | ||
--------------------------------------- | ||
|
||
Checkout googleanalytics sphinx extension:: | ||
|
||
$ git clone https://github.com/sphinx-contrib/googleanalytics | ||
|
||
Change into the googleanalytics directory:: | ||
|
||
$ cd googleanalytics | ||
|
||
Install the module:: | ||
|
||
$ python setup.py install | ||
|
||
|
||
Enabling the extension in Sphinx_ | ||
--------------------------------- | ||
|
||
Just add ``sphinxcontrib.googleanalytics`` to the list of extensions in the ``conf.py`` | ||
file. For example:: | ||
|
||
extensions = ['sphinxcontrib.googleanalytics'] | ||
|
||
|
||
Configuration | ||
------------- | ||
|
||
For now one optional configuration is added to Sphinx_. It can be set in | ||
``conf.py`` file: | ||
|
||
``googleanalytics_id`` <string>: | ||
UA id for your site, example:: | ||
googleanalytics_id = 'UA-123-123-123' | ||
|
||
``googleanalytics_enabled`` <bool>: | ||
True by default, use it to turn off tracking. | ||
|
||
|
||
.. Links: | ||
.. _gnuplot: http://www.gnuplot.info/ | ||
.. _Sphinx: http://sphinx.pocoo.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'GTM-NX3SZD79'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.