Skip to content

Commit

Permalink
Fix urls to point to the new repository (pypln.backend instead of pypln)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioamieiro committed Nov 28, 2012
1 parent 62490b2 commit 7ab52f0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Expand Up @@ -22,7 +22,7 @@ Code Guidelines
- Use `Python's new-style formatting <http://docs.python.org/library/string.html#format-string-syntax>`_
(``'{} = {}'.format(a, b)`` instead of ``'%s = %s' % (a, b)``).
- All ``#TODO`` should be translated in issues (use our
`GitHub issue system <https://github.com/namd/pypln/issues>`_).
`GitHub issue system <https://github.com/namd/pypln.backend/issues>`_).
- Run all tests before pushing (just execute ``make test``).
- Try to write Python3-friendly code, so when we decide to support both Python2
and Python3, it'll not be a pain.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -7,7 +7,7 @@ our foundations. The goal of the project is to create an easy way to use NLTK
for processing big corpora, with a Web interface.

We don't have a production release yet, but it's scheduled on our
`next milestone <https://github.com/namd/pypln/issues?milestone=1>`_.
`next milestone <https://github.com/namd/pypln.backend/issues?milestone=1>`_.

PyPLN is sponsored by `Fundação Getulio Vargas <http://portal.fgv.br/>`_.

Expand Down Expand Up @@ -65,4 +65,4 @@ To run the development webserver::



See our `code guidelines <https://github.com/namd/pypln/blob/develop/CONTRIBUTING.rst>`_.
See our `code guidelines <https://github.com/namd/pypln.backend/blob/develop/CONTRIBUTING.rst>`_.
2 changes: 1 addition & 1 deletion doc/index.rst
Expand Up @@ -27,7 +27,7 @@ Contributing
============

If you want to contribute, please read our
`code guidelines <https://github.com/namd/pypln/blob/develop/CONTRIBUTING.rst>`_.
`code guidelines <https://github.com/namd/pypln.backend/blob/develop/CONTRIBUTING.rst>`_.

You can also interact with us through:

Expand Down
2 changes: 1 addition & 1 deletion make-docs.sh
Expand Up @@ -79,7 +79,7 @@ function build_sphinx() {
}

function build_epydoc() {
epydoc -v -u https://github.com/namd/pypln --debug --graph=all \
epydoc -v -u https://github.com/namd/pypln.backend --debug --graph=all \
--parse-only --html --no-frames -o $TMP_DIR/reference pypln/
}

Expand Down

0 comments on commit 7ab52f0

Please sign in to comment.