Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite the docs #1052

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d0e3628
`Archmonger/reactpy-docs/main` to `reactive-python/reactpy/new-docs`
Archmonger Jun 14, 2023
8602fff
add gh pages publishing workflow
Archmonger Jun 14, 2023
b05c29c
fix requirements path
Archmonger Jun 14, 2023
3b5341a
update github pages link
Archmonger Jun 14, 2023
2b5dd4d
update site description
Archmonger Jun 15, 2023
8cc75aa
minor typos
Archmonger Jun 16, 2023
a05cbe0
setup for the tutorial section
Archmonger Jun 16, 2023
2f5b68a
switch from abstract to note admonitiion
Archmonger Jun 16, 2023
308d216
reword note
Archmonger Jun 16, 2023
838671b
cell-var-from-loop
Archmonger Jun 18, 2023
58bac05
update readme
Archmonger Jun 19, 2023
ad10c29
add padding to sidebar nav
Archmonger Jun 19, 2023
73dadc9
Inspecting the starter code
Archmonger Jun 19, 2023
f28a6ab
Add disclaimer about unfinished pages
Archmonger Jun 19, 2023
60d54e0
rename tic-tac-toe folder
Archmonger Jun 19, 2023
0a347dd
add styling utils
Archmonger Jun 19, 2023
acf3f5c
build a static version in React
Archmonger Jun 19, 2023
e4be299
Find the minimal but complete representation of UI state
Archmonger Jun 19, 2023
067279f
Identify where your state should live
Archmonger Jun 19, 2023
3a0d107
Thinking in React
Archmonger Jun 19, 2023
865c18f
Add fixme
Archmonger Jun 19, 2023
6195050
start a new react project
Archmonger Jun 19, 2023
fa4b1df
Add in progress warnings
Archmonger Jun 19, 2023
3c0b071
Add more in progress warnings
Archmonger Jun 19, 2023
ce60b29
a little bit of the "responding to events" section
Archmonger Jun 20, 2023
656623a
remove start from the runnable examples
Archmonger Jun 20, 2023
3c644cc
more in progress warnings
Archmonger Jun 20, 2023
fe45c54
add stub docs for hooks
Archmonger Jun 20, 2023
3de3fd3
add use-id warning
Archmonger Jun 20, 2023
3aab58b
Add undeveloped hooks
Archmonger Jun 20, 2023
8f58f8c
mkdocs-section-index: Move titles to mkdocs.yml
Archmonger Jun 21, 2023
c2c0281
verbiage on installation docs
Archmonger Jun 21, 2023
aec77d4
add installation index page
Archmonger Jun 21, 2023
7c68a47
editor setup
Archmonger Jun 21, 2023
302f133
remove unneeded space
Archmonger Jun 21, 2023
11aa58a
format everything
Archmonger Jun 21, 2023
ab653c5
Add extras section
Archmonger Jun 27, 2023
64432b2
Cleanup blocked pages
Archmonger Jun 30, 2023
260b5e5
change undeveloped warning text
Archmonger Jun 30, 2023
1ffc0d9
add pyscript backend
Archmonger Jul 13, 2023
106a128
add mike
Archmonger Aug 27, 2023
b505d03
sync styles to django
Archmonger Aug 27, 2023
c9964f6
Change you will learn" capitalization
Archmonger Aug 28, 2023
5ed1300
Change note to abstract
Archmonger Jan 5, 2024
0a36534
html can now return none
Archmonger Jan 5, 2024
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
59 changes: 0 additions & 59 deletions .github/workflows/.hatch-run.yml
Archmonger marked this conversation as resolved.
Show resolved Hide resolved

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/check.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/deploy-docs.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish Docs
on:
push:
branches:
- new-docs
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml

This file was deleted.

Loading