forked from docs/mapreduce-service
Compare commits
2 Commits
main
...
service_ba
Author | SHA1 | Date | |
---|---|---|---|
7738c13079 | |||
![]() |
865c85b52d |
@ -18,7 +18,7 @@ import os
|
||||
import sys
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme'
|
||||
'otcdocstheme',
|
||||
]
|
||||
|
||||
otcdocs_auto_name = False
|
||||
|
@ -18,7 +18,7 @@ import os
|
||||
import sys
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme'
|
||||
'otcdocstheme',
|
||||
]
|
||||
|
||||
otcdocs_auto_name = False
|
||||
|
@ -18,7 +18,7 @@ import os
|
||||
import sys
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme'
|
||||
'otcdocstheme',
|
||||
]
|
||||
|
||||
otcdocs_auto_name = False
|
||||
|
@ -2,3 +2,6 @@ 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
|
0
doc/source/_static/placeholder
Normal file
0
doc/source/_static/placeholder
Normal file
102
doc/source/conf.py
Normal file
102
doc/source/conf.py
Normal file
File diff suppressed because it is too large
Load Diff
15
doc/source/index.rst
Normal file
15
doc/source/index.rst
Normal file
@ -0,0 +1,15 @@
|
||||
MapReduce Service
|
||||
=================
|
||||
|
||||
MapReduce Service (MRS) provides enterprise-level big data clusters on the cloud, which are fully controlled by tenants and support the Hadoop, Spark, HBase, Kafka, and Storm components.
|
||||
|
||||
|
||||
.. directive_wrapper::
|
||||
:class: container-sbv
|
||||
|
||||
.. service_card::
|
||||
:service_type: mrs
|
||||
:umn: This document provides detailed operation guidance of MRS to help you learn and use MRS.
|
||||
:api-ref: This document introduces API reference provided by MRS and describes functions and parameters of each API.
|
||||
:operation-guide: This document describes how to use big data components in MRS to easily run the components for big data analysis and processing.
|
||||
:operation-guide-lts: This document describes how to use the big data components in the MRS cluster of the LTS version to easily run the big data analysis and processing components.
|
9
tox.ini
9
tox.ini
@ -29,7 +29,11 @@ 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:operation-guide]commands}
|
||||
@ -226,3 +230,8 @@ commands =
|
||||
mkdir -p doc/build/pdf
|
||||
cp umn/build/pdf/mrs-umn.pdf doc/build/pdf/
|
||||
|
||||
|
||||
|
||||
[doc8]
|
||||
ignore = D001
|
||||
extensions = .rst, .yaml
|
@ -18,7 +18,7 @@ import os
|
||||
import sys
|
||||
|
||||
extensions = [
|
||||
'otcdocstheme'
|
||||
'otcdocstheme',
|
||||
]
|
||||
|
||||
otcdocs_auto_name = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user