ReiHashimoto
ReiHashimoto
- #505 - 見積・検討時の内容
- pynwbで使用されているデコレータ - https://hdmf.readthedocs.io/en/stable/hdmf.utils.html#hdmf.utils.docval - デコレータでパラメータを定義する - このデコレータを使用している関数をself, **kwargsを引数に取るようにする - paramsにyamlからloadしたdictを渡せばyamlの変数もドキュメントに起こせそう - yamlのフォーマットをname, doc, type, defaultなどのフィールドで定義するようにすればよさそう
https://autodoc-pydantic.readthedocs.io/en/stable/index.html# 基本的にモデルに対するドキュメンテーション用の仕組みなので、今回のユースケースとはマッチしなそう
It would be resolved in ver1.2.0 - https://github.com/arayabrain/barebone-studio/pull/194
It would be resolved in ver1.2.0 - https://github.com/arayabrain/barebone-studio/pull/106 - https://github.com/arayabrain/barebone-studio/pull/107
- アルゴリズムについても説明を追加する場合 ## 方針案 ### Frontend - 既存のnode edgeのホバー表示にデータ型の説明を追加で表示  - 関数名クリック時にpopoverで関数の説明を表示(ドラッグ操作とは共存可)  #### 主な改修対象 - `frontend/src/api/algolist/AlgoList.ts` - `AlgoListDTO`, `AlgorithmInfo`クラスにdescription追加...