You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ghanshyam Mann be22db72ff Replace freenode ref with OFTC 3 years ago
doc/source Replace freenode ref with OFTC 3 years ago
.gitignore Initial commit 4 years ago
.gitreview Add gitreview 4 years ago
.zuul.yaml Adding first jobs for ideas repo 4 years ago
README.rst Add how to render the website in README 4 years ago
ideas Initial commit 4 years ago
requirements.txt Initial commit 4 years ago
setup.cfg Small cleanups 4 years ago
setup.py Initial commit 4 years ago
test-requirements.txt Switch to newer openstackdocstheme version 4 years ago
tox.ini Switch to newer openstackdocstheme version 4 years ago

README.rst

This repository contains the base documents for the ideas.openstack.org
website. This website is the ground of any new idea for OpenStack, crazy or not.

While ideas can be spread on the Mailing Lists, this repository is a way to
iterate on the ideas while keeping their history in an easier location than the
mailing lists. Proposal should still be exposed and/or discussed on the mailing
lists (or other media) for transparency.

Please read ``doc/source/index.rst`` for further details.

You can render this sphinx website by running ``tox -e docs``,
which will build the html pages in ``doc/build/``.