Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit fa19c4b

Browse files
committed
rename newproject template
1 parent 90bc9eb commit fa19c4b

26 files changed

+3
-3
lines changed

runestone/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
def init():
10-
template_base_dir = resource_filename('runestone', 'common/newproject_copy_me')
11-
config_stuff = resource_string('runestone','common/newproject_copy_me/conf.py')
12-
paver_stuff = resource_string('runestone','common/newproject_copy_me/pavement.py')
10+
template_base_dir = resource_filename('runestone', 'common/newproject_template')
11+
config_stuff = resource_string('runestone','common/newproject_template/conf.py')
12+
paver_stuff = resource_string('runestone','common/newproject_template/pavement.py')
1313
conf_dict = {}
1414
print("This will create a new Runestone project in your current directory.")
1515
proceed = raw_input("Do you want to proceed? Y/n") or "Y"
File renamed without changes.

runestone/common/newproject_copy_me/_sources/overview.rst renamed to runestone/common/project_template/_sources/overview.rst

File renamed without changes.
File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/globaltoc.html renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/globaltoc.html

File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/layout.html renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/layout.html

File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/localtoc.html renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/localtoc.html

File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/relations.html renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/relations.html

File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/sourcelink.html renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/sourcelink.html

File renamed without changes.

runestone/common/newproject_copy_me/_templates/plugin_layouts/sphinx_bootstrap/static/bootstrap-3.0.0/css/bootstrap.min.css renamed to runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap/static/bootstrap-3.0.0/css/bootstrap.min.css

File renamed without changes.

0 commit comments

Comments
 (0)