Make markdown look nicer.
authorScott Gasch <[email protected]>
Wed, 12 Oct 2022 21:02:59 +0000 (14:02 -0700)
committerScott Gasch <[email protected]>
Wed, 12 Oct 2022 21:02:59 +0000 (14:02 -0700)
README.md

index cd64341c035614f737670402f9438f28812ab8b7..f5b7dae5aac2b54e23e2f1cc25f0bd346b995d10 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # pyutils
 
+---
+
 This is a collection of Python utilities that I wrote and find useful.
 From collections that try to emulate Pythonic patterns
 (pyutils.collectionz) to a "smart" natural language date parser
@@ -7,7 +9,7 @@ From collections that try to emulate Pythonic patterns
 (pyutils.files.file_utils) to a "simple" parallelization framework
 (pyutils.parallelize.parallelize).  I hope you find them useful, too.
 
-Code is under src/pyutils/*.  Most code includes doctests inline.
+Code is under `src/pyutils/*`.  Most code includes doctests inline.
 
 Tests are under tests/*.  To run all tests:
 
@@ -19,22 +21,22 @@ options / information.
 
 This package generates Sphinx docs which are available at:
 
-    https://wannabe.guru.org/pydocs/pyutils/pyutils.html
+    [https://wannabe.guru.org/pydocs/pyutils/pyutils.html](https://wannabe.guru.org/pydocs/pyutils/pyutils.html)
 
 Package code is checked into a local git server and available to clone
 from https://wannabe.guru.org/git/pyutils.git or under:
 
-    https://wannabe.guru.org/gitweb/?p=pyutils.git;a=summary
+    [https://wannabe.guru.org/gitweb/?p=pyutils.git;a=summary](https://wannabe.guru.org/gitweb/?p=pyutils.git;a=summary)
 
 For a long time this was just a local library on my machine that my
 tools imported but I've now decided to release it on PyPi.  Early
 development happened in a different git repo:
 
-    https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary
+    [https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary](https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary)
 
 I hope you find this useful.  LICENSE and NOTICE describe reusing it
 and where everything came from.  Drop me a line if you are using this,
 find a bug, or have a question.
 
-  --Scott Gasch ([email protected])
+  --Scott Gasch [[email protected]](mailto://[email protected])