Skip to content

Update Documentation for 5.0.0#266

Merged
aaronayres35 merged 2 commits into
gh-pagesfrom
gh-pages-5.0
Dec 17, 2020
Merged

Update Documentation for 5.0.0#266
aaronayres35 merged 2 commits into
gh-pagesfrom
gh-pages-5.0

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

@aaronayres35 aaronayres35 commented Dec 17, 2020

targeting [gh-pages]

These are the steps I followed for building the documentation:

git clean -ffxd
git checkout 5.0.0
python etstool.py install
git clean -ffxd
python etstool.py docs
git checkout gh-pages
git pull
git checkout -b gh-pages-5.0
mkdir 4.5
mkdir 5.0
rsync -r --exclude="\.buildinfo" docs/build/* 5.0/
rm -r docs
mv `ls -d [![:digit:]]*` 4.5/
git add -u
# manually delete the `4.5/apptools` subdirectory filled with `__pycache__` (somehow snuck passed my git cleaning)
git add 4.5/
git commit -m "move current documentation into 4.5"
cp -r 5.0/* .
git add .
git commit -m "create new 5.0 folder and add current docs there and to root directory"

To test:
python -m http.server

Checklist
- [ ] Add a news fragment if this PR is news-worthy for end users. (see docs/releases/README.rst)

@aaronayres35 aaronayres35 mentioned this pull request Dec 17, 2020
38 tasks
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.

I checked out this branch locally and served the docs - LGTM.

@aaronayres35 aaronayres35 merged commit 44de642 into gh-pages Dec 17, 2020
@aaronayres35 aaronayres35 deleted the gh-pages-5.0 branch December 17, 2020 15: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