Skip to content

Commit ea4cea5

Browse files
committed
Tweak installation instructions
pipsi ftw
1 parent 0928a4b commit ea4cea5

4 files changed

Lines changed: 27 additions & 25 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ doc2dash: Create docsets for Dash.app and clones
1616
.. begin
1717
1818
19-
``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for OS X or one of its many :ref:`clones <clones>`.
19+
``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for OS X or one of its many clones.
2020

2121
If you’ve never heard of Dash.app, you’re missing out:
2222
Together with ``doc2dash`` it’s all your API documentation at your fingertips!

docs/formats.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Supported Input Formats
2+
=======================
3+
4+
Currently, the following input formats are supported:
5+
6+
- Sphinx_’s HTML output (nearly every single Python project out there)
7+
- pydoctor_’s HTML output (Twisted_!)
8+
9+
Feel free to help adding more! While ``doc2dash`` is implemented in Python, the scope for the supported documentation types is unlimited.
10+
So go on and submit a parser for your favourite Ruby, Haskell, Lisp, Erlang, JavaScript, … format!
11+
12+
13+
.. _Twisted: https://twistedmatrix.com/
14+
.. _pydoctor: https://launchpad.net/pydoctor
15+
.. _Sphinx: http://sphinx-doc.org/

docs/index.rst

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
================================================
2-
doc2dash: Create docsets for Dash.app and clones
2+
doc2dash: Create docsets for Dash.app and Clones
33
================================================
44

55
Release v\ |release| (:doc:`What's new? <changelog>`).
@@ -9,25 +9,14 @@ Release v\ |release| (:doc:`What's new? <changelog>`).
99
:start-after: begin
1010

1111

12-
Supported Input Formats
13-
=======================
14-
15-
Currently, the following input formats are supported:
16-
17-
- Sphinx_’s HTML output (nearly every single Python project out there)
18-
- pydoctor_’s HTML output (Twisted_!)
19-
20-
Feel free to help adding more! While ``doc2dash`` is implemented in Python, the scope for the supported documentation types is unlimited.
21-
So go on and submit a parser for your favourite Ruby, Haskell, Lisp, Erlang, JavaScript, … format!
22-
23-
2412
User's Guide
2513
============
2614

2715
.. toctree::
2816
:maxdepth: 1
2917

3018
installation
19+
formats
3120
usage
3221

3322

@@ -47,7 +36,3 @@ Indices and tables
4736

4837
* :ref:`genindex`
4938
* :ref:`search`
50-
51-
.. _Twisted: https://twistedmatrix.com/
52-
.. _pydoctor: https://launchpad.net/pydoctor
53-
.. _Sphinx: http://sphinx-doc.org/

docs/installation.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
Installation
2-
============
1+
Requirements and Installation
2+
=============================
33

4-
The latest stable version can be always found on PyPI_ and can therefore be installed using a simple::
4+
The latest stable version can be always found on PyPI_.
55

6-
$ pip install --user doc2dash
6+
Since it's a stand-alone tool, I recommend to install it using pipsi_.
77

8-
If you haven’t pip_ yet, installation should be as easy as::
8+
Of course, you can also install it as usual using pip_::
99

10-
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
10+
$ pip install --user doc2dash
1111

1212
``doc2dash`` runs on Python 2.7, and 3.3+, and PyPy.
13+
Both Linux and OS X are supported although certain features are only available on OS X.
1314

1415

1516
.. _clones:
@@ -30,5 +31,6 @@ Other alternatives have been developed in cooperation with Dash.app's developer
3031

3132

3233
.. _pip: https://pip.pypa.io/en/latest/installing.html#install-pip
33-
.. _PyPI: https://pypi.python.org/pypi/doc2dash/
34+
.. _PyPI: https://warehouse.python.org/project/doc2dash/
3435
.. _`Dash.app`: http://kapeli.com/dash/
36+
.. _pipsi: https://github.com/mitsuhiko/pipsi

0 commit comments

Comments
 (0)