Fix all but one sphinx warnings (#1346)

To hopefully correct our doc build, tidy up some of the warnings that
sphinx complains about. The one remaining one is legitimate.
This commit is contained in:
Steve Kowalik
2020-01-11 10:15:34 +10:00
committed by GitHub
parent b7894ea00c
commit fc4eff3185
5 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class Project(github.GithubObject.CompletableGithubObject):
def create_column(self, name):
"""
calls: `POST https://developer.github.com/v3/projects/columns/#create-a-project-column>`_
calls: `POST /projects/:project_id/columns <https://developer.github.com/v3/projects/columns/#create-a-project-column>`_
:param name: string
"""
assert isinstance(name, str), name