Skip to content

Commit

Permalink
Added FAQs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kura committed Aug 8, 2014
1 parent 630cd05 commit 081348c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
FAQ
===

Why is my `docs` url empty?
---------------------------

`docs_url` is only available when you're using `pythonhosted.org
<https://pythonhosted.org/>`_.

Why does my `docs` url have an extra slash?
-------------------------------------------

This an issue with PyPI itself, it returns an additional slash inside
the URL to your pythonhosted docs.

.. code-block:: python
>>> yarg.get('yarg').docs
u'http://pythonhosted.org//yarg'
Why is my `bugtracker` url empty?
---------------------------------

A: This does not seem to work when being set through setup.py, if you
go to your package on PyPI and click edit, one of the available fields
is called *bugtrack url*.
8 changes: 8 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ Yarg documentation

intro
api

Help
----

.. toctree::
:maxdepth: 2

faq

0 comments on commit 081348c

Please sign in to comment.