mirror of
https://github.com/AdaCore/e3-core.git
synced 2026-02-12 12:29:08 -08:00
Add a sphinx 'docs' directory, start the documentation and add a note about the plugin system in CONTRIBUTING.md. Change-Id: I5d2887dea8b31764f21088c9bd2e4cb95fa21e4a
10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
# To verify the content, run ``check-manifest``
|
|
include README.md CONTRIBUTING.md
|
|
include tox.ini
|
|
include VERSION COPYING3
|
|
recursive-include docs *.rst *.py
|
|
recursive-include tests *.anod
|
|
recursive-include tests *.py
|
|
prune docs/_build
|
|
exclude .gitreview
|