diff --git a/docs/api.rst b/docs/api.rst index 688f5d1..5202bec 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1,5 +1,5 @@ API -=== +### Overview -------- diff --git a/docs/background.rst b/docs/background.rst index 46708a6..a667e73 100644 --- a/docs/background.rst +++ b/docs/background.rst @@ -1,5 +1,5 @@ Background -========== +########## How pygount counts code -------------------------- diff --git a/docs/changes.rst b/docs/changes.rst index 8ee60c3..23f151c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,5 +1,5 @@ Changes -======= +####### .. program:: pygount diff --git a/docs/continuous-integration.rst b/docs/continuous-integration.rst index fbd355b..c5c15e0 100644 --- a/docs/continuous-integration.rst +++ b/docs/continuous-integration.rst @@ -1,5 +1,5 @@ Continuous integration ------------------------------ +###################### Pygount can produce output that can be processed by the `SLOCCount plug-in `_ diff --git a/docs/contributing.rst b/docs/contributing.rst index 2c6e791..b399ebc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,5 +1,5 @@ Contributing -============ +############ Project setup ------------- diff --git a/docs/index.rst b/docs/index.rst index 692f0d7..20ac262 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ Pygount -======= +####### Pygount is a command line tool to scan folders for source code files and count the number of source code lines in it. It is similar to tools like diff --git a/docs/installation.rst b/docs/installation.rst index 400e821..6cef729 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,5 +1,5 @@ Installation ------------- +############ Pygount is available from `PyPI `_ and can be installed by running: diff --git a/docs/json.rst b/docs/json.rst index 9fb5635..22673b6 100644 --- a/docs/json.rst +++ b/docs/json.rst @@ -1,5 +1,5 @@ JSON -==== +#### .. program:: pygount diff --git a/docs/usage.rst b/docs/usage.rst index 47cbcde..fc50111 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -1,5 +1,5 @@ Usage -===== +##### General -------