Skip to content

Commit

Permalink
Revert non ready (#244)
Browse files Browse the repository at this point in the history
* REVERT OSCOSS doc merge (not ready)

* REVERT OSCOSS rdf merge (not ready)

* fix flake8 errors
  • Loading branch information
johanneswilm committed Jun 17, 2016
1 parent cc5dc92 commit 8661a6b
Show file tree
Hide file tree
Showing 51 changed files with 4 additions and 2,399 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
exclude = node_modules/*,*/migrations/*,venv/*,docs/conf.py
exclude = node_modules/*,*/migrations/*,venv/*
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ static-es5/
*.es5.js
base/static/css/libs/
.coverage

#sphinx build folder
docs/_build/
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,6 @@ Advanced options
6. Restart your server.

### Regenerate the documentation:

1. Install documentation dependencies:

> `pip install -r doc-requirements.txt`
2. Run sphinx:

> `sphinx-apidoc -f -o ./docs/ ./`
3. You can find the output in the docs dir.

### Development/upgrade:

If there are changes to the JavaScript source code of Fidus Writer, you need to run:
Expand Down
2 changes: 0 additions & 2 deletions book/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def get_booklist_js(request):

def add_chapters(book_instance, chapters, status, this_user):
for chapter in chapters:
print chapter
print book_instance.id
new_chapter = Chapter(
book=book_instance,
text_id=chapter['text'],
Expand Down
1 change: 0 additions & 1 deletion doc-requirements.txt

This file was deleted.

177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions docs/base.handlers.rst

This file was deleted.

46 changes: 0 additions & 46 deletions docs/base.management.commands.rst

This file was deleted.

17 changes: 0 additions & 17 deletions docs/base.management.rst

This file was deleted.

31 changes: 0 additions & 31 deletions docs/base.rst

This file was deleted.

22 changes: 0 additions & 22 deletions docs/base.servers.rst

This file was deleted.

30 changes: 0 additions & 30 deletions docs/bibliography.management.commands.rst

This file was deleted.

17 changes: 0 additions & 17 deletions docs/bibliography.management.rst

This file was deleted.

Loading

0 comments on commit 8661a6b

Please sign in to comment.