From 90098c48ba38911bb97877622508830609390158 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Sat, 30 Jan 2016 16:45:59 -0800 Subject: [PATCH] Convert docs from md to rst This patches converts the README and other files to rst since that is the widely accepted format versus markdown. Change-Id: I68782f37d7339d7d26772a9f9e23a80debe159d0 --- CONTRIBUTING.md => CONTRIBUTING.rst | 2 -- README.md => README.rst | 4 ++-- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) rename CONTRIBUTING.md => CONTRIBUTING.rst (99%) rename README.md => README.rst (99%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.rst similarity index 99% rename from CONTRIBUTING.md rename to CONTRIBUTING.rst index 8f4f25c..c7e3bce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.rst @@ -15,5 +15,3 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: https://bugs.launchpad.net/anchor - - diff --git a/README.md b/README.rst similarity index 99% rename from README.md rename to README.rst index db0a729..bcd93fb 100644 --- a/README.md +++ b/README.rst @@ -1,5 +1,5 @@ Anchor -============ +====== Anchor is an ephemeral PKI service that, based on certain conditions, automates the verification of CSRs and signs certificates for clients. @@ -283,5 +283,5 @@ namespace and can take parameters just like validators. Reporting bugs and contributing =============================== -For bug reporting and contributing, please check the CONTRIBUTING.md +For bug reporting and contributing, please check the CONTRIBUTING.rst file. diff --git a/setup.cfg b/setup.cfg index aec2131..cfb80df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = anchor summary = Webservice to auto-sign certificates for short amount of time description-file = - README.md + README.rst author = OpenStack Security Group author-email = openstack-dev@lists.openstack.org home-page = https://wiki.openstack.org/wiki/Security/Projects/Anchor