% KumaROOT documentation master file % created by sphinx-quickstart on Sat Jul 11 17:44:03 2015. % You can adapt this file completely to your liking, % but it should at least contain the root `toctree` directive. # KumaROOT ```{toctree} --- maxdepth: 1 --- preface/index ``` ```{toctree} --- maxdepth: 1 caption: プログラミングしたい --- command/command-usage git/git-usage root/root-usage geant4/geant4-usage python/python-usage numpy/numpy-usage pandas/pandas-usage polars/polars-usage matplotlib/matplotlib-usage altair/altair-usage plotly/plotly-usage hvplot/hvplot-usage streamlit/streamlit-usage rust/rust-usage gas/gas-usage html/html-usage docker/docker-usage ``` ```{toctree} --- maxdepth: 1 caption: 文書作成したい --- latex/latex-usage sphinx/sphinx-usage hugo/hugo-usage myst/myst-usage typst/typst-usage vscode/vscode-usage emacs/emacs-usage ``` ```{toctree} --- maxdepth: 1 caption: 未分類 --- streaming/streaming-usage gadget/gadget-usage dvr/dvr-usage raspi/raspi-usage redpitaya/redpitaya-usage windows/windows-usage ``` ```{toctree} --- maxdepth: 1 caption: 用語集 --- glossary ``` ## 公開先 - [KumaROOT - Read the Docs](https://kumaroot.readthedocs.io/) ```{eval-rst} .. only:: html or dirhtml * :doc:`changelog` * :ref:`genindex` * :ref:`search` ```