Commit b4bf35d6 by Will Daly

Merge pull request #196 from edx/will/rename-tim-2

Rename the rename to edx-ora2
parents d6696de0 9aabe566
.. image:: https://travis-ci.org/edx/ora2.png?branch=master .. image:: https://travis-ci.org/edx/edx-ora2.png?branch=master
:alt: Travis build status :alt: Travis build status
.. image:: https://coveralls.io/repos/edx/ora2/badge.png?branch=master .. image:: https://coveralls.io/repos/edx/edx-ora2/badge.png?branch=master
:target: https://coveralls.io/r/edx/ora2?branch=master :target: https://coveralls.io/r/edx/edx-ora2?branch=master
:alt: Coverage badge :alt: Coverage badge
......
...@@ -77,17 +77,17 @@ qthelp: ...@@ -77,17 +77,17 @@ qthelp:
@echo @echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ @echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:" ".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/ora2.qhcp" @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/edx-ora2.qhcp"
@echo "To view the help file:" @echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/ora2.qhc" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/edx-ora2.qhc"
devhelp: devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo @echo
@echo "Build finished." @echo "Build finished."
@echo "To view the help file:" @echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/ora2" @echo "# mkdir -p $$HOME/.local/share/devhelp/edx-ora2"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/ora2" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/edx-ora2"
@echo "# devhelp" @echo "# devhelp"
epub: epub:
......
...@@ -99,9 +99,9 @@ if "%1" == "qthelp" ( ...@@ -99,9 +99,9 @@ if "%1" == "qthelp" (
echo. echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^ echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this: .qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\ora2.qhcp echo.^> qcollectiongenerator %BUILDDIR%\qthelp\edx-ora2.qhcp
echo.To view the help file: echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ora2.ghc echo.^> assistant -collectionFile %BUILDDIR%\qthelp\edx-ora2.ghc
goto end goto end
) )
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Public API Public API
---------- ----------
Every Django application in ora2 has an `api.py` that is its public Every Django application in edx-ora2 has an `api.py` that is its public
interface. If you are using one of these applications from the outside, you interface. If you are using one of these applications from the outside, you
should only import things from that module. The ground rules for api modules should only import things from that module. The ground rules for api modules
are: are:
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# ora2 documentation build configuration file, created by # edx-ora2 documentation build configuration file, created by
# sphinx-quickstart on Fri Jan 17 08:32:59 2014. # sphinx-quickstart on Fri Jan 17 08:32:59 2014.
# #
# This file is execfile()d with the current directory set to its containing dir. # This file is execfile()d with the current directory set to its containing dir.
...@@ -57,7 +57,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally ...@@ -57,7 +57,7 @@ if not on_rtd: # only import and set the theme if we're building docs locally
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# General information about the project. # General information about the project.
project = u'ora2' project = u'edx-ora2'
copyright = u'2014, edX.org' copyright = u'2014, edX.org'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
...@@ -181,7 +181,7 @@ html_static_path = ['_static'] ...@@ -181,7 +181,7 @@ html_static_path = ['_static']
#html_file_suffix = None #html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'ora2-doc' htmlhelp_basename = 'edx-ora2-doc'
# -- Options for LaTeX output -------------------------------------------------- # -- Options for LaTeX output --------------------------------------------------
...@@ -201,7 +201,7 @@ latex_elements = { ...@@ -201,7 +201,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', ('index',
'ora2.tex', 'edx-ora2.tex',
u'edX ORA 2 Documentation', u'edX ORA 2 Documentation',
u'edX.org', u'edX.org',
'manual'), 'manual'),
...@@ -233,7 +233,7 @@ latex_documents = [ ...@@ -233,7 +233,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'ora2', u'edX ORA 2 Documentation', ('index', 'edx-ora2', u'edX ORA 2 Documentation',
[u'edX.org'], 1) [u'edX.org'], 1)
] ]
...@@ -248,10 +248,10 @@ man_pages = [ ...@@ -248,10 +248,10 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', ('index',
'ora2', 'edx-ora2',
u'edX ORA 2 Documentation', u'edX ORA 2 Documentation',
u'edX.org', u'edX.org',
'ora2', 'edx-ora2',
'Grading Modules', 'Grading Modules',
'Miscellaneous'), 'Miscellaneous'),
] ]
......
.. ora2 documentation master file, created by .. edx-ora2 documentation master file, created by
sphinx-quickstart on Fri Jan 17 08:32:59 2014. sphinx-quickstart on Fri Jan 17 08:32:59 2014.
Open Response Assessment (v2) Open Response Assessment (v2)
......
...@@ -12,7 +12,7 @@ Usage ...@@ -12,7 +12,7 @@ Usage
1. Run the installation script. 1. Run the installation script.
``` ```
cd ora2 cd edx-ora2
./fixtures/install.sh ./fixtures/install.sh
``` ```
**WARNING**: This will wipe out all student and course state before installing the fixtures. **WARNING**: This will wipe out all student and course state before installing the fixtures.
...@@ -34,9 +34,9 @@ Generating fixtures ...@@ -34,9 +34,9 @@ Generating fixtures
To regenerate test fixtures (perhaps after running a database migration): To regenerate test fixtures (perhaps after running a database migration):
``` ```
cd ora2 cd edx-ora2
./fixtures/dump.sh ./fixtures/dump.sh
``` ```
This will create new JSON fixtures in ora2/fixtures, which you can commit This will create new JSON fixtures in edx-ora2/fixtures, which you can commit
to the ora2 repo. to the edx-ora2 repo.
...@@ -38,11 +38,11 @@ REQUIREMENTS = [ ...@@ -38,11 +38,11 @@ REQUIREMENTS = [
setup( setup(
name='ora2', name='edx-ora2',
version='0.0.1', version='0.0.1',
author='edX', author='edX',
url='http://github.com/edx/ora2', url='http://github.com/edx/edx-ora2',
description='ora2', description='edx-ora2',
license='AGPL', license='AGPL',
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
......
...@@ -16,7 +16,7 @@ urlpatterns = patterns( ...@@ -16,7 +16,7 @@ urlpatterns = patterns(
# Provided by XBlock # Provided by XBlock
url(r'^workbench/', include(workbench.urls)), url(r'^workbench/', include(workbench.urls)),
# ora2 apps # edx-ora2 apps
url(r'^submissions/', include(submissions.urls)), url(r'^submissions/', include(submissions.urls)),
url(r'^peer/evaluations/', include(openassessment.assessment.urls)), url(r'^peer/evaluations/', include(openassessment.assessment.urls)),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment