Skip to content

Commit e9bed09

Browse files
committed
Modify conf.py and quick-start.rst
1 parent aba722c commit e9bed09

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def __init__(self, **options):
162162
\Large {{First release:}} \large \textbf{{%s}} \par
163163
\Large {{Last updated:}} \large \textbf{{\MonthYearFormat\today}} \par
164164
165-
\vspace{20mm}
165+
\vspace{15mm}
166166
\large \textcopyright \space Copyright %s \par
167167
168168
\end{titlepage}

Diff for: docs/source/quick-start.rst

+2
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,8 @@ Now we are approaching the end of this tutorial. The final task we may want to d
975975
976976
Let's delete the directory **"tests\\osm_data\\"**:
977977
978+
.. code-block:: python
979+
978980
>>> from pyhelpers.dirs import delete_dir
979981
980982
>>> delete_dir(dat_dir, verbose=True)

0 commit comments

Comments
 (0)