This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new dc21a6c258 Minor: Consolidate specificataion doc sections (#11427)
dc21a6c258 is described below
commit dc21a6c25893e7906da588debf18a8e5918b3b32
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Jul 12 11:53:44 2024 -0400
Minor: Consolidate specificataion doc sections (#11427)
---
docs/source/contributor-guide/index.md | 16 ----------------
docs/source/contributor-guide/specification/index.rst | 10 ++++++++++
2 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/docs/source/contributor-guide/index.md
b/docs/source/contributor-guide/index.md
index 891277f647..ad49b614c3 100644
--- a/docs/source/contributor-guide/index.md
+++ b/docs/source/contributor-guide/index.md
@@ -134,19 +134,3 @@ The good thing about open code and open development is
that any issues in one ch
Pull requests will be marked with a `stale` label after 60 days of inactivity
and then closed 7 days after that.
Commenting on the PR will remove the `stale` label.
-
-## Specifications
-
-We formalize some DataFusion semantics and behaviors through specification
-documents. These specifications are useful to be used as references to help
-resolve ambiguities during development or code reviews.
-
-You are also welcome to propose changes to existing specifications or create
-new specifications as you see fit.
-
-Here is the list current active specifications:
-
-- [Output field name
semantic](https://datafusion.apache.org/contributor-guide/specification/output-field-name-semantic.html)
--
[Invariants](https://datafusion.apache.org/contributor-guide/specification/invariants.html)
-
-All specifications are stored in the `docs/source/specification` folder.
diff --git a/docs/source/contributor-guide/specification/index.rst
b/docs/source/contributor-guide/specification/index.rst
index bcd5a895c4..a34f0b19e4 100644
--- a/docs/source/contributor-guide/specification/index.rst
+++ b/docs/source/contributor-guide/specification/index.rst
@@ -18,6 +18,16 @@
Specifications
==============
+We formalize some DataFusion semantics and behaviors through specification
+documents. These specifications are useful to be used as references to help
+resolve ambiguities during development or code reviews.
+
+You are also welcome to propose changes to existing specifications or create
+new specifications as you see fit. All specifications are stored in the
+`docs/source/specification` folder. Here is the list current active
+specifications:
+
+
.. toctree::
:maxdepth: 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]