release notes changed,commit id updated in release tag
[ric-app/rc.git] / docs / _build / html / developers-guide.html
1 <!DOCTYPE html>
2 <html class="writer-html5" lang="en" >
3 <head>
4   <meta charset="utf-8" />
5   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6   <title>Developers Guide &mdash; ric-app-rc master documentation</title>
7       <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
8       <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
9       <link rel="stylesheet" href="_static/graphviz.css" type="text/css" />
10     <link rel="shortcut icon" href="_static/favicon.ico"/>
11   <!--[if lt IE 9]>
12     <script src="_static/js/html5shiv.min.js"></script>
13   <![endif]-->
14   
15         <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
16         <script src="_static/jquery.js"></script>
17         <script src="_static/underscore.js"></script>
18         <script src="_static/doctools.js"></script>
19     <script src="_static/js/theme.js"></script>
20     <link rel="index" title="Index" href="genindex.html" />
21     <link rel="search" title="Search" href="search.html" />
22     <link rel="prev" title="Installation Guide" href="installation-guide.html" /> 
23 </head>
24
25 <body class="wy-body-for-nav"> 
26   <div class="wy-grid-for-nav">
27     <nav data-toggle="wy-nav-shift" class="wy-nav-side">
28       <div class="wy-side-scroll">
29         <div class="wy-side-nav-search"  style="background: white" >
30             <a href="index.html" class="icon icon-home"> ric-app-rc
31             <img src="_static/logo.png" class="logo" alt="Logo"/>
32           </a>
33               <div class="version">
34                 master
35               </div>
36 <div role="search">
37   <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
38     <input type="text" name="q" placeholder="Search docs" />
39     <input type="hidden" name="check_keywords" value="yes" />
40     <input type="hidden" name="area" value="default" />
41   </form>
42 </div>
43         </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
44               <p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
45 <ul class="current">
46 <li class="toctree-l1"><a class="reference internal" href="overview.html">rc Control Overview</a></li>
47 <li class="toctree-l1"><a class="reference internal" href="release-notes.html">Release Notes</a></li>
48 <li class="toctree-l1"><a class="reference internal" href="installation-guide.html">Installation Guide</a></li>
49 <li class="toctree-l1 current"><a class="current reference internal" href="#">Developers Guide</a><ul>
50 <li class="toctree-l2"><a class="reference internal" href="#version-bumping-the-xapp">Version bumping the Xapp</a></li>
51 </ul>
52 </li>
53 </ul>
54
55         </div>
56       </div>
57     </nav>
58
59     <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu"  style="background: white" >
60           <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
61           <a href="index.html">ric-app-rc</a>
62       </nav>
63
64       <div class="wy-nav-content">
65         <div class="rst-content">
66           <div role="navigation" aria-label="Page navigation">
67   <ul class="wy-breadcrumbs">
68       <li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
69       <li>Developers Guide</li>
70       <li class="wy-breadcrumbs-aside">
71             <a href="_sources/developers-guide.rst.txt" rel="nofollow"> View page source</a>
72       </li>
73   </ul>
74   <hr/>
75 </div>
76           <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
77            <div itemprop="articleBody">
78              
79   <div class="section" id="developers-guide">
80 <h1>Developers Guide<a class="headerlink" href="#developers-guide" title="Permalink to this headline"></a></h1>
81 <div class="contents local topic" id="contents">
82 <ul class="simple">
83 <li><p><a class="reference internal" href="#version-bumping-the-xapp" id="id1">Version bumping the Xapp</a></p></li>
84 </ul>
85 </div>
86 <div class="section" id="version-bumping-the-xapp">
87 <h2><a class="toc-backref" href="#id1">Version bumping the Xapp</a><a class="headerlink" href="#version-bumping-the-xapp" title="Permalink to this headline"></a></h2>
88 <p>This project follows semver. When changes are made, update the version strings in:</p>
89 <ol class="arabic simple">
90 <li><p><code class="docutils literal notranslate"><span class="pre">container-tag.yaml</span></code></p></li>
91 <li><p><code class="docutils literal notranslate"><span class="pre">docs/release-notes.rst</span></code></p></li>
92 <li><p><code class="docutils literal notranslate"><span class="pre">setup.py</span></code></p></li>
93 <li><p><code class="docutils literal notranslate"><span class="pre">xapp-descriptor/config.json</span></code></p></li>
94 </ol>
95 </div>
96 </div>
97
98
99            </div>
100           </div>
101           <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
102         <a href="installation-guide.html" class="btn btn-neutral float-left" title="Installation Guide" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
103     </div>
104
105   <hr/>
106
107   <div role="contentinfo">
108     <p>&#169; Copyright 2021, O-RAN Project.</p>
109   </div>
110
111   Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
112     <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
113     provided by <a href="https://readthedocs.org">Read the Docs</a>.
114    
115
116 </footer>
117         </div>
118       </div>
119     </section>
120   </div>
121   <script>
122       jQuery(function () {
123           SphinxRtdTheme.Navigation.enable(false);
124       });
125   </script> 
126
127 </body>
128 </html>