X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README;h=bbb5d180ade77bc21f98f3b61fcab17a4b700844;hb=3d7285ec4c96724b64968f46c2075b77e8d08543;hp=f3772d49e6ab29ff105f8797ad1ccba655464324;hpb=392168d467d7949f391602f53f9fd62d2a64d12b;p=ric-plt%2Flib%2Frmr.git diff --git a/README b/README index f3772d4..bbb5d18 100644 --- a/README +++ b/README @@ -58,3 +58,17 @@ src This directory is the top level source directory containing both the test All unit and application level tests for the core library are kept within this directory. Tests for bindings are managed within the binding's directory under the source directory. + +Top level pollution +There are several "configuration" files which sit at the top level of the +repo that are required for some sort of CI/CD/Documentation automation. Most, +if not all of the CI/CD goo is in the ci directory where it's out of the way +and thus not confusing. However, there is some pollution that can generally +be ignored: + + tox.ini -- this seems to drive the scraper which pulls from docs and + writes to some external documentation repo/host. + + + .readthedocs.yaml -- this seems to be some configuration for the docs + scraping process(es).