All public logs

From MaRDI portal

Combined display of all available logs of MaRDI portal. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:11, 12 May 2022 DavidNolte talk contribs created page Project:Auto-documenting python with sphinx (Created page with "= Auto-documenting python with sphinx = Sphinx is a tool for documenting python packages: https://www.sphinx-doc.org/en/master/ The documentation consists in: # "Narrative" documentation, written in ReStrucutedText (rst) # automatic API documentation from python docstrings == Requirements == Python packages: * sphinx * sphinx-argparse (optional) * sphinx-rtd-theme (optional) Install via pip: <code>pip install -U sphinx sphinx-argparse sphinx-rtd-theme</code> == Get...")