16 Commits

Author SHA1 Message Date
Takashi Natsume
d867ef6551 Replace old URLs with new ones
Change-Id: I66d76bed4ec19ef7517d88de20fcc32fea635261
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
2022-06-24 08:38:31 +00:00
Stephen Finucane
52cdbd271e docs: Update docs to reflect deprecation status
Change-Id: I56b862305b31916cef143494050e5e08b1ac70b1
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-04-06 14:18:05 +01:00
Takashi Natsume
2c5c30ba01 doc: Update Testing document
The default tox target environments has been changed
from Python 3.7 to 3.8 since
I093085cf6e85a66f80559eba62f9edf684f5dbea.

Update the 'Testing' document.

Change-Id: I33b32eb1d88225ae7ad44cbae28edc5c5f9c4925
2020-04-25 10:56:16 +00:00
Ghanshyam Mann
812f106612 [Community goal] Update contributor documentation
As the Ussuri goal we have an OpenStack project wide contributing
documentation template [1]. pyhton-novaclient use its own bug or feature
tracking LP and core team is also not exactly same as nova  so adding
its own contributor guide with keeping common links from nova
with python-novaclient specific information.

Also the top level CONTRIBUTING.rst template has been changed in the
cookiecutter repo[2]. So this patch updates the CONTRIBUTING.rst according
to the new template.

[1] https://opendev.org/openstack/cookiecutter/src/branch/master/%7b%7bcookiecutter.repo_name%7d%7d/doc/source/contributor/contributing.rst
[2] https://review.opendev.org/#/c/696001

Change-Id: Idd35fdf54a92a4a000d0d7776884682c8722854b
Story: #2007236
Task: #38541
2020-04-23 16:56:43 +00:00
Takashi NATSUME
eb98178ea8 doc: Update Testing document
Python 2 support has been dropped since
If678d77b8da69121b0075bfbc4216531be25da6a.

Update the 'Testing' document.

Change-Id: Ic263943b1d6110925b9c9849c01b0d52d41a8351
2019-11-26 09:13:56 +09:00
Akihiro Motoki
6c0e4d7a39 PDF documentation build
Also reorganizes the document structure to match both HTML and PDF docs.

Story: 2006100
Task: 35143

Change-Id: Ie3f38e2ecf52e6a6cbd52bb36196e6f589f1ca0f
2019-10-11 03:51:38 +09:00
Takashi NATSUME
517ff099e8 doc: Clarify versioned wrapped method
The 'versioned wrapped shell method' is a bit unclear.
So fix it and add more description for it.

Change-Id: Ie50453b73adf1df5a77a582cc40612c5213c04d5
2019-07-16 18:22:26 +09:00
Takashi NATSUME
9fe78e8a60 Add a guide to add a new microversion support
Add a contributor guide for adding a new microversion support.

Change-Id: I5e7699b6afbecf1e22cdc059a36832c144fc8e2f
2019-07-09 17:28:47 -04:00
Zuul
f7f5df9c1d Merge "Drop py35 tests" 2019-04-26 02:28:08 +00:00
Takashi NATSUME
fe4138aea4 Updates for OpenDev transition
Replace 'git.openstack.org' with 'opendev.org'
in contributor/index.rst.
Update URLs in other places as well though there are redirects.

See the following URLs for more details:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Change-Id: Ifb9f4274d2fd0fa81e7501fe176eeead3acd0e3e
2019-04-23 01:18:31 +00:00
zhangyangyang
f970589f9b Drop py35 tests
Drop py35 tests because all the integration testing
has been moved to Bionic.

See the following URL for more details.

http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

Co-Authored-By: Takashi Natsume <natsume.takashi@lab.ntt.co.jp>
Change-Id: Ied64e92d5833ed11e1213c42994cfebeaa2ace6a
Signed-off-by: zhangyangyang <zhangyangyang@unionpay.com>
2019-04-22 22:28:33 +09:00
Takashi NATSUME
0fdb154d9c doc: Start using openstackdoctheme's extlink extension
This ensures we have version-specific references to other projects [1].

[1] https://docs.openstack.org/openstackdocstheme/latest/#external-link-helper

Change-Id: I3b9db8b71c082dd5f8d0564a9cdfdb2fa6dc5ed6
2018-10-09 12:22:17 +09:00
Takashi NATSUME
f22685f588 Update the contributor guide
Add missing tox targets in contributor/testing.rst.
Replace the launchpad link to nova project with
the launchpad link to python-novaclient project
in contributor/index.rst.

Change-Id: I1b3736f25e59669624331d8f86820a45181c6760
Closes-Bug: #1795353
2018-10-02 12:03:35 +00:00
sunjiazz
1d9322a2f5 Update documentation links
Update doc links according to OpenStack document migration

Change-Id: I189f2b31456203c80234a44cbf87534f8c159ed0
2018-01-18 15:40:35 +08:00
Takashi NATSUME
561b35a8a8 Update URLs in docs, comments and setup.cfg
Some URLs are broken, so fix them.
The other URLs are redirect to new URLs,
so replace them with new ones.

Change-Id: Ida2fd70ad0d7b029fadfe91be14d7180b9b5b8d1
Closes-Bug: #1707104
2017-07-28 12:14:12 +09:00
Stephen Finucane
e11efd8d76 doc: Create directory structure for docs migration
The spec [1] recommends the following sections:

- install
- contributor
- configuration
- cli
- admin
- user
- reference

Only a few of these are useful here:

- contributor
- cli
- user
- reference

Add these and populate them.

[1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration

Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
2017-07-12 15:07:35 +01:00