-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create changelog, update README with theme testing instructions
- Loading branch information
Showing
6 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
Enter here all the changes made to the development version | ||
|
||
### Change | ||
|
||
- Update the sphinx version | ||
- Update the order admin section |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,44 +6,61 @@ This is a guide for merchants on how to use Shuup. | |
For more information about Shuup, see https://shuup.com/ and `Shuup | ||
at GitHub <https://github.com/shuup/shuup>`_. | ||
|
||
|
||
Set up | ||
------ | ||
====== | ||
|
||
1. Install requirements by runing `pip install -r requirements.txt` | ||
|
||
2. Run sphinx-reload . in the root of the project | ||
2. Run `sphinx-reload .` in the root of the project | ||
|
||
Then open up http://localhost:5500. | ||
|
||
All change made to the .rst files in the source | ||
folder will automatically reload the server. | ||
|
||
|
||
Test sphinx shuup theme | ||
======================= | ||
|
||
1. Follow the setps layed out under `Development with shuup-guide` in the sphinx shuup theme README file | ||
2. Run `make clean` | ||
3. Run `sphinx-reload .` | ||
|
||
.. warning:: | ||
Remember to clear all chache for this process cause otherwise it will not work! | ||
|
||
|
||
Commiting | ||
--------- | ||
========= | ||
|
||
When you have updated or created a new documentation page. Commit it and push normaly but make the PR **from your branch to dev-updates**. | ||
|
||
|
||
Creating new pages | ||
------------------ | ||
================== | ||
|
||
Create a new .rst file in the `source/` folder. Then add the name of the file to the `source/index.rst` file in the `toctree`. | ||
|
||
|
||
Formatting | ||
---------- | ||
========== | ||
|
||
Look how the source/order.rst is formatted to see how you should format the page you are working on. | ||
|
||
|
||
Copyright | ||
--------- | ||
========= | ||
|
||
Copyright (C) 2019 by Anders Innovations Inc, DBA Shuup. [email protected] | ||
|
||
Shuup is International Registered Trademark & Property of Anders Innovations | ||
Inc, DBA Shuup, Business Address: 1500 West Georgia St Suite 1300, Vancouver, | ||
BC, V6G 2Z6. | ||
|
||
|
||
License | ||
------- | ||
======= | ||
|
||
Shuup Guide is licensed under a Creative Commons Attribution-ShareAlike | ||
4.0 International License. | ||
|
@@ -52,7 +69,7 @@ You should have received a copy of the license along with this work. If | |
not, see http://creativecommons.org/licenses/by-sa/4.0/. | ||
|
||
CLA | ||
--- | ||
=== | ||
|
||
Contributor License Agreement is required for any contribution to this | ||
project. Agreement is signed as a part of pull request process. See | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.