We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ffee7 + 255d731 commit 35f90abCopy full SHA for 35f90ab
4 files changed
{{ cookiecutter.pypi_package_name }}/doc/sphinx/index.md
@@ -0,0 +1,14 @@
1
+# Documentation for {{ cookiecutter.project_title }}
2
+
3
+```{toctree}
4
+:maxdepth: 2
5
+:caption: Contents
6
7
+usage
8
+autoapi/index
9
+```
10
11
+```{include} ../../README.md
12
+:relative-docs: true
13
+:relative-images: true
14
{{ cookiecutter.pypi_package_name }}/doc/sphinx/index.rst
{{ cookiecutter.pypi_package_name }}/doc/sphinx/usage.md
@@ -0,0 +1,6 @@
+# Usage
+```{include} ../../USAGE.md
{{ cookiecutter.pypi_package_name }}/doc/sphinx/usage.rst
0 commit comments