Skip to content

Update Documentation for 5.1.0 #770

Merged
aaronayres35 merged 1 commit into
gh-pagesfrom
gh-pages-5.1
Apr 6, 2021
Merged

Update Documentation for 5.1.0 #770
aaronayres35 merged 1 commit into
gh-pagesfrom
gh-pages-5.1

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

targeting [gh-pages]

These are the steps I followed for building the documentation:

git clean -ffxd
git checkout 5.1.0
python ci/edmtool.py install
edm shell -e enable-test-3.6-null
python setup.py install
exit
python ci/edmtool.py docs
# move docs/build/html folder to my desktop
git checkout gh-pages
git clean -ffxd
git pull
git checkout -b gh-pages-5.1
mkdir 5.1
# move html folder containing built docs into cwd
rsync -r --exclude="\.buildinfo" html/* 5.1/  # put 5.1 built docs in 5.1 folder
rm -r `ls -d [![:digit:]]*`  # remove 5.0 docs from root dir (they are still in 5.0 folder)
cp -r 5.1/* .
git add .
git commit -m "replace 5.0 built docs with 5.1 built docs, also store 5.1 docs in 5.1 folder"

To test:
python -m http.server

This diff is huge, but we did a major refactor of the docs so I believe this is expected

Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I checked out the pages locally and browsed through the served docs.

@aaronayres35 aaronayres35 merged commit e7bf634 into gh-pages Apr 6, 2021
@aaronayres35 aaronayres35 deleted the gh-pages-5.1 branch April 6, 2021 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants