Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ TARGET_DOCS := \

all:
@$(SPHINX_VERS) -l conf.py build docs/ html/
@rsync -az old/ html/_old/
@./link_old_docs.sh

latest:
@make html
@touch html/.nojekyll
@rsync -az old/ html/_old/

clean:
@echo 'Removing directories'
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'old', 'html/*']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'html/*']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ReFrame also offers a high-level and flexible abstraction for writing sanity and
Writing system regression tests in a high-level modern programming language, like Python, poses a great advantage in organizing and maintaining the tests.
Users can create their own test hierarchies or test factories for generating multiple tests at the same time and they can also customize them in a simple and expressive way.

For versions 2.6.1 and older, please refer to `this documentation <_old/index.html>`__.

Use Cases
=========

Expand Down
28 changes: 0 additions & 28 deletions docs/link_old_docs.sh

This file was deleted.

3 changes: 0 additions & 3 deletions docs/old/JUMBOTRON.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/old/LICENSE

This file was deleted.

32 changes: 0 additions & 32 deletions docs/old/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/old/SIDEBAR.md

This file was deleted.

Binary file removed docs/old/about/.DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/old/about/JUMBOTRON.md

This file was deleted.

70 changes: 0 additions & 70 deletions docs/old/about/README.md

This file was deleted.

53 changes: 0 additions & 53 deletions docs/old/about/index.html

This file was deleted.

Binary file removed docs/old/configure/.DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions docs/old/configure/JUMBOTRON.md

This file was deleted.

Loading