summaryrefslogtreecommitdiff
path: root/doc/source/user
Commit message (Collapse)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-5/+0
| | | | | | | | This library no longer supports Python 2, thus usage of six can be removed. This also removes workaround about pickle library used in Python 2 only. Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
* Updating for OFTC IRC network4.6.1Michael Johnson2021-06-071-1/+1
| | | | Change-Id: I47faea9b3c0324d3860a5209d521bc76de03bc47
* update git.openstack.org to opendev3.7.0liuwei2019-05-221-2/+2
| | | | Change-Id: Ie9f1ca14eed287f3c25553d029d4a4b2ca5274d0
* Fix a symbol errorjiansong2018-08-201-1/+1
| | | | | | | | There is a wrong use ' here, which causes the document to make errors when copying the code for experimentation. Change-Id: I3ae19f591ffd668bcd1563bd1e317b21b799dba6
* Update various links in docsVu Cong Tuan2018-07-172-8/+8
| | | | | | Avoid redirects, s/http/https/. Change-Id: Id03bd49f250b48109967a0e04b92b75925f08932
* replace http with httpszhangzs2018-06-131-2/+2
| | | | Change-Id: Ic01648cae18bf674cf5ee2753043dac7c5fc9ed0
* Fix doc buildBen Nemec2018-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | Most notably, taskflow is hitting the sphinx issue https://github.com/sphinx-doc/sphinx/issues/2549 which causes a spurious warning that breaks the build with -W. There is a workaround posted in https://stackoverflow.com/questions/31784830/sphinx-ivar-tag-goes-looking-for-cross-references to move :ivar: docstrings to inline comments on the member variable itself. This is not ideal because it causes the docs to render differently from :ivar:, but until the sphinx bug is fixed it will allow us to keep documenting the problematic variables. There was also a problem with one of the doctests because the output had changed. That is now fixed. I also noticed a typo in one of the parameter descriptions so that is fixed too. Change-Id: Ib44621f6c3ba2c5476ec430218a0449f9f45d18f
* Trivial: Update pypi url to new urlmelissaml2018-04-211-1/+1
| | | | | | | | | Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I0c8a226317fa62658555cb9a18028f1516aeccfe
* Update URLs in documents according to document migrationChangBo Guo(gcb)2017-07-133-3/+3
| | | | Change-Id: I9ca92fdcec388e02462332e04fe7c1bf8b5f64b8
* rearrange existing documentation into the new standard layoutDoug Hellmann2017-07-0833-0/+3882
Change-Id: Ic53baaa62771fda6de3b3dfe861909365103d1a9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>