Skip to content

Commit c56b0ca

Browse files
committed
updated docs
1 parent 95d3542 commit c56b0ca

78 files changed

Lines changed: 6696 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,6 @@ build/
406406
dist/*
407407

408408
# Sphinx
409-
docs/_build/
410-
docs/_static
411409
docs/_templates
412-
doctrees
413-
docs/doctrees
414-
docs/html
415410
package-lock.json
416411
package.json

docs/_build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 396ecf0a4245ccca368c3e987718bb95
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7
54.9 KB
Binary file not shown.
61.2 KB
Binary file not shown.
116 KB
Binary file not shown.
62.5 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
featuremanagement.aio package
2+
=======================================
3+
4+
Module contents
5+
---------------
6+
7+
.. automodule:: featuremanagement.aio
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Subpackages
2+
-----------
3+
4+
.. toctree::
5+
:maxdepth: 4
6+
7+
featuremanagement.aio
8+
9+
Module contents
10+
---------------
11+
12+
.. automodule:: featuremanagement
13+
:members:
14+
:undoc-members:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. include:: ../README.md
2+
:parser: myst_parser.sphinx_
3+
4+
Subpackages
5+
-----------
6+
7+
.. toctree::
8+
:maxdepth: 4
9+
10+
featuremanagement

0 commit comments

Comments
 (0)