1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
d0def24de9 Update content 2023-04-03 09:55:58 +00:00
4b8ac7716e Update content 2023-01-20 11:08:15 +00:00
7 changed files with 3 additions and 129 deletions

View File

@ -18,7 +18,7 @@ import os
import sys
extensions = [
'otcdocstheme',
'otcdocstheme'
]
otcdocs_auto_name = False

View File

@ -1,7 +1,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD
otcdocstheme # Apache-2.0
# releasenotes
reno>=3.1.0 # Apache-2.0
otc-sphinx-directives>=0.1.0
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
reno>=3.1.0 # Apache-2.0

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
Data Ingestion Service
======================
Data Ingestion Service (DIS) addresses the challenge of transmitting data from outside the cloud to inside the cloud. DIS builds data intake streams for custom applications capable of processing or analyzing streaming data. DIS continuously captures, transmits, and stores terabytes of data from hundreds of thousands of sources every hour, such as logs, Internet of Things (IoT) data, social media feeds, website clickstreams, and location-tracking events.
.. directive_wrapper::
:class: container-sbv
.. service_card::
:service_type: dis
:umn: This document provides detailed operation guidance of DIS to help you learn and use DIS.
:api-ref: This document introduces API reference provided by DIS and describes functions and parameters of each API.

View File

@ -29,11 +29,7 @@ allowlist_externals =
mkdir
cp
sh
rm
sphinx-build
commands =
rm -rf doc/build/html doc/build/doctrees
sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html
{[testenv:api-ref]commands}
{[testenv:json-api-ref]commands}
{[testenv:umn]commands}
@ -142,8 +138,3 @@ commands =
mkdir -p doc/build/pdf
cp umn/build/pdf/dis-umn.pdf doc/build/pdf/
[doc8]
ignore = D001
extensions = .rst, .yaml

View File

@ -18,7 +18,7 @@ import os
import sys
extensions = [
'otcdocstheme',
'otcdocstheme'
]
otcdocs_auto_name = False