[agent:surfer] init template AI-ready : WORKFLOW, AGENTS, AI_CONTEXT, Sphinx, scripts
Some checks failed
Build Sphinx docs / build (push) Has been cancelled
Some checks failed
Build Sphinx docs / build (push) Has been cancelled
This commit is contained in:
9
docs/Makefile
Normal file
9
docs/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
SPHINXBUILD = sphinx-build
|
||||
SOURCEDIR = .
|
||||
BUILDDIR = _build
|
||||
|
||||
html:
|
||||
$(SPHINXBUILD) -b html $(SOURCEDIR) $(BUILDDIR)/html
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)
|
||||
4
docs/architecture.rst
Normal file
4
docs/architecture.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Architecture
|
||||
============
|
||||
|
||||
*À documenter.*
|
||||
6
docs/changelog.rst
Normal file
6
docs/changelog.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
v0.1 — init
|
||||
-----------
|
||||
- Scaffold initial
|
||||
6
docs/conf.py
Normal file
6
docs/conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
project = "PROJECT_NAME"
|
||||
author = "Flag / OpenClaw agents"
|
||||
release = "0.1"
|
||||
extensions = ["myst_parser", "sphinx.ext.autodoc", "sphinx.ext.viewcode"]
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
source_suffix = {".rst": "restructuredtext", ".md": "markdown"}
|
||||
15
docs/index.rst
Normal file
15
docs/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
PROJECT_NAME
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Documentation
|
||||
|
||||
architecture
|
||||
changelog
|
||||
api
|
||||
|
||||
Overview
|
||||
--------
|
||||
|
||||
*À compléter — voir AI_CONTEXT.md pour le contexte agent.*
|
||||
Reference in New Issue
Block a user