Giter VIP home page Giter VIP logo

learn_elisp_the_hard_way's Introduction

INTRODUCTION
------------

This is the source code for the book *Learn Elisp The Hard Way*

TO BUILD
--------

To build the book from sources you need to install Sphinx 0.6.6.

This is a package install on Ubuntu 10.10

You also need to install the package texlive-full if you intend to build the PDF version of the book.

learn_elisp_the_hard_way's People

Contributors

ads2357 avatar gordonguthrie avatar hypernumbers avatar justinabrahms avatar nixmaniack avatar rafekettler avatar spookylukey avatar vinbarnes avatar zellux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn_elisp_the_hard_way's Issues

How to compile :)

I am a novice, It doesn't work

make html
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.2b1
loading pickled environment... done
building [html]: targets for 29 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
looking for now-outdated files... none found
preparing documents... done
writing output... [100%] index
Exception occurred:
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/jinja2glue.py", line 149, in get_source
raise TemplateNotFound(template)
TemplateNotFound: comments.html
The full traceback has been saved in /tmp/sphinx-err-xX8IdH.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
Either send bugs to the mailing list at http://groups.google.com/group/sphinx-users/,
or report them in the tracker at http://bitbucket.org/birkenfeld/sphinx/issues/. Thanks!
make: *** [html] Error 1

Log:

Sphinx version: 1.2b1

Python version: 2.7.3

Docutils version: 0.8.1 release

Jinja2 version: 2.6

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/cmdline.py", line 247, in main
app.build(force_all, filenames)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/application.py", line 211, in build
self.builder.build_update()
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/init.py", line 211, in build_update
'out of date' % len(to_build))
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/init.py", line 267, in build
self.write(docnames, list(updated_docnames), method)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/init.py", line 310, in write
self._write_serial(sorted(docnames), warnings)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/init.py", line 323, in _write_serial
self.write_doc(docname, doctree)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/html.py", line 438, in write_doc
self.handle_page(docname, ctx, event_arg=doctree)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/html.py", line 750, in handle_page
output = self.templates.render(templatename, ctx)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/jinja2glue.py", line 128, in render
return self.environment.get_template(template).render(context)
File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render
return self.environment.handle_exception(exc_info, True)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/basic/page.html", line 10, in top-level template code
{%- extends "layout.html" %}
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/default/layout.html", line 13, in top-level template code
{% set script_files = script_files + ['_static/sidebar.js'] %}
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/basic/layout.html", line 160, in top-level template code
{%- block content %}
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/basic/layout.html", line 178, in block "content"
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/basic/layout.html", line 178, in block "sidebar2"
{%- block sidebar2 %}{{ sidebar() }}{% endblock %}
File "/usr/lib/python2.7/dist-packages/jinja2/sandbox.py", line 349, in call
return __context.call(__obj, _args, *_kwargs)
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/themes/basic/layout.html", line 76, in template
{%- include customsidebar %}
File "/usr/local/lib/python2.7/dist-packages/Sphinx-1.2b1-py2.7.egg/sphinx/jinja2glue.py", line 149, in get_source
raise TemplateNotFound(template)
TemplateNotFound: comments.html

State Of The Nation

Folks

Written a 'state of the nation' about the project.

It can be found here:
http://learn-elisp-for-emacs.uses.hn/

Would welcome comments, etc, etc (preferably on the mailing list!)

Dunno if people want to have an 'editorial conference' mebbies on Skype...

Cheers

Gordon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.