mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fixed all H2 headings
Before, H2 fomratting was not consistent. Now, all H2 headings use over/under asterisks.
This commit is contained in:
@@ -6,8 +6,10 @@ Documentation
|
||||
|
||||
.. image:: /_static/photos/33928823133_2f3d32cf32_k_d.jpg
|
||||
|
||||
|
||||
**********************
|
||||
Official Documentation
|
||||
----------------------
|
||||
**********************
|
||||
|
||||
The official Python Language and Library documentation can be found here:
|
||||
|
||||
@@ -15,8 +17,9 @@ The official Python Language and Library documentation can be found here:
|
||||
- `Python 3.x <https://docs.python.org/3/>`_
|
||||
|
||||
|
||||
*************
|
||||
Read the Docs
|
||||
-------------
|
||||
*************
|
||||
|
||||
Read the Docs is a popular community project that hosts documentation
|
||||
for open source software. It holds documentation for many Python modules,
|
||||
@@ -25,8 +28,9 @@ both popular and exotic.
|
||||
`Read the Docs <https://readthedocs.org/>`_
|
||||
|
||||
|
||||
*****
|
||||
pydoc
|
||||
-----
|
||||
*****
|
||||
|
||||
:program:`pydoc` is a utility that is installed when you install Python.
|
||||
It allows you to quickly retrieve and search for documentation from your
|
||||
|
||||
Reference in New Issue
Block a user