[7.x] Reorganize API documentation

This commit is contained in:
Seth Michael Larson
2021-04-26 10:14:29 -05:00
parent 794a97578f
commit 54a1d56870
7 changed files with 306 additions and 431 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ with open(join(base_dir, package_name, "_version.py")) as f:
r"__versionstr__\s+=\s+[\"\']([^\"\']+)[\"\']", f.read()
).group(1)
with open(join(base_dir, "README")) as f:
with open(join(base_dir, "README.rst")) as f:
long_description = f.read().strip()
packages = [