Changeset - 1cf5425c58ad
[Not reviewed]
0 2 0
Branko Majic (branko) - 6 years ago 2018-05-16 22:39:00
branko@majic.rs
Noticket: Small improvements to documentation:

- List supported Python versions a bit more explicitly (improves
readibility/stands out better).
- Use dashes instead of asterisks for lists of items (just a syntax
change).
- Added link to documentation (RTD) to README file.
2 files changed with 16 insertions and 10 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -29,7 +29,9 @@ The tool is useful for issuing certificates in:
 
At time of this writing, Gimmecert is compatible with the following
 
Python versions:
 

	
 
- *Python 3.4+*
 
- *Python 3.4*
 
- *Python 3.5*
 
- *Python 3.6*
 

	
 

	
 
Why was this tool created?
 
@@ -74,13 +76,17 @@ In case of problems with the tool, please do not hesitate to contact
 
the author at **gimmecert (at) majic.rs**. Known issues and planned
 
features are tracked on website:
 

	
 
* https://projects.majic.rs/gimmecert/
 
- https://projects.majic.rs/gimmecert/
 

	
 
The library is hosted on author's own server, alongside a mirror on
 
The tool is hosted on author's own server, alongside a mirror on
 
Github:
 

	
 
* https://code.majic.rs/gimmecert
 
* https://github.com/azaghal/gimmecert
 
- https://code.majic.rs/gimmecert
 
- https://github.com/azaghal/gimmecert
 

	
 
Documentation is available on:
 

	
 
- https://gimmecert.readthedocs.io/
 

	
 

	
 
License
 
@@ -91,11 +97,11 @@ your option) any later version. You should have received the full copy of the
 
GPLv3 license in the local file **LICENSE-GPLv3**, or you may read the full text
 
of the license at:
 

	
 
* https://www.gnu.org/licenses/gpl-3.0.txt
 
- https://www.gnu.org/licenses/gpl-3.0.txt
 

	
 
Gimmecert *documentation* is licensed under the terms of CC-BY-SA 3.0
 
Unported license. You should have received the full copy of the CC-BY-SA 3.0
 
Unported in the local file **LICENSE-CC-BY-SA-3.0-Unported**, or you may read
 
the full text of the license at:
 

	
 
https://creativecommons.org/licenses/by-sa/3.0/
 
- https://creativecommons.org/licenses/by-sa/3.0/
docs/index.rst
Show inline comments
 
@@ -32,6 +32,6 @@ Contents
 
Indices and tables
 
------------------
 

	
 
* :ref:`genindex`
 
* :ref:`modindex`
 
* :ref:`search`
 
- :ref:`genindex`
 
- :ref:`modindex`
 
- :ref:`search`
0 comments (0 inline, 0 general)