Skip to content

Commit

Permalink
Merge pull request #12 from scrapy/updating-docs
Browse files Browse the repository at this point in the history
Updating docs
  • Loading branch information
kmike committed Aug 14, 2015
2 parents a6a97b4 + de1bb5a commit 94623ae
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 172 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ docs:
$(MAKE) -C docs html
python -m webbrowser docs/_build/html/index.html

servedocs: docs
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D docs/

release: clean
python setup.py sdist upload
python setup.py bdist_wheel upload
Expand Down
6 changes: 3 additions & 3 deletions docs/parsel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ parsel.csstranslator module
:undoc-members:
:show-inheritance:

parsel.unified module
---------------------
parsel.selector module
----------------------

.. automodule:: parsel.unified
.. automodule:: parsel.selector
:members:
:undoc-members:
:show-inheritance:
Expand Down
Loading

0 comments on commit 94623ae

Please sign in to comment.