Compare commits

..

2 Commits

Author SHA1 Message Date
d5aa4197e6 re-introducing umn content 2025-02-12 09:38:52 +00:00
fec408caf3 Test PR for Rendering 2025-02-12 09:01:33 +00:00
4 changed files with 131 additions and 157 deletions

View File

@ -9,4 +9,4 @@ otc-sphinx-directives>=0.1.0
sphinx-minify>=0.0.1 # Apache-2.0 sphinx-minify>=0.0.1 # Apache-2.0
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
setuptools setuptools
gitpython gitpython

View File

@ -1,11 +1,9 @@
Resource Formation Service Resource Formation Service
========================== ==========================
With Resource Formation Service, you can manage system and service resources (all physical or logical entities that can be located and described, such as databases, VPCs, pipelines, and IAM roles). You can automatically deploy specified cloud service resources based on the template which uses the HCL (an open ecosystem) syntax.
.. directive_wrapper:: .. directive_wrapper::
:class: container-sbv :class: container-sbv
.. service_card:: .. service_card::
:service_type: rfs :service_type: rfs
:umn: This document describes basic concepts, functions, key terms, and FAQs of the Resource Formation Service (RFS) and provides guidances for creating private templates, stacks, execution plans and so on. :environment: internal

24
tox.ini
View File

@ -45,6 +45,30 @@ commands =
{[testenv:json-umn]commands} {[testenv:json-umn]commands}
[testenv:pdf-docs]
deps =
{[testenv:docs]deps}
{[testenv:bindeps]deps}
allowlist_externals =
rm
mkdir
wget
make
bash
cp
commands =
mkdir -p doc/build/pdf
mkdir -p doc/build/html
{[testenv:bindeps]commands}
mkdir -p {toxinidir}/_templates
wget -O {toxinidir}/_templates/longtable.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/longtable.tex.jinja
wget -O {toxinidir}/_templates/tabular.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabular.tex.jinja
wget -O {toxinidir}/_templates/tabulary.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabulary.tex.jinja
{[testenv:api-ref-pdf-docs]commands}
{[testenv:umn-pdf-docs]commands}
# HTML version # HTML version
[testenv:api-ref] [testenv:api-ref]
deps = {[testenv:docs]deps} deps = {[testenv:docs]deps}

File diff suppressed because it is too large Load Diff