Skip to content

Commit

Permalink
rename (once again) from _src to src
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Jul 2, 2011
1 parent 209df36 commit bd22474
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions _src/conf.py → src/conf.py
Expand Up @@ -26,9 +26,7 @@


# Add any Sphinx extension module names here, as strings. They can be extensions # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinxtogithub'] extensions = []
sphinx_to_github = True
sphinx_to_github_verbose = True


# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
Expand Down
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions _src/how_to_update.rst → src/how_to_update.rst
Expand Up @@ -13,15 +13,15 @@ reStructeredText.
2. Run buildout 2. Run buildout


Source is located in ``_src`` directory. Source is located in ``src`` directory.


.. code-block:: console .. code-block:: console
$ cd _src $ cd src
_src/ $ virtualenv --no-site-packages . src/ $ virtualenv --no-site-packages .
_src/ $ . bin/activate src/ $ source bin/activate
_src/ $ python bootstrap.py src/ $ pip install Sphinx
_src/ $ bin/buildout src/ $ source bin/activate
This will install all needed. Now its time for you to edit ``.rst`` files. This will install all needed. Now its time for you to edit ``.rst`` files.


Expand All @@ -35,7 +35,7 @@ package.


.. code-block:: console .. code-block:: console
_src/ $ make html src/ $ make html
4. Commit changes 4. Commit changes


Expand All @@ -44,8 +44,8 @@ changes to compiled site.


.. code-block:: console .. code-block:: console
_src/ $ git commit -a -m "Some very important changes" src/ $ git commit -a -m "Some very important changes"
_src/ $ cd .. src/ $ cd ..
$ git commit -a -m "Upload up html" $ git commit -a -m "Upload up html"
5. Don't forget to push 5. Don't forget to push
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bd22474

Please sign in to comment.