@@ -275,17 +275,18 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
275275< dd > < p > set the output directory based on the given input arguments</ p >
276276< dl class ="field-list simple ">
277277< dt class ="field-odd "> Parameters< span class ="colon "> :</ span > </ dt >
278- < dd class ="field-odd "> < p > < strong > argparse.Namespace</ strong > (< em > args</ em > ) – the arguments from the parser</ p >
279- </ dd >
280- < dt class ="field-even "> Returns< span class ="colon "> :</ span > </ dt >
281- < dd class ="field-even "> < p > < ul class ="simple ">
282- < li > < p > < em > pathlib.PosixPath that contains the full path of the output directory</ em > </ p > </ li >
283- < li > < p > < em > it is determined as follows</ em > </ p > </ li >
284- < li > < p > < em > If user provides an output directory, use it.</ em > </ p > </ li >
285- < li > < p > < em > Otherwise, we set it to the current directory if nothing is provided.</ em > </ p > </ li >
286- < li > < p > < em > We then create the directory if it does not exist.</ em > </ p > </ li >
278+ < dd class ="field-odd "> < ul class ="simple ">
279+ < li > < p > < strong > argparse.Namespace</ strong > (< em > args</ em > ) – the arguments from the parser</ p > </ li >
280+ < li > < p > < strong > follows</ strong > (< em > it is determined as</ em > )</ p > </ li >
281+ < li > < p > < strong > directory</ strong > (< em > If user provides an output</ em > )</ p > </ li >
282+ < li > < p > < strong > it.</ strong > (< em > use</ em > )</ p > </ li >
283+ < li > < p > < strong > Otherwise</ strong > </ p > </ li >
284+ < li > < p > < strong > provided.</ strong > (< em > we set it to the current directory if nothing is</ em > )</ p > </ li >
285+ < li > < p > < strong > exist.</ strong > (< em > We then create the directory if it does not</ em > )</ p > </ li >
287286</ ul >
288- </ p >
287+ </ dd >
288+ < dt class ="field-even "> Return type< span class ="colon "> :</ span > </ dt >
289+ < dd class ="field-even "> < p > a Path object that contains the full path of the output directory</ p >
289290</ dd >
290291</ dl >
291292</ dd > </ dl >
0 commit comments