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

Add title to docs #512

Closed
wants to merge 1 commit into from
Closed

Conversation

tekknolagi
Copy link
Contributor

Fixes #505

@tekknolagi
Copy link
Contributor Author

Related: I can't figure out how to build the docs locally (or build anything at all):

emacs-mbp% ./configure
./configure: Wrote _build/detected-config.sh and _build/detected-config.h
emacs-mbp% make
test -d _build/opy && \
	  build/actions.sh app-deps opy /Users/emacs/Documents/dev/oil:/Users/emacs/Documents/dev/oil/vendor bin.opy_
build/actions.sh: line 69: _devbuild/cpython-full/python: No such file or directory
test -d _build/oil && \
	  build/actions.sh app-deps oil /Users/emacs/Documents/dev/oil:/Users/emacs/Documents/dev/oil/vendor bin.oil
build/actions.sh: line 69: _devbuild/cpython-full/python: No such file or directory
test -d _build/hello && \
	  build/actions.sh app-deps hello /Users/emacs/Documents/dev/oil/build/testdata:/Users/emacs/Documents/dev/oil/vendor hello
build/actions.sh: line 69: _devbuild/cpython-full/python: No such file or directory
emacs-mbp%

@andychu
Copy link
Contributor

andychu commented Oct 22, 2019

Hm I thought this would make <title> appear in the body of the doc not the <head> ?

There are some instructions here for building the code:

https://github.com/oilshell/oil/wiki/Contributing

Building the docs isn't really documented but that could be fixed.

@andychu
Copy link
Contributor

andychu commented Oct 22, 2019

Also I just updated these two docs:

https://github.com/oilshell/oil/blob/master/README.md

https://github.com/oilshell/oil/blob/master/doc/README.md

Let me know if it doesn't make sense or doesn't work!

@andychu
Copy link
Contributor

andychu commented Oct 29, 2019

Thanks for the PR, but I'm working on doing this another way. I'm still maintaining these issue labels if you're looking for something to hack on:

https://github.com/oilshell/oil/labels/good%20first%20issue

@andychu andychu closed this Oct 29, 2019
@tekknolagi
Copy link
Contributor Author

Neat, will take a look. Cheers.

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.

doc toolchain enhancements ( <title> tag, etc.)
2 participants